META-INF.schema.entities.standard_select_many_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
onkeyup java.lang.String Defines a JavaScript onkeyup event handler
accesskey java.lang.String This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey
alt java.lang.String For user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The
language of the alternate text is specified by the lang attribute
datafld java.lang.String Retrieves which field of a given data source, as specified by the dataSrc property, to bind to the specified object
datasrc java.lang.String Retrieves the source of the data for data binding
dataformatas java.lang.String Indicates whether the bound data is plain text or HTML
disabled java.lang.String Disabled state of an element or button
onblur java.lang.String JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus
onchange java.lang.String Element's value changes
onfocus java.lang.String JavaScript code
onselect java.lang.String An element is selected
readonly java.lang.String Flag indicating that this component will prohibit
changes by you. The element may receive focus
unless it has also been disabled
tabindex java.lang.String This attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros
layout java.lang.String see JSF Spec. 8.5.9
enabledClass java.lang.String CSS class is for enabled elements
disabledClass java.lang.String CSS class is for disabled elements