public static class RadioRenderer.GroupSelectItem
extends javax.faces.component.UISelectItem
| 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()
javax.faces.component.UISelectItemReturn the server value for this selection item.
getItemValue in class javax.faces.component.UISelectItempublic String getItemLabel()
javax.faces.component.UISelectItemReturn the localized label for this selection item.
getItemLabel in class javax.faces.component.UISelectItempublic String getItemDescription()
javax.faces.component.UISelectItemReturn the description for this selection item.
getItemDescription in class javax.faces.component.UISelectItempublic boolean isItemEscaped()
javax.faces.component.UISelectItemReturn the escape setting for the label of this selection item.
isItemEscaped in class javax.faces.component.UISelectItemtrue if the item is escaped, false otherwise.public boolean isNoSelectionOption()
javax.faces.component.UISelectItemReturn 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 javax.faces.component.UISelectItempublic boolean isItemDisabled()
javax.faces.component.UISelectItemReturn the disabled setting for this selection item.
isItemDisabled in class javax.faces.component.UISelectItemtrue is the item disabled, false otherwise.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.