public interface SelectItemsProps
Modifier and Type | Method and Description |
---|---|
Object |
getItemLabel()
Label to be displayed to the user for the corresponding option.
|
Object |
getItemValue()
Value to be returned to the server if the corresponding option is selected by the user.
|
String |
getVar()
Expose the values from the value attribute under a request scoped key so that they may be referred to in an EL expression while rendering this component.
|
Object getItemValue()
Object getItemLabel()
String getVar()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.