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

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

The newest version!

    
        idjava.lang.StringEvery component may have a unique id automatically created if omitted
    
    
        rendered
        boolean
        
            If "false", this component is not rendered
        
    
    
        binding
        java.lang.String
        The attribute takes a value-binding expression for a component property of a backing bean
    
    
        value
        java.lang.Object
        
            The initial value to set when rendered for the first time
        
    
    
        converter
        javax.faces.convert.Converter
        
            Id of Converter to be used or reference to a Converter
        
    
    
        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
    
 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy