All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.schema.entities.ui_input_attributes.ent Maven / Gradle / Ivy

The newest version!

    &ui_output_attributes;
    
    
        immediate
        boolean
        
            A flag indicating that this component value must be converted
            and validated immediately (that is, during Apply Request Values
            phase), rather than waiting until a Process Validations phase
        
    
    
        required
        boolean
        
            If "true", this component is checked for non-empty input
        
    
    
        validator
        javax.faces.el.MethodBinding
        javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object
        
            MethodBinding pointing at a method that is called during
            Process Validations phase of the request processing lifecycle,
            to validate the current value of this component
        
    
    
        valueChangeListener
        javax.faces.el.MethodBinding
        javax.faces.event.ValueChangeEvent
        Listener for value changes
    
	
		requiredMessage
		java.lang.String
		
			A ValueExpression enabled attribute that, if present,
			will be used as the text of the validation message for
			the "required" facility, if the "required" facility is
			used
		
	
	
		validatorMessage
		java.lang.String
		
			A ValueExpression enabled attribute that, if present,
			will be used as the text of the validator message,
			replacing any message that comes from the validator
		
	
	
		converterMessage
		java.lang.String
		
			A ValueExpression enabled attribute that, if present,
			will be used as the text of the converter message,
			replacing any message that comes from the converter
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy