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, setLabel
addClientBehavior, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UISelectItems
public 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 UISelectItems
public void setDisabled(boolean disabled)
setDisabled
in class UISelectItems
public boolean isEscape()
isEscape
in class UISelectItems
public void setEscape(boolean escape)
setEscape
in class UISelectItems
public boolean isHideNoSelectionLabel()
isHideNoSelectionLabel
in class UISelectItems
public void setHideNoSelectionLabel(boolean hideNoSelectionLabel)
setHideNoSelectionLabel
in class UISelectItems
public boolean isImmediate()
public void setImmediate(boolean immediate)
public Object getItemValue()
getItemValue
in class UISelectItems
public void setItemValue(Object itemValue)
setItemValue
in class UISelectItems
public String getNoSelectionLabel()
getNoSelectionLabel
in class UISelectItems
public void setNoSelectionLabel(String noSelectionLabel)
setNoSelectionLabel
in class UISelectItems
public String getVar()
getVar
in class UISelectItems
public void setVar(String var)
setVar
in class UISelectItems
Copyright © 2015 Seam Framework. All Rights Reserved.