public class HtmlSelectManyListbox extends UISelectMany
Type | Phases | Description |
---|---|---|
javax.faces.event.ValueChangeEvent |
The valueChange event is delivered when the value attribute is changed. |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
INVALID_MESSAGE_ID
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID
bindings
Constructor and Description |
---|
HtmlSelectManyListbox()
Construct an instance of the HtmlSelectManyListbox.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccesskey()
Gets Sets the access key for this element.
|
String |
getDir()
Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
|
String |
getDisabledClass()
Gets CSS class to be used for the disabled items.
|
String |
getEnabledClass()
Gets CSS class to be used for the enabled items.
|
String |
getFamily() |
String |
getLabel()
Gets A diplay name for this component.
|
String |
getLang()
Gets The base language of this document.
|
String |
getOnblur()
Gets Specifies a script to be invoked when the element loses focus.
|
String |
getOnchange()
Gets Specifies a script to be invoked when the element is modified.
|
String |
getOnclick()
Gets Script to be invoked when the element is clicked.
|
String |
getOndblclick()
Gets Script to be invoked when the element is double-clicked.
|
String |
getOnfocus()
Gets Specifies a script to be invoked when the element receives focus.
|
String |
getOnkeydown()
Gets Script to be invoked when a key is pressed down over this element.
|
String |
getOnkeypress()
Gets Script to be invoked when a key is pressed over this element.
|
String |
getOnkeyup()
Gets Script to be invoked when a key is released over this element.
|
String |
getOnmousedown()
Gets Script to be invoked when the pointing device is pressed over this element.
|
String |
getOnmousemove()
Gets Script to be invoked when the pointing device is moved while it is in this element.
|
String |
getOnmouseout()
Gets Script to be invoked when the pointing device is moves out of this element.
|
String |
getOnmouseover()
Gets Script to be invoked when the pointing device is moved into this element.
|
String |
getOnmouseup()
Gets Script to be invoked when the pointing device is released over this element.
|
String |
getOnselect()
Gets Specifies a script to be invoked when the element is selected.
|
int |
getSize()
Gets The initial width of this control, in characters.
|
String |
getStyle()
Gets CSS styling instructions.
|
String |
getStyleClass()
Gets The CSS class for this element.
|
String |
getTabindex()
Gets Specifies the position of this element within the tab order of the document.
|
String |
getTitle()
Gets An advisory title for this element.
|
boolean |
isDisabled()
Gets When true, this element cannot receive focus.
|
boolean |
isReadonly()
Gets When true, indicates that this component cannot be modified by the user.
|
void |
restoreState(FacesContext facesContext,
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 facesContext)
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)
Sets Sets the access key for this element.
|
void |
setDir(String dir)
Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
|
void |
setDisabled(boolean disabled)
Sets When true, this element cannot receive focus.
|
void |
setDisabledClass(String disabledClass)
Sets CSS class to be used for the disabled items.
|
void |
setEnabledClass(String enabledClass)
Sets CSS class to be used for the enabled items.
|
void |
setLabel(String label)
Sets A diplay name for this component.
|
void |
setLang(String lang)
Sets The base language of this document.
|
void |
setOnblur(String onblur)
Sets Specifies a script to be invoked when the element loses focus.
|
void |
setOnchange(String onchange)
Sets Specifies a script to be invoked when the element is modified.
|
void |
setOnclick(String onclick)
Sets Script to be invoked when the element is clicked.
|
void |
setOndblclick(String ondblclick)
Sets Script to be invoked when the element is double-clicked.
|
void |
setOnfocus(String onfocus)
Sets Specifies a script to be invoked when the element receives focus.
|
void |
setOnkeydown(String onkeydown)
Sets Script to be invoked when a key is pressed down over this element.
|
void |
setOnkeypress(String onkeypress)
Sets Script to be invoked when a key is pressed over this element.
|
void |
setOnkeyup(String onkeyup)
Sets Script to be invoked when a key is released over this element.
|
void |
setOnmousedown(String onmousedown)
Sets Script to be invoked when the pointing device is pressed over this element.
|
void |
setOnmousemove(String onmousemove)
Sets Script to be invoked when the pointing device is moved while it is in this element.
|
void |
setOnmouseout(String onmouseout)
Sets Script to be invoked when the pointing device is moves out of this element.
|
void |
setOnmouseover(String onmouseover)
Sets Script to be invoked when the pointing device is moved into this element.
|
void |
setOnmouseup(String onmouseup)
Sets Script to be invoked when the pointing device is released over this element.
|
void |
setOnselect(String onselect)
Sets Specifies a script to be invoked when the element is selected.
|
void |
setReadonly(boolean readonly)
Sets When true, indicates that this component cannot be modified by the user.
|
void |
setSize(int size)
Sets The initial width of this control, in characters.
|
void |
setStyle(String style)
Sets CSS styling instructions.
|
void |
setStyleClass(String styleClass)
Sets The CSS class for this element.
|
void |
setTabindex(String tabindex)
Sets Specifies the position of this element within the tab order of the document.
|
void |
setTitle(String title)
Sets An advisory title for this element.
|
compareValues, getConvertedValue, getSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpression, validate, validateValue
addValidator, addValueChangeListener, broadcast, decode, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel
getConverter, getLocalValue, getValue, setConverter
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
encodeAll, getContainerClientId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConverter, getLocalValue, getValue, setConverter
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public HtmlSelectManyListbox()
public String getStyle()
public void setStyle(String style)
style
- the new style valuepublic String getStyleClass()
public void setStyleClass(String styleClass)
styleClass
- the new styleClass valuepublic String getDir()
public void setDir(String dir)
dir
- the new dir valuepublic String getLang()
public void setLang(String lang)
lang
- the new lang valuepublic String getTitle()
public void setTitle(String title)
title
- the new title valuepublic String getOnclick()
public void setOnclick(String onclick)
onclick
- the new onclick valuepublic String getOndblclick()
public void setOndblclick(String ondblclick)
ondblclick
- the new ondblclick valuepublic String getOnmousedown()
public void setOnmousedown(String onmousedown)
onmousedown
- the new onmousedown valuepublic String getOnmouseup()
public void setOnmouseup(String onmouseup)
onmouseup
- the new onmouseup valuepublic String getOnmouseover()
public void setOnmouseover(String onmouseover)
onmouseover
- the new onmouseover valuepublic String getOnmousemove()
public void setOnmousemove(String onmousemove)
onmousemove
- the new onmousemove valuepublic String getOnmouseout()
public void setOnmouseout(String onmouseout)
onmouseout
- the new onmouseout valuepublic String getOnkeypress()
public void setOnkeypress(String onkeypress)
onkeypress
- the new onkeypress valuepublic String getOnkeydown()
public void setOnkeydown(String onkeydown)
onkeydown
- the new onkeydown valuepublic String getOnkeyup()
public void setOnkeyup(String onkeyup)
onkeyup
- the new onkeyup valuepublic String getOnblur()
public void setOnblur(String onblur)
onblur
- the new onblur valuepublic String getOnfocus()
public void setOnfocus(String onfocus)
onfocus
- the new onfocus valuepublic String getOnchange()
public void setOnchange(String onchange)
onchange
- the new onchange valuepublic String getOnselect()
public void setOnselect(String onselect)
onselect
- the new onselect valuepublic String getAccesskey()
public void setAccesskey(String accesskey)
accesskey
- the new accesskey valuepublic String getTabindex()
public void setTabindex(String tabindex)
tabindex
- the new tabindex valuepublic boolean isDisabled()
public void setDisabled(boolean disabled)
disabled
- the new disabled valuepublic boolean isReadonly()
public void setReadonly(boolean readonly)
readonly
- the new readonly valuepublic String getLabel()
public void setLabel(String label)
label
- the new label valuepublic String getEnabledClass()
public void setEnabledClass(String enabledClass)
enabledClass
- the new enabledClass valuepublic String getDisabledClass()
public void setDisabledClass(String disabledClass)
disabledClass
- the new disabledClass valuepublic int getSize()
public void setSize(int size)
size
- the new size valuepublic Object saveState(FacesContext facesContext)
UIComponentBase
saveState
in interface StateHolder
saveState
in class UIInput
public void restoreState(FacesContext facesContext, Object state)
UIComponentBase
restoreState
in interface StateHolder
restoreState
in class UIInput
state
- is an object previously returned by
the saveState method of this class.public String getFamily()
getFamily
in class UISelectMany
Copyright © 2013 Apache Software Foundation. All Rights Reserved.