Interface Widget

All Superinterfaces:
Cloneable, Component, Copyable, DictionaryBean, LifecycleElement, Ordered, org.springframework.core.Ordered, ScriptEventSupport, Serializable, UifDictionaryBean
All Known Implementing Classes:
Accordion, BlockUI, Breadcrumbs, DatePicker, Disclosure, Growls, Help, Inquiry, LightBox, LocationSuggest, QuickFinder, RichTable, Scrollpane, Spinner, Suggest, SyntaxHighlighter, Tabs, Tooltip, Tree, WidgetBase

public interface Widget extends Component
Components that provide a user interface function (besides the basic form handing) should implement the widget interface

Widgets generally provide a special function such as a calendar or navigation element. The can render one or more Field instances and generally have associated client side code

Author:
Kuali Rice Team (rice.collab@kuali.org)