com.plumtree.uiinfrastructure.form.pagination
Interface IPaginationModel
- All Superinterfaces:
- IManagedObject, IModel, IModelRO, IMVCObject, IPaginationModelRO
- All Known Implementing Classes:
- ExpListModel, GrowableListModel, MultiColumnListModel, SortedMetaDataListModel, SortedMultiColumnListModel
public interface IPaginationModel
- extends IModel, IPaginationModelRO
This interface allows the PaginationControl to set which objects the
user would like displayed.
- Author:
- Don Hayler
|
Method Summary |
void |
SetPagination(int nPaginationID,
int nPaginationLowerBound,
int nPaginationUpperBound)
This is used by the PaginationControl to set which objects should
be displayed. |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject |
GetName |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject |
GetName |
SetPagination
void SetPagination(int nPaginationID,
int nPaginationLowerBound,
int nPaginationUpperBound)
- This is used by the PaginationControl to set which objects should
be displayed.
- Parameters:
nPaginationID - Unique ID of objects to paginate (usually class
id) when there are multiple pagination sections per page.nPaginationLowerBound - The starting count for objects to displaynPaginationUpperBound - The ending count for objects to display.