META-INF.schema.entities.standard_select_boolean_checkbox_attributes.ent Maven / Gradle / Ivy
The newest version!
id java.lang.String Every component may have an unique id. Automatically created if omitted
rendered java.lang.String If "false", this component will not be rendered
binding java.lang.String The attribute takes a value-binding expression for a component property of
a backing bean
value java.lang.String Initial value to set when rendered for the first time
converter java.lang.String Id of Converter to be used or reference to a Converter
immediate java.lang.String Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase
required java.lang.String If "true", this component will be checked for non-empty input
validator java.lang.String MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
valueChangeListener java.lang.String Listener for value changes
dir java.lang.String Alternate textual description of the element rendered by this component
lang java.lang.String Code describing the language used in the generated markup for this component
style java.lang.String CSS style(s) to be applied when this component is rendered
title java.lang.String Advisory title information about markup elements generated for this component
styleClass java.lang.String Corresponds to the HTML class attribute
onclick java.lang.String Defines a JavaScript onclick event handler
ondblclick java.lang.String Defines a JavaScript ondblclick event handler
onmousedown java.lang.String Defines a JavaScript onmousedown event handler
onmouseup java.lang.String Defines a JavaScript onmouseup event handler
onmouseover java.lang.String Defines a JavaScript onmouseover event handler
onmousemove java.lang.String Defines a JavaScript onmousemove event handler
onmouseout java.lang.String Defines a JavaScript onmouseout event handler
onkeypress java.lang.String Defines a JavaScript onkeypress event handler
onkeydown java.lang.String Defines a JavaScript onkeydown event handler