Class WidgetBase

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, LifecycleElement, Widget, org.springframework.core.Ordered
Direct Known Subclasses:
Accordion, BlockUI, Breadcrumbs, DatePicker, Disclosure, Growls, Help, Inquiry, LightBox, QuickFinder, RichTable, Scrollpane, Spinner, Suggest, SyntaxHighlighter, Tabs, Tooltip, Tree

public abstract class WidgetBase extends ComponentBase implements Widget
Base class for Widgets

Sets the component type name for all widget components and provides default implementation of performFinalize

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • WidgetBase

      public WidgetBase()
    • WidgetBase

      public WidgetBase(WidgetBase another)
  • Method Details

    • getComponentTypeName

      public String getComponentTypeName()
      The name for the component type

      This is used within the rendering layer to pass the component instance into the template. The component instance is exported under the name given by this method.

      Specified by:
      getComponentTypeName in interface Component
      Returns:
      String type name