org.zkoss.zkmax.zul.event
Class SortEventExt
java.lang.Object
org.zkoss.zk.ui.event.Event
org.zkoss.zk.ui.event.SortEvent
org.zkoss.zkmax.zul.event.SortEventExt
- All Implemented Interfaces:
- java.io.Serializable
public class SortEventExt
- extends 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 |
SortEventExt(java.lang.String name,
Component target,
boolean ascending,
int columnIndex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SortEventExt
public SortEventExt(java.lang.String name,
Component target,
boolean ascending,
int columnIndex)
getSortEventExt
public static SortEventExt getSortEventExt(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 Event
getColumnIndex
public int getColumnIndex()
- Returns the column index
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.