public class SortEventExt
extends org.zkoss.zk.ui.event.SortEvent
Biglistbox,
and provides more information about the column index.| Constructor and Description |
|---|
SortEventExt(String name,
org.zkoss.zk.ui.Component target,
boolean ascending,
int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex()
Returns the column index
|
Object |
getData()
Returns the data of the event, by default returning the same as
getColumnIndex() |
static SortEventExt |
getSortEventExt(org.zkoss.zk.au.AuRequest request) |
public SortEventExt(String name, org.zkoss.zk.ui.Component target, boolean ascending, int columnIndex)
public static SortEventExt getSortEventExt(org.zkoss.zk.au.AuRequest request)
public Object getData()
getColumnIndex()getData in class org.zkoss.zk.ui.event.Eventpublic int getColumnIndex()
Copyright © 2026. All rights reserved.