Class ResizeEvent

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.ResizeEvent
All Implemented Interfaces:
Serializable

public class ResizeEvent extends org.primefaces.event.AbstractAjaxBehaviorEvent
Event which is triggered by the ImageRotateAndResize and Layout components.
Since:
0.1
Version:
$Revision$
Author:
Thomas Andraschko / last modified by $Author$
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResizeEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, double width, double height)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final double
     
    final double
     

    Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent

    isAppropriateListener, processListener

    Methods inherited from class javax.faces.event.BehaviorEvent

    getBehavior

    Methods inherited from class javax.faces.event.FacesEvent

    getComponent, getFacesContext, getPhaseId, queue, setPhaseId

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • ResizeEvent

      public ResizeEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, double width, double height)
  • Method Details

    • getWidth

      public final double getWidth()
    • getHeight

      public final double getHeight()