public class SortEvent extends Event
Constructor and Description |
---|
SortEvent(java.lang.String name,
Component target,
boolean ascending)
Constructs a sort event.
|
Modifier and Type | Method and Description |
---|---|
static SortEvent |
getSortEvent(AuRequest request)
Converts an AU request to a sort event.
|
boolean |
isAscending()
Returns true if the sorting request is ascending.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public SortEvent(java.lang.String name, Component target, boolean ascending)
ascending
- whether it is ascending.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.