Class LayoutCompleteEvent

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.BehaviorEvent
javax.faces.event.AjaxBehaviorEvent
org.primefaces.event.AbstractAjaxBehaviorEvent
org.primefaces.extensions.event.LayoutCompleteEvent
All Implemented Interfaces:
Serializable

public class LayoutCompleteEvent extends org.primefaces.event.AbstractAjaxBehaviorEvent
Event which is triggered by the FluidGrid components.
Since:
1.1.0
Version:
$Revision$
Author:
Oleg Varaksin / last modified by $Author$
See Also:
  • Field Summary Link icon

    Fields inherited from class java.util.EventObject Link icon

    source
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    LayoutCompleteEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior)
     
  • Method Summary Link icon

    Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent Link icon

    isAppropriateListener, processListener

    Methods inherited from class javax.faces.event.BehaviorEvent Link icon

    getBehavior

    Methods inherited from class javax.faces.event.FacesEvent Link icon

    getComponent, getFacesContext, getPhaseId, queue, setPhaseId

    Methods inherited from class java.util.EventObject Link icon

    getSource, toString

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • LayoutCompleteEvent Link icon

      public LayoutCompleteEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior)