public interface 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 |
getDefaultLabel()
Used to set the display text when value is undefined
|
String |
getDisabledClass()
Space-separated list of CSS style class(es) to be applied to the list element when it is disabled.
|
String |
getItemClass()
Space-separated list of CSS style class(es) to be applied to the list items.
|
String |
getListClass()
Space-separated list of CSS style class(es) to be applied to the list element.
|
String |
getListHeight()
The height of the list element (in pixels)
|
String |
getListWidth()
The width of the list element (in pixels)
|
String |
getSelectItemClass()
Space-separated list of CSS style class(es) to be applied to the selected list item.
|
String getListWidth()
String getListHeight()
String getDefaultLabel()
String getActiveClass()
String getChangedClass()
String getItemClass()
String getSelectItemClass()
String getDisabledClass()
String getListClass()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.