|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for sorting, used by the GridControl.
Method Summary | |
void |
postSort(javax.infobus.ScrollableRowsetAccess scr)
Implementation may use this method to cleanup |
boolean |
preSort(javax.infobus.ScrollableRowsetAccess scr)
GridControl invokes this method, so that the implementation can prepare to sort. |
boolean |
sort(javax.infobus.ScrollableRowsetAccess scr,
java.lang.String columnName,
java.lang.String sortOrder)
GridControl invokes this method to perform the actual sorting. |
Method Detail |
public boolean preSort(javax.infobus.ScrollableRowsetAccess scr)
public boolean sort(javax.infobus.ScrollableRowsetAccess scr, java.lang.String columnName, java.lang.String sortOrder)
columnName
- which column to sortpublic void postSort(javax.infobus.ScrollableRowsetAccess scr)
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.