Class BaseActionEventGridRowExecute

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

public class BaseActionEventGridRowExecute extends BaseActionEventGrid
Event that is sent with a flush event of a client side component.
See Also:
  • Constructor Details

    • BaseActionEventGridRowExecute

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

    • getColumnIndex

      public int getColumnIndex()
    • isAltKeyPressed

      public boolean isAltKeyPressed()
    • isShiftKeyPressed

      public boolean isShiftKeyPressed()
    • isCtrlKeyPressed

      public boolean isCtrlKeyPressed()
    • getMouseButton

      public int getMouseButton()