Uses of Class
de.hybris.platform.cockpit.components.sectionpanel.TabComponent
-
Packages that use TabComponent Package Description de.hybris.platform.cockpit.components.sectionpanel -
-
Uses of TabComponent in de.hybris.platform.cockpit.components.sectionpanel
Methods in de.hybris.platform.cockpit.components.sectionpanel that return TabComponent Modifier and Type Method Description TabComponentTabFrame.TabFrameModel. getActiveTabComponent()Returns current active TabComponent.Methods in de.hybris.platform.cockpit.components.sectionpanel that return types with arguments of type TabComponent Modifier and Type Method Description java.util.List<TabComponent>TabFrame.TabFrameModel. getTabComponentList()Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type TabComponent Modifier and Type Method Description voidTabFrame.TabFrameModel. addTabComponent(TabComponent tab)voidTabFrame.TabFrameModel. removeTabComponent(TabComponent tab)voidTabFrame.TabFrameModel. setActiveTabComponent(TabComponent tabComponent)
-