Uses of Interface
org.primefaces.model.menu.MenuItem
-
-
Uses of MenuItem in org.primefaces.component.dock
Methods in org.primefaces.component.dock with parameters of type MenuItem Modifier and Type Method Description protected voidDockRenderer. encodeItemIcon(javax.faces.context.FacesContext context, MenuItem menuitem)protected voidDockRenderer. encodeItemLabel(javax.faces.context.FacesContext context, MenuItem menuitem)protected voidDockRenderer. encodeMenuItemContent(javax.faces.context.FacesContext context, AbstractMenu menu, MenuItem menuitem) -
Uses of MenuItem in org.primefaces.component.menu
Methods in org.primefaces.component.menu with parameters of type MenuItem Modifier and Type Method Description protected voidBaseMenuRenderer. encodeMenuItem(javax.faces.context.FacesContext context, AbstractMenu menu, MenuItem menuitem)protected voidBaseMenuRenderer. encodeMenuItem(javax.faces.context.FacesContext context, AbstractMenu menu, MenuItem menuitem, String tabindex)protected voidBaseMenuRenderer. encodeMenuItem(javax.faces.context.FacesContext context, AbstractMenu menu, MenuItem menuitem, String tabindex, Map.Entry<String,String> aria)protected voidBaseMenuRenderer. encodeMenuItemContent(javax.faces.context.FacesContext context, AbstractMenu menu, MenuItem menuitem)protected StringBaseMenuRenderer. getLinkStyleClass(MenuItem menuItem) -
Uses of MenuItem in org.primefaces.component.menuitem
Classes in org.primefaces.component.menuitem that implement MenuItem Modifier and Type Class Description classUIMenuItemclassUIMenuItemBaseMethods in org.primefaces.component.menuitem that return types with arguments of type MenuItem Modifier and Type Method Description SerializableFunction<MenuItem,String>UIMenuItemBase. getFunction() -
Uses of MenuItem in org.primefaces.component.splitbutton
Methods in org.primefaces.component.splitbutton with parameters of type MenuItem Modifier and Type Method Description protected voidSplitButtonRenderer. encodeMenuItem(javax.faces.context.FacesContext context, SplitButton button, MenuItem menuitem) -
Uses of MenuItem in org.primefaces.component.stack
Methods in org.primefaces.component.stack with parameters of type MenuItem Modifier and Type Method Description protected voidStackRenderer. encodeMenuItemContent(javax.faces.context.FacesContext context, AbstractMenu menu, MenuItem menuitem) -
Uses of MenuItem in org.primefaces.component.steps
Methods in org.primefaces.component.steps with parameters of type MenuItem Modifier and Type Method Description protected voidStepsRenderer. encodeItem(javax.faces.context.FacesContext context, Steps steps, MenuItem item, int activeIndex, int index)protected voidStepsRenderer. encodeMenuItem(javax.faces.context.FacesContext context, Steps steps, MenuItem menuitem, int activeIndex, int index) -
Uses of MenuItem in org.primefaces.component.tabmenu
Methods in org.primefaces.component.tabmenu with parameters of type MenuItem Modifier and Type Method Description protected voidTabMenuRenderer. encodeItem(javax.faces.context.FacesContext context, TabMenu menu, MenuItem item, boolean active) -
Uses of MenuItem in org.primefaces.event
Methods in org.primefaces.event that return MenuItem Modifier and Type Method Description MenuItemMenuActionEvent. getMenuItem()Constructors in org.primefaces.event with parameters of type MenuItem Constructor Description MenuActionEvent(javax.faces.component.UIComponent component, MenuItem menuItem) -
Uses of MenuItem in org.primefaces.model.menu
Classes in org.primefaces.model.menu that implement MenuItem Modifier and Type Class Description classDefaultMenuItemMethods in org.primefaces.model.menu that return types with arguments of type MenuItem Modifier and Type Method Description SerializableFunction<MenuItem,String>DefaultMenuItem. getFunction()SerializableFunction<MenuItem,String>MenuItem. getFunction()Lambda alternative to thegetCommand().Method parameters in org.primefaces.model.menu with type arguments of type MenuItem Modifier and Type Method Description DefaultMenuItem.BuilderDefaultMenuItem.Builder. function(SerializableFunction<MenuItem,String> function)voidDefaultMenuItem. setFunction(SerializableFunction<MenuItem,String> function) -
Uses of MenuItem in org.primefaces.renderkit
Methods in org.primefaces.renderkit that return MenuItem Modifier and Type Method Description protected MenuItemMenuItemAwareRenderer. findMenuitem(List<MenuElement> elements, String id)Methods in org.primefaces.renderkit with parameters of type MenuItem Modifier and Type Method Description protected voidMenuItemAwareRenderer. encodeOnClick(javax.faces.context.FacesContext context, javax.faces.component.UIComponent source, MenuItem menuitem)protected voidMenuItemAwareRenderer. setConfirmationScript(javax.faces.context.FacesContext context, MenuItem item)
-