public class MenuButton extends AbstractMenu implements Widget
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MenuButton.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
ICON_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 |
|---|
MenuButton() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppendTo() |
String |
getFamily() |
String |
getIconPos() |
String |
getMenuStyleClass() |
MenuModel |
getModel() |
String |
getStyle() |
String |
getStyleClass() |
String |
getValue() |
String |
getWidgetVar() |
boolean |
isDisabled() |
String |
resolveWidgetVar() |
void |
setAppendTo(String _appendTo) |
void |
setDisabled(boolean _disabled) |
void |
setIconPos(String _iconPos) |
void |
setMenuStyleClass(String _menuStyleClass) |
void |
setModel(MenuModel _model) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setValue(String _value) |
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, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String CONTAINER_CLASS
public static final String ICON_CLASS
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 getValue()
public void setValue(String _value)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public boolean isDisabled()
public void setDisabled(boolean _disabled)
public String getIconPos()
public void setIconPos(String _iconPos)
public String getAppendTo()
public void setAppendTo(String _appendTo)
public String getMenuStyleClass()
public void setMenuStyleClass(String _menuStyleClass)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2015. All rights reserved.