Uses of Class
org.teamapps.ux.component.tabpanel.TabPanelTabStyle
-
Packages that use TabPanelTabStyle Package Description org.teamapps.ux.component.tabpanel -
-
Uses of TabPanelTabStyle in org.teamapps.ux.component.tabpanel
Methods in org.teamapps.ux.component.tabpanel that return TabPanelTabStyle Modifier and Type Method Description TabPanelTabStyleTabPanel. getTabStyle()static TabPanelTabStyleTabPanelTabStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TabPanelTabStyle[]TabPanelTabStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.tabpanel with parameters of type TabPanelTabStyle Modifier and Type Method Description voidTabPanel. setTabStyle(TabPanelTabStyle tabStyle)
-