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