Class BaseActionEventPaintAreaItemMoveResize

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventPaintAreaItemMoveResize
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventPaintAreaItemMoveResize extends BaseActionEvent
Event information that is associated with component PAINTAREAITEM.
See Also:
  • Constructor Details

    • BaseActionEventPaintAreaItemMoveResize

      public BaseActionEventPaintAreaItemMoveResize(javax.faces.component.UIComponent component, String type)
  • Method Details

    • getMoved

      public boolean getMoved()
      The item was moved on client side.
    • getResized

      public boolean getResized()
      The item was resized on client side.
    • isOriginator

      public boolean isOriginator()
      The item was the one that caused the event. Background: you can connect PAINTAREAITEM instances so that if you move one, all the connected instances are moved as well. In this case only the "originating" instance receives an event in which this method returns true, all the other instances receive an event in which this method returns false.