|
||||||||||
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.UISelectItems
org.apache.myfaces.tobago.component.UISelectItems
public class UISelectItems
Add a child UISelectItems component to the UIComponent
associated with the closed parent UIComponent custom
action.
UIComponent class, generated from template component2.0.stg
with class
SelectItemsTagDeclaration
.
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
UISelectItems()
|
Method Summary | |
---|---|
String |
getFamily()
|
String |
getItemImage()
Image to be displayed to the user for this option. |
String |
getItemLabel()
Label to be displayed to the user for this option. |
String |
getItemValue()
Value to be returned to the server if this option is selected by the user. |
String |
getTip()
Text value to display as tooltip. |
String |
getVar()
Name of a variable under which the iterated data will be exposed. |
boolean |
isItemDisabled()
Flag indicating whether the option created by this component is disabled. |
void |
setItemDisabled(boolean itemDisabled)
|
void |
setItemImage(String itemImage)
|
void |
setItemLabel(String itemLabel)
|
void |
setItemValue(String itemValue)
|
void |
setTip(String tip)
|
void |
setVar(String var)
|
Methods inherited from class javax.faces.component.UISelectItems |
---|
getFacesContext, getValue, setRendered, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendererType, setTransient, setValueBinding, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
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
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UISelectItems()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UISelectItems
public String getItemValue()
public void setItemValue(String itemValue)
public String getItemLabel()
public void setItemLabel(String itemLabel)
public String getVar()
public void setVar(String var)
public String getTip()
public void setTip(String tip)
public String getItemImage()
public void setItemImage(String itemImage)
public boolean isItemDisabled()
false
public void setItemDisabled(boolean itemDisabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |