META-INF.schema.entities.standard_command_button_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
action java.lang.String MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by you, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property
actionListener java.lang.String MethodBinding pointing at method accepting an ActionEvent with return type void
immediate java.lang.String True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase
value java.lang.String Initial value to set when rendered for the first time
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) is/are 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.
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
size java.lang.String see JSF Spec
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
type java.lang.String The content type of the resource designated by this component
image java.lang.String