Class TabNavigationGroup

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

public class TabNavigationGroup extends GroupBase
Special Group that renders a tab navigation section

Only supports Action instances within the container. These are used to provide the items (or individual links) within the navigation.

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

    • TabNavigationGroup

      public TabNavigationGroup()
  • Method Details

    • getSupportedComponents

      public Set<Class<? extends Component>> getSupportedComponents()
      Set of Component classes that may be placed into the container

      If an empty or null list is returned, it is assumed the container supports all components. The returned set will be used by dictionary validators and allows renders to make assumptions about the contained components

      Specified by:
      getSupportedComponents in interface Container
      Overrides:
      getSupportedComponents in class GroupBase
      Returns:
      Set component classes