public interface MultiSelectProps extends SelectProps
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveClass()
Space-separated list of CSS style class(es) to be applied to the list element when it is in the "active" state.
|
String |
getChangedClass()
Space-separated list of CSS style class(es) to be applied to the list element when it is in the "changed" state.
|
String |
getCollectionType()
Optional attribute that is a literal string that is the fully qualified class name of a concrete class that
implements java.util.Collection, or an EL expression that evaluates to either 1.
|
String |
getColumnClasses()
Space-separated list of CSS style class(es) to be applied to the columns of the list elements.
|
String |
getDefaultLabel()
Used to set the display text when value is undefined
|
String |
getHeaderClass()
Space-separated list of CSS style class(es) to be applied to the header element.
|
String |
getListClass()
Space-separated list of CSS style class(es) to be applied to the list element.
|
String |
getMaxListHeight()
The maximum height of the item list (in pixels).
|
String |
getMinListHeight()
The minimum height of the item list (in pixels).
|
String |
getOnblur()
Javascript code executed when this element loses focus.
|
String |
getOnchange()
Javascript code executed when the list element loses focus and its value has been modified since gaining focus.
|
String |
getOnfocus()
Javascript code executed when this element receives focus
|
String |
getVar()
Expose the value from the value attribute under this request scoped key so that it may be referred to in EL for the value of other attributes.
|
getDisabledClass, getItemClass, getListHeight, getListWidth, getSelectItemClassString getVar()
String getCollectionType()
String getMinListHeight()
String getMaxListHeight()
String getDefaultLabel()
SelectPropsgetDefaultLabel in interface SelectPropsString getActiveClass()
SelectPropsgetActiveClass in interface SelectPropsString getChangedClass()
SelectPropsgetChangedClass in interface SelectPropsString getListClass()
SelectPropsgetListClass in interface SelectPropsString getColumnClasses()
String getHeaderClass()
String getOnchange()
String getOnfocus()
String getOnblur()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.