Seam UI JSF2 support 2.3.1.Final-redhat-2

org.jboss.seam.ui.component.html
Class HtmlSelectItems

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UISelectItems
              extended by org.jboss.seam.ui.component.UISelectItems
                  extended by org.jboss.seam.ui.component.html.HtmlSelectItems
All Implemented Interfaces:
EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder

@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"})
public class HtmlSelectItems
extends UISelectItems

Creates a List from a List, Set, DataModel or Array.


Nested Class Summary
protected static class HtmlSelectItems.Properties
           
 
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
HtmlSelectItems()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.jboss.seam.ui.component.UISelectItems
decode, encodeEnd, getLabel, getValue, setLabel
 
Methods inherited from class javax.faces.component.UISelectItems
setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
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
 
Methods inherited from class javax.faces.component.UIComponent
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

HtmlSelectItems

public HtmlSelectItems()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UISelectItems

getAction

public javax.faces.el.MethodBinding getAction()

setAction

public void setAction(javax.faces.el.MethodBinding action)

getActionExpression

public javax.el.MethodExpression getActionExpression()

setActionExpression

public void setActionExpression(javax.el.MethodExpression actionExpression)

getActionListener

public javax.faces.el.MethodBinding getActionListener()

setActionListener

public void setActionListener(javax.faces.el.MethodBinding actionListener)

isDisabled

public boolean isDisabled()
Specified by:
isDisabled in class UISelectItems

setDisabled

public void setDisabled(boolean disabled)
Specified by:
setDisabled in class UISelectItems

isEscape

public boolean isEscape()
Specified by:
isEscape in class UISelectItems

setEscape

public void setEscape(boolean escape)
Specified by:
setEscape in class UISelectItems

isHideNoSelectionLabel

public boolean isHideNoSelectionLabel()
Specified by:
isHideNoSelectionLabel in class UISelectItems

setHideNoSelectionLabel

public void setHideNoSelectionLabel(boolean hideNoSelectionLabel)
Specified by:
setHideNoSelectionLabel in class UISelectItems

isImmediate

public boolean isImmediate()

setImmediate

public void setImmediate(boolean immediate)

getItemValue

public Object getItemValue()
Specified by:
getItemValue in class UISelectItems

setItemValue

public void setItemValue(Object itemValue)
Specified by:
setItemValue in class UISelectItems

getNoSelectionLabel

public String getNoSelectionLabel()
Specified by:
getNoSelectionLabel in class UISelectItems

setNoSelectionLabel

public void setNoSelectionLabel(String noSelectionLabel)
Specified by:
setNoSelectionLabel in class UISelectItems

getVar

public String getVar()
Specified by:
getVar in class UISelectItems

setVar

public void setVar(String var)
Specified by:
setVar in class UISelectItems

Seam UI JSF2 support 2.3.1.Final-redhat-2

Copyright © 2013 Seam Framework. All Rights Reserved.