Class BaseActionEventGridSort

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
All Implemented Interfaces:
Serializable, IBaseActionEvent

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

    • BaseActionEventGridSort

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

    • getSortReference

      public String getSortReference()
      Information about the column that is to be sorted.
    • getControlKeyPressed

      public boolean getControlKeyPressed()
      Check if the control-key or shift-key was pressed for sorting multiple columns.

      Please note: multiple starting was initially done by using the ctrl-key - but then was extended to also support the shift-key. So the name of the method may be a bit mis-leading...