org.jboss.seam.ui.component.html
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class HtmlSelectItems extends UISelectItems
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HtmlSelectItems.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
HtmlSelectItems() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.el.MethodBinding |
getAction() |
javax.el.MethodExpression |
getActionExpression() |
javax.faces.el.MethodBinding |
getActionListener() |
String |
getFamily() |
Object |
getItemValue() |
String |
getNoSelectionLabel() |
String |
getVar() |
boolean |
isDisabled() |
boolean |
isEscape() |
boolean |
isHideNoSelectionLabel() |
boolean |
isImmediate() |
void |
setAction(javax.faces.el.MethodBinding action) |
void |
setActionExpression(javax.el.MethodExpression actionExpression) |
void |
setActionListener(javax.faces.el.MethodBinding actionListener) |
void |
setDisabled(boolean disabled) |
void |
setEscape(boolean escape) |
void |
setHideNoSelectionLabel(boolean hideNoSelectionLabel) |
void |
setImmediate(boolean immediate) |
void |
setItemValue(Object itemValue) |
void |
setNoSelectionLabel(String noSelectionLabel) |
void |
setVar(String var) |
decode, encodeEnd, getLabel, getValue, setLabeladdClientBehavior, addFacesListener, broadcast, clearInitialState, encodeBegin, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UISelectItemspublic javax.faces.el.MethodBinding getAction()
public void setAction(javax.faces.el.MethodBinding action)
public javax.el.MethodExpression getActionExpression()
public void setActionExpression(javax.el.MethodExpression actionExpression)
public javax.faces.el.MethodBinding getActionListener()
public void setActionListener(javax.faces.el.MethodBinding actionListener)
public boolean isDisabled()
isDisabled in class UISelectItemspublic void setDisabled(boolean disabled)
setDisabled in class UISelectItemspublic boolean isEscape()
isEscape in class UISelectItemspublic void setEscape(boolean escape)
setEscape in class UISelectItemspublic boolean isHideNoSelectionLabel()
isHideNoSelectionLabel in class UISelectItemspublic void setHideNoSelectionLabel(boolean hideNoSelectionLabel)
setHideNoSelectionLabel in class UISelectItemspublic boolean isImmediate()
public void setImmediate(boolean immediate)
public Object getItemValue()
getItemValue in class UISelectItemspublic void setItemValue(Object itemValue)
setItemValue in class UISelectItemspublic String getNoSelectionLabel()
getNoSelectionLabel in class UISelectItemspublic void setNoSelectionLabel(String noSelectionLabel)
setNoSelectionLabel in class UISelectItemspublic String getVar()
getVar in class UISelectItemspublic void setVar(String var)
setVar in class UISelectItemsCopyright © 2015 Seam Framework. All Rights Reserved.