Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
enum class: UIInput.PropertyKeys [javadoc | source]
java.lang.Enum
   javax.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.