Class SortEventExt

  • All Implemented Interfaces:
    java.io.Serializable

    public class SortEventExt
    extends org.zkoss.zk.ui.event.SortEvent
    Represents an event that indicates a sorting request to data for Biglistbox, and provides more information about the column index.
    Since:
    6.0.1
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SortEventExt​(java.lang.String name, org.zkoss.zk.ui.Component target, boolean ascending, int columnIndex)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumnIndex()
      Returns the column index
      java.lang.Object getData()
      Returns the data of the event, by default returning the same as getColumnIndex()
      static SortEventExt getSortEventExt​(org.zkoss.zk.au.AuRequest request)  
      • Methods inherited from class org.zkoss.zk.ui.event.SortEvent

        getSortEvent, isAscending
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SortEventExt

        public SortEventExt​(java.lang.String name,
                            org.zkoss.zk.ui.Component target,
                            boolean ascending,
                            int columnIndex)
    • Method Detail

      • getSortEventExt

        public static SortEventExt getSortEventExt​(org.zkoss.zk.au.AuRequest request)
      • getData

        public java.lang.Object getData()
        Returns the data of the event, by default returning the same as getColumnIndex()
        Overrides:
        getData in class org.zkoss.zk.ui.event.Event
      • getColumnIndex

        public int getColumnIndex()
        Returns the column index