Attributes |
Name |
Required |
Type |
Description |
binding |
false |
javax.faces.component.UIComponent |
The value binding expression used to wire up this component to a component property of a JavaBean class |
converter |
false |
javax.faces.convert.Converter |
Converter instance registered with this component. |
id |
false |
java.lang.String |
The component identifier for this component. This value must be unique within the closest parent component that is a naming
container.
|
rendered |
false |
boolean |
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent
form submit. The default value for this property is true.
|
selector |
false |
java.lang.String |
The jQuery selector used to filter which child DOM elements will be a placeholder attached to. |
styleClass |
false |
java.lang.String |
Space-separated list of CSS style class(es) which will be applied to the target input component when placeholder is active. |
value |
true |
java.lang.Object |
The current value of this component. |