Class ImageAreaSelectEvent

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

public class ImageAreaSelectEvent extends org.primefaces.event.AbstractAjaxBehaviorEvent
Event which is triggered by the ImageAreaSelect component.
Since:
0.1
Version:
$Revision$
Author:
Thomas Andraschko / 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
    ImageAreaSelectEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, int height, int width, int x1, int x2, int y1, int y2, int imgHeight, int imgWidth, String imgSrc)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    final int
     
    final int
     
    final String
     
    final int
     
    final int
     
    final int
     
    final int
     
    final int
     
    final int
     

    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

    • ImageAreaSelectEvent Link icon

      public ImageAreaSelectEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, int height, int width, int x1, int x2, int y1, int y2, int imgHeight, int imgWidth, String imgSrc)
  • Method Details Link icon

    • getHeight Link icon

      public final int getHeight()
    • getWidth Link icon

      public final int getWidth()
    • getX1 Link icon

      public final int getX1()
    • getX2 Link icon

      public final int getX2()
    • getY1 Link icon

      public final int getY1()
    • getY2 Link icon

      public final int getY2()
    • getImgHeight Link icon

      public final int getImgHeight()
    • getImgWidth Link icon

      public final int getImgWidth()
    • getImgSrc Link icon

      public final String getImgSrc()