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

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

The newest version!

    
    
    &ui_component_attributes;
    
    
        action
        javax.faces.el.MethodBinding
        
            MethodBinding pointing at the application action to be invoked,
            if this UIComponent is activated by you, during the Apply
            Request Values or Invoke Application phase of the request
            processing lifecycle, depending on the value of the immediate
            property
        
        java.lang.Object
         
    
    
    
        actionListener
        javax.faces.el.MethodBinding
        
            MethodBinding pointing at method accepting  an ActionEvent with return type void
        
        javax.faces.event.ActionEvent
    
    
        immediate
        boolean
        
            True means, that the default ActionListener should be executed
            immediately (i.e. during Apply Request Values phase of the
            request processing lifecycle), rather than waiting until the
            Invoke Application phase
        
    
    
        value
        java.lang.Object
        
            The current value for this component
        
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy