org.apache.myfaces.tobago.component
Class UISelectMany

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by javax.faces.component.UISelectMany
                      extended by org.apache.myfaces.tobago.component.UISelectMany
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder, SupportsMarkup

public class UISelectMany
extends UISelectMany
implements SupportsMarkup


Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UISelectMany
COMPONENT_FAMILY, INVALID_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
UISelectMany()
           
 
Method Summary
 void encodeBegin(FacesContext facesContext)
           
 String[] getMarkup()
           
 Object[] getSelectedValues()
           
 Integer getTabIndex()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setMarkup(String[] markup)
           
 void setTabIndex(Integer tabIndex)
           
 
Methods inherited from class javax.faces.component.UISelectMany
compareValues, getConvertedValue, getFamily, getValueBinding, setSelectedValues, setValueBinding, validate, validateValue
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, decode, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, setConverter
 

Field Detail

COMPONENT_TYPE

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

UISelectMany

public UISelectMany()
Method Detail

getSelectedValues

public Object[] getSelectedValues()
Overrides:
getSelectedValues in class UISelectMany

restoreState

public void restoreState(FacesContext context,
                         Object state)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class UIInput

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UIInput

getMarkup

public String[] getMarkup()
Specified by:
getMarkup in interface SupportsMarkup

setMarkup

public void setMarkup(String[] markup)
Specified by:
setMarkup in interface SupportsMarkup

encodeBegin

public void encodeBegin(FacesContext facesContext)
                 throws IOException
Overrides:
encodeBegin in class UIComponentBase
Throws:
IOException

getTabIndex

public Integer getTabIndex()

setTabIndex

public void setTabIndex(Integer tabIndex)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.