Class ImageAreaSelectEvent

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      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, java.lang.String imgSrc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      int getImgHeight()  
      java.lang.String getImgSrc()  
      int getImgWidth()  
      int getWidth()  
      int getX1()  
      int getX2()  
      int getY1()  
      int getY2()  
      • 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
    • Constructor Detail

      • ImageAreaSelectEvent

        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,
                                    java.lang.String imgSrc)
    • Method Detail

      • getHeight

        public final int getHeight()
      • getWidth

        public final int getWidth()
      • getX1

        public final int getX1()
      • getX2

        public final int getX2()
      • getY1

        public final int getY1()
      • getY2

        public final int getY2()
      • getImgHeight

        public final int getImgHeight()
      • getImgWidth

        public final int getImgWidth()
      • getImgSrc

        public final java.lang.String getImgSrc()