public class HtmlSelectManyListbox extends UISelectMany
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
COMPONENT_FAMILY, INVALID_MESSAGE_ID
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
Constructor and Description |
---|
HtmlSelectManyListbox() |
Modifier and Type | Method and Description |
---|---|
String |
getAccesskey() |
String |
getDir() |
String |
getDisabledClass() |
String |
getEnabledClass() |
String |
getLang() |
String |
getOnblur() |
String |
getOnchange() |
String |
getOnclick() |
String |
getOndblclick() |
String |
getOnfocus() |
String |
getOnkeydown() |
String |
getOnkeypress() |
String |
getOnkeyup() |
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getOnselect() |
int |
getSize() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getTitle() |
boolean |
isDisabled() |
boolean |
isReadonly() |
void |
restoreState(FacesContext context,
Object state)
Invoked in the "restore view" phase, this initialises this
object's members from the values saved previously into the
provided state object.
|
Object |
saveState(FacesContext context)
Invoked after the render phase has completed, this method
returns an object which can be passed to the restoreState
of some other instance of UIComponentBase to reset that
object's state to the same values as this object currently
has.
|
void |
setAccesskey(String accesskey) |
void |
setDir(String dir) |
void |
setDisabled(boolean disabled) |
void |
setDisabledClass(String value) |
void |
setEnabledClass(String value) |
void |
setLang(String lang) |
void |
setOnblur(String onblur) |
void |
setOnchange(String onchange) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnfocus(String onfocus) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setOnselect(String onselect) |
void |
setReadonly(boolean readonly) |
void |
setSize(int size) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setTitle(String title) |
compareValues, getConvertedValue, getFamily, getSelectedValues, getValueBinding, setSelectedValues, setValueBinding, validate, validateValue
addValidator, addValueChangeListener, broadcast, decode, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel
getConverter, getLocalValue, getValue, setConverter
addFacesListener, encodeBegin, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConverter, getLocalValue, getValue, setConverter
public static final String COMPONENT_TYPE
public void setEnabledClass(String value)
public String getEnabledClass()
public void setDisabledClass(String value)
public String getDisabledClass()
public void setAccesskey(String accesskey)
public String getAccesskey()
public void setDir(String dir)
public String getDir()
public void setDisabled(boolean disabled)
public boolean isDisabled()
public void setLang(String lang)
public String getLang()
public void setOnblur(String onblur)
public String getOnblur()
public void setOnchange(String onchange)
public String getOnchange()
public void setOnclick(String onclick)
public String getOnclick()
public void setOndblclick(String ondblclick)
public String getOndblclick()
public void setOnfocus(String onfocus)
public String getOnfocus()
public void setOnkeydown(String onkeydown)
public String getOnkeydown()
public void setOnkeypress(String onkeypress)
public String getOnkeypress()
public void setOnkeyup(String onkeyup)
public String getOnkeyup()
public void setOnmousedown(String onmousedown)
public String getOnmousedown()
public void setOnmousemove(String onmousemove)
public String getOnmousemove()
public void setOnmouseout(String onmouseout)
public String getOnmouseout()
public void setOnmouseover(String onmouseover)
public String getOnmouseover()
public void setOnmouseup(String onmouseup)
public String getOnmouseup()
public void setOnselect(String onselect)
public String getOnselect()
public void setReadonly(boolean readonly)
public boolean isReadonly()
public void setSize(int size)
public int getSize()
public void setStyle(String style)
public String getStyle()
public void setStyleClass(String styleClass)
public String getStyleClass()
public void setTabindex(String tabindex)
public String getTabindex()
public void setTitle(String title)
public String getTitle()
public Object saveState(FacesContext context)
UIComponentBase
saveState
in interface StateHolder
saveState
in class UIInput
public void restoreState(FacesContext context, Object state)
UIComponentBase
restoreState
in interface StateHolder
restoreState
in class UIInput
state
- is an object previously returned by
the saveState method of this class.Copyright © 2012 Apache Software Foundation. All Rights Reserved.