java.lang.Enumjavax.faces.component.UIInput$PropertyKeys
Field Summary | ||
---|---|---|
PropertyKeys | localValueSet | The "localValueSet" state for this component. |
PropertyKeys | required | If the input is required or not. |
PropertyKeys | requiredMessage | Custom message to be displayed if input is required but non was submitted. |
PropertyKeys | converterMessage | Custom message to be displayed when conversion fails. |
PropertyKeys | validatorMessage | Custom message to be displayed when validation fails. |
PropertyKeys | valid | Flag indicating whether or not this component is valid. |
PropertyKeys | immediate | Flag indicating when conversion/validation should occur. |