|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISort
This interface is used to get and set how data is sorted. It indicates which data is being sorted and the direction in which this data is sorted.
| Method Summary | |
|---|---|
void |
addInteractiveControlObjectName(java.lang.String iControlObjName)
For internal use only |
SortDirection |
getDirection()
Returns the direction in which the data is sorted. |
int |
getInteractiveControlObjectIndex(java.lang.String objectName)
For internal use only |
java.util.List |
getInteractiveControlObjectNames()
For internal use only |
IField |
getSortField()
Returns the field that is being sorted. |
boolean |
isInteractive()
For internal use only |
void |
setDirection(SortDirection direction)
Sets the direction in which the data is sorted. |
void |
setInteractiveControlObjectNames(java.util.List iControlObjNames)
For internal use only |
void |
setSortField(IField sortField)
Sets the field that is being sorted. |
| Method Detail |
|---|
SortDirection getDirection()
Returns the direction in which the data is sorted.
SortDirection object that specifies the direction in which that data is
sorted.IField getSortField()
Returns the field that is being sorted.
IField object containing the field that is being sorted.java.util.List getInteractiveControlObjectNames()
boolean isInteractive()
int getInteractiveControlObjectIndex(java.lang.String objectName)
void setDirection(SortDirection direction)
Sets the direction in which the data is sorted.
direction - A SortDirection object that specifies the direction in which that data is
sorted.void setSortField(IField sortField)
Sets the field that is being sorted.
sortField - An IField object containing the field that is being sorted.void addInteractiveControlObjectName(java.lang.String iControlObjName)
void setInteractiveControlObjectNames(java.util.List iControlObjNames)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||