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, getSelectItemClass
String getVar()
String getCollectionType()
String getMinListHeight()
String getMaxListHeight()
String getDefaultLabel()
SelectProps
getDefaultLabel
in interface SelectProps
String getActiveClass()
SelectProps
getActiveClass
in interface SelectProps
String getChangedClass()
SelectProps
getChangedClass
in interface SelectProps
String getListClass()
SelectProps
getListClass
in interface SelectProps
String getColumnClasses()
String getHeaderClass()
String getOnchange()
String getOnfocus()
String getOnblur()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.