Class Tabs

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, LifecycleElement, Widget, org.springframework.core.Ordered

public class Tabs extends WidgetBase
Widget used for configuring tab options, use componentOptions for most options. See http://jqueryui.com/demos/tabs/ for usable options
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Tabs

      public Tabs()
  • Method Details

    • performFinalize

      public void performFinalize(Object model, LifecycleElement parent)
      The following is performed:
      • If the active tab id is configured, set the active plugin option
      Specified by:
      performFinalize in interface LifecycleElement
      Overrides:
      performFinalize in class ComponentBase
      Parameters:
      model - - top level object containing the data
      parent - - parent component
    • getPosition

      public UifConstants.Position getPosition()
      The position the tabs will appear related to the group, options are TOP, BOTTOM, RIGHT, or LEFT
      Returns:
      position for tabs
    • setPosition

      public void setPosition(UifConstants.Position position)
      Setter for the tabs position
      Parameters:
      position -
    • getTabContentClass

      public String getTabContentClass()
      Css class for the div which wraps the tab content panels, the default bean defines this as "tabs-content"
      Returns:
      css tab content css class
    • setTabContentClass

      public void setTabContentClass(String tabContentClass)
      See Also:
    • getTabNavClass

      public String getTabNavClass()
      Css class for the ul list of tab navigation links, the default bean defines this as "nav nav-tabs"
      Returns:
      the ul tab navigation css class
    • setTabNavClass

      public void setTabNavClass(String tabNavClass)
      See Also: