Uses of Interface
org.primefaces.model.menu.MenuModel
-
-
Uses of MenuModel in org.primefaces.component.breadcrumb
Methods in org.primefaces.component.breadcrumb that return MenuModel Modifier and Type Method Description MenuModelBreadCrumbBase. getModel()Methods in org.primefaces.component.breadcrumb with parameters of type MenuModel Modifier and Type Method Description voidBreadCrumbBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.contextmenu
Methods in org.primefaces.component.contextmenu that return MenuModel Modifier and Type Method Description MenuModelContextMenuBase. getModel()Methods in org.primefaces.component.contextmenu with parameters of type MenuModel Modifier and Type Method Description voidContextMenuBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.dock
Methods in org.primefaces.component.dock that return MenuModel Modifier and Type Method Description MenuModelDockBase. getModel()Methods in org.primefaces.component.dock with parameters of type MenuModel Modifier and Type Method Description voidDockBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.megamenu
Methods in org.primefaces.component.megamenu that return MenuModel Modifier and Type Method Description MenuModelMegaMenuBase. getModel()Methods in org.primefaces.component.megamenu with parameters of type MenuModel Modifier and Type Method Description voidMegaMenuBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.menu
Methods in org.primefaces.component.menu that return MenuModel Modifier and Type Method Description abstract MenuModelAbstractMenu. getModel()MenuModelMenuBase. getModel()Methods in org.primefaces.component.menu with parameters of type MenuModel Modifier and Type Method Description voidMenuBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.menubar
Methods in org.primefaces.component.menubar that return MenuModel Modifier and Type Method Description MenuModelMenubarBase. getModel()Methods in org.primefaces.component.menubar with parameters of type MenuModel Modifier and Type Method Description voidMenubarBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.menubutton
Methods in org.primefaces.component.menubutton that return MenuModel Modifier and Type Method Description MenuModelMenuButtonBase. getModel()Methods in org.primefaces.component.menubutton with parameters of type MenuModel Modifier and Type Method Description voidMenuButtonBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.panelmenu
Methods in org.primefaces.component.panelmenu that return MenuModel Modifier and Type Method Description MenuModelPanelMenuBase. getModel()Methods in org.primefaces.component.panelmenu with parameters of type MenuModel Modifier and Type Method Description voidPanelMenuBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.slidemenu
Methods in org.primefaces.component.slidemenu that return MenuModel Modifier and Type Method Description MenuModelSlideMenuBase. getModel()Methods in org.primefaces.component.slidemenu with parameters of type MenuModel Modifier and Type Method Description voidSlideMenuBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.splitbutton
Methods in org.primefaces.component.splitbutton that return MenuModel Modifier and Type Method Description MenuModelSplitButtonBase. getModel()Methods in org.primefaces.component.splitbutton with parameters of type MenuModel Modifier and Type Method Description voidSplitButtonBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.stack
Methods in org.primefaces.component.stack that return MenuModel Modifier and Type Method Description MenuModelStackBase. getModel()Methods in org.primefaces.component.stack with parameters of type MenuModel Modifier and Type Method Description voidStackBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.steps
Methods in org.primefaces.component.steps that return MenuModel Modifier and Type Method Description MenuModelStepsBase. getModel()Methods in org.primefaces.component.steps with parameters of type MenuModel Modifier and Type Method Description voidStepsBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.tabmenu
Methods in org.primefaces.component.tabmenu that return MenuModel Modifier and Type Method Description MenuModelTabMenuBase. getModel()Methods in org.primefaces.component.tabmenu with parameters of type MenuModel Modifier and Type Method Description voidTabMenuBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.component.tieredmenu
Methods in org.primefaces.component.tieredmenu that return MenuModel Modifier and Type Method Description MenuModelTieredMenuBase. getModel()Methods in org.primefaces.component.tieredmenu with parameters of type MenuModel Modifier and Type Method Description voidTieredMenuBase. setModel(MenuModel model) -
Uses of MenuModel in org.primefaces.model.menu
Classes in org.primefaces.model.menu that implement MenuModel Modifier and Type Class Description classBaseMenuModelBase implementation for model of a programmatic menuclassDefaultMenuModelDefault implementation of a MenuModel optimized for static menus that do not change once built.
-