Class AREASELECTORBinding

java.lang.Object
org.eclnt.jsfserver.elements.impl.AREASELECTORBinding
All Implemented Interfaces:
Serializable, IValueByToString, IDynamicContentBindingObject

public class AREASELECTORBinding extends Object implements Serializable, IDynamicContentBindingObject, IValueByToString
Counter part of AREASELECTOR component - containing all the data that is passed from the component. Some of the attribute can also be set - and then are interpreted on client side accordingly.

The component selects a graphical, rectangular area within its component space. The coordinates of this area are passed - together with the width and height of the total component's area.
See Also:
  • Constructor Details

    • AREASELECTORBinding

      public AREASELECTORBinding()
  • Method Details

    • getPixelPosX1

      public int getPixelPosX1()
    • setPixelPosX1

      public void setPixelPosX1(int pixelPosX1)
    • getPixelPosX2

      public int getPixelPosX2()
    • setPixelPosX2

      public void setPixelPosX2(int pixelPosX2)
    • getPixelPosY1

      public int getPixelPosY1()
    • setPixelPosY1

      public void setPixelPosY1(int pixelPosY1)
    • getPixelPosY2

      public int getPixelPosY2()
    • setPixelPosY2

      public void setPixelPosY2(int pixelPosY2)
    • getPixelHeight

      public int getPixelHeight()
    • setPixelHeight

      public void setPixelHeight(int pixelHeight)
    • getPixelWidth

      public int getPixelWidth()
    • setPixelWidth

      public void setPixelWidth(int pixelWidth)
    • toString

      public String toString()
      Overrides:
      toString in class Object