Uses of Interface
com.ebasetech.xi.api.controls.MenuStateProperties

Packages that use MenuStateProperties
com.ebasetech.xi.api.controls   
 

Uses of MenuStateProperties in com.ebasetech.xi.api.controls
 

Methods in com.ebasetech.xi.api.controls that return MenuStateProperties
 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.