public class UISelectItem extends UIComponentBase
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
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 and Description |
---|
UISelectItem() |
Modifier and Type | Method and Description |
---|---|
protected FacesContext |
getFacesContext() |
String |
getFamily() |
String |
getItemDescription() |
String |
getItemLabel() |
Object |
getItemValue() |
Object |
getValue() |
boolean |
isItemDisabled() |
boolean |
isItemEscaped() |
boolean |
isNoSelectionOption() |
void |
setItemDescription(String itemDescription) |
void |
setItemDisabled(boolean itemDisabled) |
void |
setItemEscaped(boolean itemEscaped) |
void |
setItemLabel(String itemLabel) |
void |
setItemValue(Object itemValue) |
void |
setNoSelectionOption(boolean noSelectionOption) |
void |
setValue(Object value) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
protected FacesContext getFacesContext()
getFacesContext
in class UIComponentBase
public String getFamily()
getFamily
in class UIComponent
public Object getValue()
public void setValue(Object value)
public boolean isItemDisabled()
public void setItemDisabled(boolean itemDisabled)
public boolean isItemEscaped()
public void setItemEscaped(boolean itemEscaped)
public String getItemDescription()
public void setItemDescription(String itemDescription)
public String getItemLabel()
public void setItemLabel(String itemLabel)
public Object getItemValue()
public void setItemValue(Object itemValue)
public boolean isNoSelectionOption()
public void setNoSelectionOption(boolean noSelectionOption)
Copyright © 2021 The Apache Software Foundation. All rights reserved.