Uses of Class
org.teamapps.dto.UiTabPanelTabStyle
-
-
Uses of UiTabPanelTabStyle in org.teamapps.dto
Fields in org.teamapps.dto declared as UiTabPanelTabStyle Modifier and Type Field Description protected UiTabPanelTabStyleUiTabPanel.SetTabStyleCommand. tabStyleprotected UiTabPanelTabStyleUiTabPanel. tabStyleMethods in org.teamapps.dto that return UiTabPanelTabStyle Modifier and Type Method Description UiTabPanelTabStyleUiTabPanel. getTabStyle()UiTabPanelTabStyleUiTabPanel.SetTabStyleCommand. getTabStyle()static UiTabPanelTabStyleUiTabPanelTabStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiTabPanelTabStyle[]UiTabPanelTabStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiTabPanelTabStyle Modifier and Type Method Description UiTabPanelUiTabPanel. setTabStyle(UiTabPanelTabStyle tabStyle)Constructors in org.teamapps.dto with parameters of type UiTabPanelTabStyle Constructor Description SetTabStyleCommand(java.lang.String componentId, UiTabPanelTabStyle tabStyle)
-