public class Menu extends AbstractMenu implements Widget, OverlayMenu
Modifier and Type | Class and Description |
---|---|
protected static class |
Menu.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DYNAMIC_CONTAINER_CLASS |
static String |
MOBILE_CONTAINER_CLASS |
static String |
MOBILE_DIVIDER_CLASS |
static String |
STATIC_CONTAINER_CLASS |
static String |
SUBMENU_TITLE_CLASS |
LIST_CLASS, MENUITEM_CLASS, MENUITEM_ICON_CLASS, MENUITEM_LINK_CLASS, MENUITEM_TEXT_CLASS, MOBILE_MENUITEM_LINK_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() |
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 |
setTrigger(String _trigger) |
void |
setTriggerEvent(String _triggerEvent) |
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, getListenersForEventClass, getParent, getPassThroughAttributes, 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, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 MOBILE_CONTAINER_CLASS
public static final String MOBILE_DIVIDER_CLASS
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 getTrigger()
getTrigger
in interface OverlayMenu
public void setTrigger(String _trigger)
public String getMy()
getMy
in interface OverlayMenu
public void setMy(String _my)
public String getAt()
getAt
in interface OverlayMenu
public 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 OverlayMenu
public void setTriggerEvent(String _triggerEvent)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2014. All rights reserved.