Modifier and Type | Method and Description |
---|---|
protected void |
DockRenderer.encodeItemIcon(javax.faces.context.FacesContext context,
MenuItem menuitem) |
protected void |
DockRenderer.encodeItemLabel(javax.faces.context.FacesContext context,
MenuItem menuitem) |
protected void |
DockRenderer.encodeMenuItemContent(javax.faces.context.FacesContext context,
AbstractMenu menu,
MenuItem menuitem) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMenuRenderer.encodeMenuItem(javax.faces.context.FacesContext context,
AbstractMenu menu,
MenuItem menuitem) |
protected void |
BaseMenuRenderer.encodeMenuItem(javax.faces.context.FacesContext context,
AbstractMenu menu,
MenuItem menuitem,
String tabindex) |
protected void |
BaseMenuRenderer.encodeMenuItemContent(javax.faces.context.FacesContext context,
AbstractMenu menu,
MenuItem menuitem) |
protected String |
BaseMenuRenderer.getLinkStyleClass(MenuItem menuItem) |
Modifier and Type | Class and Description |
---|---|
class |
UIMenuItem |
class |
UIMenuItemBase |
Modifier and Type | Method and Description |
---|---|
SerializableFunction<MenuItem,String> |
UIMenuItemBase.getFunction() |
Modifier and Type | Method and Description |
---|---|
protected void |
SplitButtonRenderer.encodeMenuItem(javax.faces.context.FacesContext context,
SplitButton button,
MenuItem menuitem) |
Modifier and Type | Method and Description |
---|---|
protected void |
StackRenderer.encodeMenuItemContent(javax.faces.context.FacesContext context,
AbstractMenu menu,
MenuItem menuitem) |
Modifier and Type | Method and Description |
---|---|
protected void |
StepsRenderer.encodeItem(javax.faces.context.FacesContext context,
Steps steps,
MenuItem item,
int activeIndex,
int index) |
protected void |
StepsRenderer.encodeMenuItem(javax.faces.context.FacesContext context,
Steps steps,
MenuItem menuitem,
int activeIndex,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
TabMenuRenderer.encodeItem(javax.faces.context.FacesContext context,
TabMenu menu,
MenuItem item,
boolean active) |
Modifier and Type | Method and Description |
---|---|
MenuItem |
MenuActionEvent.getMenuItem() |
Constructor and Description |
---|
MenuActionEvent(javax.faces.component.UIComponent component,
MenuItem menuItem) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMenuItem |
Modifier and Type | Method and Description |
---|---|
SerializableFunction<MenuItem,String> |
DefaultMenuItem.getFunction() |
SerializableFunction<MenuItem,String> |
MenuItem.getFunction()
Lambda alternative to the
getCommand() . |
Modifier and Type | Method and Description |
---|---|
DefaultMenuItem.Builder |
DefaultMenuItem.Builder.function(SerializableFunction<MenuItem,String> function) |
void |
DefaultMenuItem.setFunction(SerializableFunction<MenuItem,String> function) |
Modifier and Type | Method and Description |
---|---|
protected MenuItem |
MenuItemAwareRenderer.findMenuitem(List<MenuElement> elements,
String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
MenuItemAwareRenderer.encodeOnClick(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent source,
MenuItem menuitem) |
protected void |
MenuItemAwareRenderer.setConfirmationScript(javax.faces.context.FacesContext context,
MenuItem item) |
Copyright © 2020. All rights reserved.