Class BaseActionEventGridRowSelect

All Implemented Interfaces:
Serializable, IBaseActionEvent

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

    • BaseActionEventGridRowSelect

      public BaseActionEventGridRowSelect(UIComponent component, String type, boolean shiftKeyPressed, boolean ctrlKeyPressed)
    • BaseActionEventGridRowSelect

      public BaseActionEventGridRowSelect(UIComponent component, String type)
  • Method Details

    • isShiftKeyPressed

      public boolean isShiftKeyPressed()
    • isCtrlKeyPressed

      public boolean isCtrlKeyPressed()
    • getMouseButton

      public int getMouseButton()
    • getColumnIndex

      public int getColumnIndex()
    • isAltKeyPressed

      public boolean isAltKeyPressed()