| |
|
| java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UISelectItem
Constructor Summary | |
public | UISelectItem() Construct an instance of the UISelectItem. |
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
UISelectItem | public UISelectItem()(Code) | | Construct an instance of the UISelectItem.
|
getItemDescription | public String getItemDescription()(Code) | | Gets For use in development tools.
the new itemDescription value |
getItemLabel | public String getItemLabel()(Code) | | Gets The string which will be presented to the user for this option.
the new itemLabel value |
getItemValue | public Object getItemValue()(Code) | | Gets The value for this Item.
the new itemValue value |
getValue | public Object getValue()(Code) | | Gets The initial value of this component.
the new value value |
isItemDisabled | public boolean isItemDisabled()(Code) | | Gets Determine whether this item can be chosen by the user.
When true, this item cannot be chosen by the user. If this method is
ever called, then any EL-binding for the disabled property will be ignored.
the new itemDisabled value |
isItemEscaped | public boolean isItemEscaped()(Code) | | Gets The escape setting for the label of this selection item.
the new itemEscaped value |
setItemDescription | public void setItemDescription(String itemDescription)(Code) | | Sets For use in development tools.
Parameters: itemDescription - the new itemDescription value |
setItemDisabled | public void setItemDisabled(boolean itemDisabled)(Code) | | Sets Determine whether this item can be chosen by the user.
When true, this item cannot be chosen by the user. If this method is
ever called, then any EL-binding for the disabled property will be ignored.
Parameters: itemDisabled - the new itemDisabled value |
setItemEscaped | public void setItemEscaped(boolean itemEscaped)(Code) | | Sets The escape setting for the label of this selection item.
Parameters: itemEscaped - the new itemEscaped value |
setItemLabel | public void setItemLabel(String itemLabel)(Code) | | Sets The string which will be presented to the user for this option.
Parameters: itemLabel - the new itemLabel value |
setItemValue | public void setItemValue(Object itemValue)(Code) | | Sets The value for this Item.
Parameters: itemValue - the new itemValue value |
setValue | public void setValue(Object value)(Code) | | Sets The initial value of this component.
Parameters: value - the new value value |
Methods inherited from javax.faces.component.UIComponentBase | protected void addFacesListener(FacesListener listener)(Code)(Java Doc) public void broadcast(FacesEvent event) throws AbortProcessingException(Code)(Java Doc) public void decode(FacesContext context)(Code)(Java Doc) public void encodeBegin(FacesContext context) throws IOException(Code)(Java Doc) public void encodeChildren(FacesContext context) throws IOException(Code)(Java Doc) public void encodeEnd(FacesContext context) throws IOException(Code)(Java Doc) public UIComponent findComponent(String expr)(Code)(Java Doc) public Map<String, Object> getAttributes()(Code)(Java Doc) public int getChildCount()(Code)(Java Doc) public List<UIComponent> getChildren()(Code)(Java Doc) public String getClientId(FacesContext context)(Code)(Java Doc) T getExpressionValue(String attribute, T explizitValue, T defaultValueIfExpressionNull)(Code)(Java Doc) protected FacesContext getFacesContext()(Code)(Java Doc) protected FacesListener[] getFacesListeners(Class clazz)(Code)(Java Doc) public UIComponent getFacet(String name)(Code)(Java Doc) public int getFacetCount()(Code)(Java Doc) public Map<String, UIComponent> getFacets()(Code)(Java Doc) public Iterator<UIComponent> getFacetsAndChildren()(Code)(Java Doc) public String getId()(Code)(Java Doc) public UIComponent getParent()(Code)(Java Doc) protected Renderer getRenderer(FacesContext context)(Code)(Java Doc) public String getRendererType()(Code)(Java Doc) public boolean getRendersChildren()(Code)(Java Doc) public ValueBinding getValueBinding(String name)(Code)(Java Doc) public boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) throws FacesException(Code)(Java Doc) public boolean isRendered()(Code)(Java Doc) public boolean isTransient()(Code)(Java Doc) public void processDecodes(FacesContext context)(Code)(Java Doc) public void processRestoreState(FacesContext context, Object state)(Code)(Java Doc) public Object processSaveState(FacesContext context)(Code)(Java Doc) public void processUpdates(FacesContext context)(Code)(Java Doc) public void processValidators(FacesContext context)(Code)(Java Doc) public void queueEvent(FacesEvent event)(Code)(Java Doc) protected void removeFacesListener(FacesListener listener)(Code)(Java Doc) public static Object restoreAttachedState(FacesContext context, Object stateObj) throws IllegalStateException(Code)(Java Doc) public void restoreState(FacesContext context, Object state)(Code)(Java Doc) public static Object saveAttachedState(FacesContext context, Object attachedObject)(Code)(Java Doc) public Object saveState(FacesContext context)(Code)(Java Doc) public void setId(String id)(Code)(Java Doc) public void setParent(UIComponent parent)(Code)(Java Doc) public void setRendered(boolean rendered)(Code)(Java Doc) public void setRendererType(String rendererType)(Code)(Java Doc) public void setTransient(boolean transientFlag)(Code)(Java Doc) public void setValueBinding(String name, ValueBinding binding)(Code)(Java Doc)
|
|
|
|