public interface MultiSelectProps
Modifier and Type | Method and Description |
---|---|
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()
columnClasses specifies a comma-delimited list of CSS style classes to apply to each column.
|
String |
getListHeight()
The height of the list element (in pixels)
|
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.
|
String getVar()
String getCollectionType()
String getListHeight()
String getMinListHeight()
String getMaxListHeight()
String getColumnClasses()
String getOnchange()
String getOnfocus()
String getOnblur()
Copyright © 2014 JBoss by Red Hat. All rights reserved.