org.jboss.seam.ui.component.html
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class HtmlEnumItem extends UIEnumItem
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlEnumItem.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
HtmlEnumItem() |
Modifier and Type | Method and Description |
---|---|
javax.faces.el.MethodBinding |
getAction() |
javax.el.MethodExpression |
getActionExpression() |
javax.faces.el.MethodBinding |
getActionListener() |
String |
getEnumValue() |
String |
getFamily() |
String |
getLabel() |
boolean |
isImmediate() |
void |
setAction(javax.faces.el.MethodBinding action) |
void |
setActionExpression(javax.el.MethodExpression actionExpression) |
void |
setActionListener(javax.faces.el.MethodBinding actionListener) |
void |
setEnumValue(String enumValue) |
void |
setImmediate(boolean immediate) |
void |
setLabel(String label) |
getItemLabel, getItemValue, getValue, setItemLabel, setItemValue
getItemDescription, isItemDisabled, isItemEscaped, isNoSelectionOption, setItemDescription, setItemDisabled, setItemEscaped, setNoSelectionOption, setValue
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, 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.UISelectItem
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 String getEnumValue()
getEnumValue
in class UIEnumItem
public void setEnumValue(String enumValue)
setEnumValue
in class UIEnumItem
public boolean isImmediate()
public void setImmediate(boolean immediate)
public String getLabel()
getLabel
in class UIEnumItem
public void setLabel(String label)
setLabel
in class UIEnumItem
Copyright © 2015 Seam Framework. All Rights Reserved.