Uses of Interface
com.ebasetech.xi.api.controls.MenuStateProperties
| Package | Description |
|---|---|
| com.ebasetech.xi.api.controls |
-
Uses of MenuStateProperties in com.ebasetech.xi.api.controls
Methods in com.ebasetech.xi.api.controls that return MenuStateProperties Modifier and Type Method Description MenuStatePropertiesMenuLevelProperties. getAllState()Default styling properties for menu items in all states - selected, unselected, hover.MenuStatePropertiesStaticMenuItemControl. getAllState()Styling properties that apply to all states - selected, unselected, hover.MenuStatePropertiesMenuLevelProperties. getHoverState()Styling properties applied to menu items when the mouse is hovered over a tab.MenuStatePropertiesStaticMenuItemControl. getHoverState()Styling properties applied to the menu item when the mouse is hovered over the menu item.MenuStatePropertiesMenuLevelProperties. getNormalState()Styling properties applied to unselected menu items.MenuStatePropertiesMenuLevelProperties. getSelectedState()Styling properties applied to selected menu items.MenuStatePropertiesStaticMenuItemControl. getSelectedState()Styling properties applied to the menu item when it is selected.MenuStatePropertiesStaticMenuItemControl. getUnselectedState()Styling properties applied to the menu item when it is unselected.