Attributes |
Name | Required | Request-time | Type | Description |
items | true | true | java.util.List | The List of items |
label | true | true | java.lang.String | The key to the label in the list of items provided, if the items provided is a list of LabelValueBeans this would equal 'label' |
value | true | true | java.lang.String | The key to the value in the list of items provided, if the items provided is a list of LabelValueBeans this would equal 'value' |
defaultLabel | false | true | java.lang.String | Appended to the options in provided, an example could be "- select -" |
defaultLabelKey | false | true | java.lang.String | Used instead of a default label, the key looks up resources to get the default label example "textLabel.selectOption" |
defaultValue | false | true | java.lang.String | the default value for the default label provided, usually will be an empty string "" |
emptyDisplayString | false | true | java.lang.String | String to display in read mode when the value is null, can be used to display a hyphen for example "-" |