|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.primefaces.component.menu.AbstractMenu
public abstract class AbstractMenu
Nested Class Summary | |
---|---|
protected static class |
AbstractMenu.PropertyKeys
|
Field Summary | |
---|---|
static String |
LIST_CLASS
|
static String |
MENUITEM_CLASS
|
static String |
MENUITEM_ICON_CLASS
|
static String |
MENUITEM_LINK_CLASS
|
static String |
MENUITEM_TEXT_CLASS
|
static String |
OPTIONS_CLASS
|
static String |
SEPARATOR_CLASS
|
static String |
SUBMENU_DOWN_ICON_CLASS
|
static String |
SUBMENU_RIGHT_ICON_CLASS
|
static String |
TIERED_CHILD_SUBMENU_CLASS
|
static String |
TIERED_SUBMENU_CLASS
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
AbstractMenu()
|
Method Summary | |
---|---|
void |
broadcast(javax.faces.event.FacesEvent event)
|
List |
getElements()
|
int |
getElementsCount()
|
abstract MenuModel |
getModel()
|
String |
getTabindex()
|
boolean |
isDynamic()
|
void |
setTabindex(String tabindex)
|
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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 |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LIST_CLASS
public static final String MENUITEM_CLASS
public static final String MENUITEM_LINK_CLASS
public static final String MENUITEM_TEXT_CLASS
public static final String MENUITEM_ICON_CLASS
public static final String TIERED_SUBMENU_CLASS
public static final String TIERED_CHILD_SUBMENU_CLASS
public static final String SUBMENU_RIGHT_ICON_CLASS
public static final String SUBMENU_DOWN_ICON_CLASS
public static final String SEPARATOR_CLASS
public static final String OPTIONS_CLASS
Constructor Detail |
---|
public AbstractMenu()
Method Detail |
---|
public String getTabindex()
public void setTabindex(String tabindex)
public List getElements()
public int getElementsCount()
public abstract MenuModel getModel()
public boolean isDynamic()
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class javax.faces.component.UIComponentBase
javax.faces.event.AbortProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |