org.xulfaces.component.input
Class SelectManyListBoxComponent

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.xulfaces.component.XULSelectMany
                          extended by org.xulfaces.component.input.SelectManyListBoxComponent
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, MultiActionSource, SmoothlyUpdateable

public class SelectManyListBoxComponent
extends XULSelectMany

Version:
$Id: SelectManyListBoxComponent.java,v 1.3 2007/04/29 16:06:04 kito31 Exp $
Author:
kito31

Field Summary
 
Fields inherited from class javax.faces.component.UISelectMany
COMPONENT_FAMILY, COMPONENT_TYPE, INVALID_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
SelectManyListBoxComponent()
           
 
Method Summary
 java.lang.Boolean getDisableKeyNavigation()
           
 java.lang.String getPreference()
           
 java.lang.Integer getRows()
           
 java.lang.String getSeltype()
           
 java.lang.Boolean getSuppressonselect()
           
 java.lang.Integer getTabindex()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setDisableKeyNavigation(java.lang.Boolean value)
           
 void setPreference(java.lang.String value)
           
 void setRows(java.lang.Integer value)
           
 void setSeltype(java.lang.String value)
           
 void setSuppressonselect(java.lang.Boolean value)
           
 void setTabindex(java.lang.Integer value)
           
 
Methods inherited from class org.xulfaces.component.XULSelectMany
addActionListener, broadcast, encodeBegin, encodeEnd, getAction, getActionListener, getActionListeners, getAlign, getAllowevents, getAllownegativeassertions, getAnnotatedAttributes, getCoalesceduplicatearcs, getCollapsed, getContainer, getContainment, getContext, getContextmenu, getDatasources, getDir, getDisabled, getEmpty, getEqualsize, getFamily, getFlags, getFlex, getHeight, getHidden, getInsertafter, getInsertbefore, getLeft, getMaxheight, getMaxwidth, getMenu, getMethodBinding, getMinheight, getMinwidth, getMousethrough, getObserves, getOnblur, getOnclick, getOncommand, getOncommandupdate, getOncontextmenu, getOndblclick, getOndragdrop, getOndragenter, getOndragexit, getOndraggesture, getOndragover, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnunderflow, getOrdinal, getOrient, getPack, getPersist, getPopup, getPosition, getPreferenceeditable, getRef, getRemoveelement, getRenderKitId, getSortDirection, getSortResource, getSortResource2, getStatustext, getStyle, getStyleClass, getTemplate, getTooltip, getTooltiptext, getTop, getUpdateSmoothly, getUri, getWaitcursor, getWidth, isAJAXRequest, isImmediate, mustEncode, needsUpdate, queueEvent, removeActionListener, setAction, setActionListener, setAlign, setAllowevents, setAllownegativeassertions, setCoalesceduplicatearcs, setCollapsed, setContainer, setContainment, setContext, setContextmenu, setDatasources, setDir, setDisabled, setEmpty, setEqualsize, setFlags, setFlex, setHeight, setHidden, setImmediate, setInsertafter, setInsertbefore, setLeft, setMaxheight, setMaxwidth, setMenu, setMethodBinding, setMinheight, setMinwidth, setMousethrough, setObserves, setOnblur, setOnclick, setOncommand, setOncommandupdate, setOncontextmenu, setOndblclick, setOndragdrop, setOndragenter, setOndragexit, setOndraggesture, setOndragover, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnunderflow, setOrdinal, setOrient, setPack, setPersist, setPopup, setPosition, setPreferenceeditable, setRef, setRemoveelement, setSortDirection, setSortResource, setSortResource2, setStatustext, setStyle, setStyleClass, setTemplate, setTooltip, setTooltiptext, setTop, setUpdateSmoothly, setUri, setWaitcursor, setWidth
 
Methods inherited from class javax.faces.component.UISelectMany
compareValues, getSelectedValues, getValueBinding, setSelectedValues, setValueBinding, validateValue
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeAll, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getContainerClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, isRendered, isTransient, processRestoreState, processSaveState, 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, getValue, setConverter
 

Constructor Detail

SelectManyListBoxComponent

public SelectManyListBoxComponent()
Method Detail

getDisableKeyNavigation

public java.lang.Boolean getDisableKeyNavigation()

setDisableKeyNavigation

public void setDisableKeyNavigation(java.lang.Boolean value)

getPreference

public java.lang.String getPreference()

setPreference

public void setPreference(java.lang.String value)

getRows

public java.lang.Integer getRows()

setRows

public void setRows(java.lang.Integer value)

getSeltype

public java.lang.String getSeltype()

setSeltype

public void setSeltype(java.lang.String value)

getSuppressonselect

public java.lang.Boolean getSuppressonselect()

setSuppressonselect

public void setSuppressonselect(java.lang.Boolean value)

getTabindex

public java.lang.Integer getTabindex()

setTabindex

public void setTabindex(java.lang.Integer value)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class XULSelectMany

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class XULSelectMany


Copyright © 2007 null. All Rights Reserved.