Class 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(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()