Package org.primefaces.model.menu
Interface Submenu
-
- All Superinterfaces:
MenuElement,MenuGroup
- All Known Implementing Classes:
DefaultSubMenu,UISubmenu,UISubmenuBase
public interface Submenu extends MenuGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientId()StringgetIcon()StringgetLabel()ObjectgetParent()StringgetStyle()StringgetStyleClass()booleanisDisabled()booleanisExpanded()-
Methods inherited from interface org.primefaces.model.menu.MenuElement
getId, isRendered, setId
-
Methods inherited from interface org.primefaces.model.menu.MenuGroup
getElements, getElementsCount
-
-