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, setValue
addClientBehavior, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public Object getItemValue()
javax.faces.component.UISelectItem
Return the server value for this selection item.
getItemValue
in class javax.faces.component.UISelectItem
public String getItemLabel()
javax.faces.component.UISelectItem
Return the localized label for this selection item.
getItemLabel
in class javax.faces.component.UISelectItem
public String getItemDescription()
javax.faces.component.UISelectItem
Return the description for this selection item.
getItemDescription
in class javax.faces.component.UISelectItem
public boolean isItemEscaped()
javax.faces.component.UISelectItem
Return the escape setting for the label of this selection item.
isItemEscaped
in class javax.faces.component.UISelectItem
true
if the item is escaped, false
otherwise.public boolean isNoSelectionOption()
javax.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(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.UISelectItem
public boolean isItemDisabled()
javax.faces.component.UISelectItem
Return the disabled setting for this selection item.
isItemDisabled
in class javax.faces.component.UISelectItem
true
is the item disabled, false
otherwise.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.