|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UISelectItem
org.apache.myfaces.tobago.internal.component.AbstractUISelectItem
org.apache.myfaces.tobago.component.UISelectItem
public class UISelectItem
Add a child UISelectItem component to the UIComponent
associated with the closed parent UIComponent custom
action.
UIComponent class, generated from template component1.2.stg with class
SelectItemTagDeclaration.
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UISelectItem |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.apache.myfaces.tobago.component.OnComponentPopulated |
|---|
MARKER |
| Constructor Summary | |
|---|---|
UISelectItem()
|
|
| Method Summary | |
|---|---|
Markup |
getCurrentMarkup()
|
String |
getItemImage()
Image to be displayed to the user for this option. |
Markup |
getMarkup()
|
boolean |
isItemDisabled()
Flag indicating whether the option created by this component is disabled. |
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setCurrentMarkup(Markup currentMarkup)
|
void |
setItemDisabled(boolean itemDisabled)
|
void |
setItemImage(String itemImage)
|
void |
setMarkup(Markup markup)
|
| Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUISelectItem |
|---|
onComponentPopulated, setItemValue |
| Methods inherited from class javax.faces.component.UISelectItem |
|---|
getFamily, getItemDescription, getItemLabel, getItemValue, getValue, isItemEscaped, setItemDescription, setItemEscaped, setItemLabel, setRendered, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public UISelectItem()
| Method Detail |
|---|
public Markup getMarkup()
getMarkup in interface SupportsMarkuppublic void setMarkup(Markup markup)
setMarkup in interface SupportsMarkuppublic Markup getCurrentMarkup()
getCurrentMarkup in interface SupportsMarkuppublic void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup in interface SupportsMarkuppublic String getItemImage()
public void setItemImage(String itemImage)
public boolean isItemDisabled()
false
isItemDisabled in class javax.faces.component.UISelectItempublic void setItemDisabled(boolean itemDisabled)
setItemDisabled in class javax.faces.component.UISelectItem
public void restoreState(javax.faces.context.FacesContext context,
Object componentState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UISelectItempublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UISelectItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||