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