|
||||||||||
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.custom.selectitems.AbstractUISelectItems
org.apache.myfaces.custom.selectitems.UISelectItems
public class UISelectItems
Nested Class Summary | |
---|---|
protected static class |
UISelectItems.PropertyKeys
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
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 Summary | |
---|---|
UISelectItems()
|
Method Summary | |
---|---|
String |
getFamily()
|
Object |
getItemDescription()
name of the selectitem |
Object |
getItemDisabled()
disabled state of the selectitem |
Object |
getItemLabel()
name of the selectitem |
Object |
getItemLabelEscaped()
indicate if the label should be escaped of the selectitem |
Object |
getItemValue()
value of the selectitem |
String |
getVar()
name of the iterator |
boolean |
isUseEntryAsItem()
Only applies when value points to a map. |
void |
setItemDescription(Object itemDescription)
|
void |
setItemDisabled(Object itemDisabled)
|
void |
setItemLabel(Object itemLabel)
|
void |
setItemLabelEscaped(Object itemLabelEscaped)
|
void |
setItemValue(Object itemValue)
|
void |
setUseEntryAsItem(boolean useEntryAsItem)
|
void |
setVar(String var)
|
Methods inherited from class org.apache.myfaces.custom.selectitems.AbstractUISelectItems |
---|
getValue |
Methods inherited from class javax.faces.component.UISelectItems |
---|
getFacesContext, 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, getTransientStateHelper, getTransientStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, 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_FAMILY
public static final String COMPONENT_TYPE
Constructor Detail |
---|
public UISelectItems()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UISelectItems
public String getVar()
AbstractUISelectItems
getVar
in class AbstractUISelectItems
public void setVar(String var)
public Object getItemLabel()
AbstractUISelectItems
getItemLabel
in class AbstractUISelectItems
public void setItemLabel(Object itemLabel)
public Object getItemValue()
AbstractUISelectItems
getItemValue
in class AbstractUISelectItems
public void setItemValue(Object itemValue)
public Object getItemLabelEscaped()
AbstractUISelectItems
getItemLabelEscaped
in class AbstractUISelectItems
public void setItemLabelEscaped(Object itemLabelEscaped)
public Object getItemDescription()
AbstractUISelectItems
getItemDescription
in class AbstractUISelectItems
public void setItemDescription(Object itemDescription)
public Object getItemDisabled()
AbstractUISelectItems
getItemDisabled
in class AbstractUISelectItems
public void setItemDisabled(Object itemDisabled)
public boolean isUseEntryAsItem()
AbstractUISelectItems
isUseEntryAsItem
in class AbstractUISelectItems
public void setUseEntryAsItem(boolean useEntryAsItem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |