public static class RadioRenderer.GroupSelectItem extends UISelectItem
COMPONENT_FAMILY, COMPONENT_TYPEATTRS_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 |
|---|
GroupSelectItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemDescription()
Return the description for this selection item.
|
String |
getItemLabel()
Return the localized label for this selection item.
|
Object |
getItemValue()
Return the server value for this selection item.
|
boolean |
isItemDisabled()
Return the disabled setting for this selection item.
|
boolean |
isItemEscaped()
Return the escape setting for the label of this selection item.
|
boolean |
isNoSelectionOption()
Return the value of the |
getFamily, getValue, setItemDescription, setItemDisabled, setItemEscaped, setItemLabel, setItemValue, setNoSelectionOption, setValueaddClientBehavior, addFacesListener, broadcast, 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 Object getItemValue()
UISelectItemReturn the server value for this selection item.
getItemValue in class UISelectItempublic String getItemLabel()
UISelectItemReturn the localized label for this selection item.
getItemLabel in class UISelectItempublic String getItemDescription()
UISelectItemReturn the description for this selection item.
getItemDescription in class UISelectItempublic boolean isItemEscaped()
UISelectItemReturn the escape setting for the label of this selection item.
isItemEscaped in class UISelectItemtrue if the item is escaped, false otherwise.public boolean isNoSelectionOption()
UISelectItem
Return the value of the noSelectionOption property. If the value of this
property is true, the system interprets the option represented by this
UISelectItem instance as representing a "no selection" option. See
UISelectOne.validateValue(javax.faces.context.FacesContext, java.lang.Object) and UISelectMany.validateValue(javax.faces.context.FacesContext, java.lang.Object) for usage.
isNoSelectionOption in class UISelectItempublic boolean isItemDisabled()
UISelectItemReturn the disabled setting for this selection item.
isItemDisabled in class UISelectItemtrue is the item disabled, false otherwise.Copyright © 1997–2019 Eclipse Foundation. All rights reserved.