Package | Description |
---|---|
org.zkoss.zk.ui.event |
The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only
packages that component and application developers need to know.
|
org.zkoss.zkmax.zul.event | |
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
static SortEvent |
SortEvent.getSortEvent(AuRequest request)
Converts an AU request to a sort event.
|
Modifier and Type | Class and Description |
---|---|
class |
SortEventExt
Represents an event that indicates a sorting request to data for
Biglistbox ,
and provides more information about the column index. |
Modifier and Type | Method and Description |
---|---|
void |
Listheader.onGroupLater(SortEvent event)
Internal use only.
|
void |
Column.onGroupLater(SortEvent event)
Internal use only.
|
void |
Listheader.onSort(SortEvent event)
Invokes a sorting action based on a
SortEvent and maintains
Listheader.getSortDirection() . |
void |
Column.onSort(SortEvent event)
Invokes a sorting action based on a
SortEvent and maintains
Column.getSortDirection() . |
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.