META-INF.schema.entities.ui_select_item_attributes.ent Maven / Gradle / Ivy
The newest version!
&ui_component_attributes;
rendered
boolean
If "false", this component isn't rendered
itemDisabled
boolean
If "true", this component isn't saved during state saving
itemDescription
java.lang.String
A description used by tools only
itemLabel
java.lang.String
A text shown by the item
itemValue
java.lang.Object
Item value, which is passed to the server as a request parameter
value
java.lang.Object
A value reference pointing at a javax.faces.model.SelectItem
instance