|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") public interface SortSelectorInterface
The SortSelectorInterface defines the basic methods required for the model of a SortSelector.
| Field Summary |
|---|
| Fields inherited from interface com.sas.util.SortDirectionInterface |
|---|
ASCENDING, DESCENDING, NOT_SORTED |
| Method Summary | |
|---|---|
abstract java.lang.Object[] |
getAllItems()
Returns the items in which sorting is allowed. |
abstract java.lang.Object[] |
getAvailableItems()
Returns the items in which sorting is allowed. |
abstract java.lang.Object[] |
getHiddenAvailableItems()
Returns the hidden items in which sorting is allowed. |
abstract int[] |
getSortedDirections()
Returns an array of ints that indicate which direction each item in the sortItems array is to be sorted. |
abstract java.lang.Object[] |
getSortedItems()
Returns the items that the table is to sort. |
abstract void |
setSortedDirections(int[] directions)
Sets an array of ints that indicate which direction each item in the sortItems array is to be sorted. |
abstract void |
setSortedItems(java.lang.Object[] itemNames)
Sets the items that the table is to sort. |
| Method Detail |
|---|
java.lang.Object[] getAvailableItems()
java.lang.Object[] getHiddenAvailableItems()
java.lang.Object[] getAllItems()
java.lang.Object[] getSortedItems()
void setSortedItems(java.lang.Object[] itemNames)
itemNames - an array of objects that are the items on which the data is sortedint[] getSortedDirections()
void setSortedDirections(int[] directions)
directions - an array of ints that indicate which direction the sort items are to be
sorted
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||