|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class abstracts the means by which a ValueList is retrieved by the service.
Field Summary | |
static int |
DO_FILTER
Constant to tell the Handler to do filtering. |
static int |
DO_FOCUS
Constant to tell the Handler to do focusing. |
static int |
DO_NOTHING
Constant to tell the Handler to do nothing. |
static int |
DO_PAGE
Constant to tell the Handler to do paging. |
static int |
DO_SORT
Constant to tell the Handler to do sorting. |
Method Summary | |
int |
getAdapterType()
This method tells the Service what still needs to be done on the Collection before returning the data. |
ValueList |
getValueList(String name,
ValueListInfo info)
Gets a ValueList |
Field Detail |
public static final int DO_NOTHING
public static final int DO_SORT
public static final int DO_PAGE
public static final int DO_FILTER
public static final int DO_FOCUS
Method Detail |
public ValueList getValueList(String name, ValueListInfo info)
info
- The ValueList
informationname
- The name of the ValueList
ValueList
public int getAdapterType()
public int getAdapterType() { return DO_SORT | DO_PAGE; }
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |