public class Menu extends AbstractMenu
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.menu.MenuBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLAPSED_SUBMENU_HEADER_ICON_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
DYNAMIC_CONTAINER_CLASS |
static String |
EXPANDED_SUBMENU_HEADER_ICON_CLASS |
static String |
STATIC_CONTAINER_CLASS |
static String |
SUBMENU_CHILD_CLASS |
static String |
SUBMENU_TITLE_CLASS |
static String |
TOGGLEABLE_MENU_CLASS |
LIST_CLASS, MENUITEM_CLASS, MENUITEM_ICON_CLASS, MENUITEM_LINK_CLASS, MENUITEM_TEXT_CLASS, OPTIONS_CLASS, SEPARATOR_CLASS, SUBMENU_DOWN_ICON_CLASS, SUBMENU_LINK_CLASS, SUBMENU_RIGHT_ICON_CLASS, TIERED_CHILD_SUBMENU_CLASS, TIERED_SUBMENU_CLASS| Constructor and Description |
|---|
Menu() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAt() |
String |
getFamily() |
MenuModel |
getModel() |
String |
getMy() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTrigger() |
String |
getTriggerEvent() |
String |
getWidgetVar() |
boolean |
isOverlay() |
boolean |
isToggleable() |
String |
resolveWidgetVar() |
void |
setAt(String at) |
void |
setModel(MenuModel model) |
void |
setMy(String my) |
void |
setOverlay(boolean overlay) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setToggleable(boolean toggleable) |
void |
setTrigger(String trigger) |
void |
setTriggerEvent(String triggerEvent) |
void |
setWidgetVar(String widgetVar) |
broadcast, getElements, getElementsCount, getTabindex, isDynamic, setTabindexaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
public static final String STATIC_CONTAINER_CLASS
public static final String DYNAMIC_CONTAINER_CLASS
public static final String SUBMENU_TITLE_CLASS
public static final String EXPANDED_SUBMENU_HEADER_ICON_CLASS
public static final String COLLAPSED_SUBMENU_HEADER_ICON_CLASS
public static final String TOGGLEABLE_MENU_CLASS
public static final String SUBMENU_CHILD_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public MenuModel getModel()
getModel in class AbstractMenupublic void setModel(MenuModel model)
public String getTrigger()
getTrigger in interface OverlayMenupublic void setTrigger(String trigger)
public String getMy()
getMy in interface OverlayMenupublic void setMy(String my)
public String getAt()
getAt in interface OverlayMenupublic void setAt(String at)
public boolean isOverlay()
public void setOverlay(boolean overlay)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getTriggerEvent()
getTriggerEvent in interface OverlayMenupublic void setTriggerEvent(String triggerEvent)
public boolean isToggleable()
public void setToggleable(boolean toggleable)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.