Class ListGridHeaderClickEvent


public class ListGridHeaderClickEvent extends MouseEvent
This class contains the data of the basic JBStrap mouse event. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
  • If the ALT button was held down during the event
  • If the CONTROL button was held down during the event
  • If the Meta button was held down during the event
  • If the SHIFT button was held down during the event
  • Which mouse button was held down when the event occurred
  • The position of the mouse cursor, relative to the client area
  • The position of the mouse cursor, relative to the previous MouseMove event
  • The position of the mouse cursor, relative to the component area.
  • The position of the mouse cursor, relative to the page
  • The position of the mouse cursor, relative to the screen
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • ListGridHeaderClickEvent

      public ListGridHeaderClickEvent()
  • Method Details

    • getColumnName

      public String getColumnName()
      Gets clicked column name
      Returns:
      The column name
    • fireEvent

      public void fireEvent()
      Overrides:
      fireEvent in class BrowserEvent