public class PanelMenu extends AbstractMenu
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.panelmenu.PanelMenuBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_HEADER_CLASS |
static String |
ACTIVE_ROOT_SUBMENU_CONTENT |
static String |
ACTIVE_TAB_HEADER_ICON_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
DESCENDANT_SUBMENU_CLASS |
static String |
DESCENDANT_SUBMENU_COLLAPSED_ICON_CLASS |
static String |
DESCENDANT_SUBMENU_COLLAPSED_LIST_CLASS |
static String |
DESCENDANT_SUBMENU_EXPANDED_ICON_CLASS |
static String |
DESCENDANT_SUBMENU_EXPANDED_LIST_CLASS |
static String |
INACTIVE_HEADER_CLASS |
static String |
INACTIVE_ROOT_SUBMENU_CONTENT |
static String |
INACTIVE_TAB_HEADER_ICON_CLASS |
static String |
MENUITEM_CLASS |
static String |
MENUITEM_LINK_WITH_ICON_CLASS |
static String |
PANEL_CLASS |
LIST_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 |
---|
PanelMenu() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
MenuModel |
getModel() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isMultiple() |
boolean |
isStateful() |
String |
resolveWidgetVar() |
void |
setModel(MenuModel model) |
void |
setMultiple(boolean multiple) |
void |
setStateful(boolean stateful) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setWidgetVar(String widgetVar) |
broadcast, getElements, getElementsCount, getTabindex, isDynamic, setTabindex
addClientBehavior, 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, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public static final String CONTAINER_CLASS
public static final String INACTIVE_HEADER_CLASS
public static final String ACTIVE_HEADER_CLASS
public static final String INACTIVE_TAB_HEADER_ICON_CLASS
public static final String ACTIVE_TAB_HEADER_ICON_CLASS
public static final String INACTIVE_ROOT_SUBMENU_CONTENT
public static final String ACTIVE_ROOT_SUBMENU_CONTENT
public static final String MENUITEM_CLASS
public static final String DESCENDANT_SUBMENU_CLASS
public static final String DESCENDANT_SUBMENU_EXPANDED_ICON_CLASS
public static final String DESCENDANT_SUBMENU_COLLAPSED_ICON_CLASS
public static final String DESCENDANT_SUBMENU_EXPANDED_LIST_CLASS
public static final String DESCENDANT_SUBMENU_COLLAPSED_LIST_CLASS
public static final String PANEL_CLASS
public static final String MENUITEM_LINK_WITH_ICON_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public MenuModel getModel()
getModel
in class AbstractMenu
public void setModel(MenuModel model)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isMultiple()
public void setMultiple(boolean multiple)
public boolean isStateful()
public void setStateful(boolean stateful)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.