Uses of Interface
com.ebasetech.xi.api.controls.MenuLevelProperties
Package | Description |
---|---|
com.ebasetech.xi.api.controls |
-
Uses of MenuLevelProperties in com.ebasetech.xi.api.controls
Subinterfaces of MenuLevelProperties in com.ebasetech.xi.api.controls Modifier and Type Interface Description interface
VerticalMenuLevelProperties
TheVerticalMenuLevelProperties
interface represents styling properties applied to all menu items at a specific level of avertical menu
.Methods in com.ebasetech.xi.api.controls that return MenuLevelProperties Modifier and Type Method Description MenuLevelProperties
HorizontalMenuControl. getGlobalLevel()
Global menu properties - containing properties for the entire menu plus menu item properties that apply to both the top level and drop down levels.MenuLevelProperties
HorizontalMenuControl. getSubMenu()
Drop down menu properties - containing properties for just the drop down levels.MenuLevelProperties
HorizontalMenuControl. getTopLevel()
Top level menu properties - containing properties for just the top level menu items.