|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
DO_FILTER
Constant to tell the Handler to do filtering. |
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(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
Method Detail |
public ValueList getValueList(ValueListInfo info)
info
- The ValueList
information
ValueList
public int getAdapterType()
public int getAdapterType(){ retuyrnDO_SORT && DO_PAGE; }
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |