MenuElement
, MenuGroup
, Submenu
public class UISubmenu extends javax.faces.component.UIComponentBase implements Submenu
Modifier and Type | Class | Description |
---|---|---|
static class |
UISubmenu.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
Constructor | Description |
---|---|
UISubmenu() |
Modifier and Type | Method | Description |
---|---|---|
List |
getElements() |
|
int |
getElementsCount() |
|
String |
getFamily() |
|
String |
getIcon() |
|
String |
getLabel() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
boolean |
isExpanded() |
|
void |
setExpanded(boolean _expanded) |
|
void |
setIcon(String _icon) |
|
void |
setLabel(String _label) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
getId, isRendered, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClientId, getParent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
addClientBehavior, addFacesListener, broadcast, 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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public void setLabel(String _label)
public void setIcon(String _icon)
public void setStyle(String _style)
public String getStyleClass()
getStyleClass
in interface Submenu
public void setStyleClass(String _styleClass)
public boolean isExpanded()
isExpanded
in interface Submenu
public void setExpanded(boolean _expanded)
public List getElements()
getElements
in interface MenuGroup
public int getElementsCount()
getElementsCount
in interface MenuGroup
Copyright © 2018. All rights reserved.