com.plumtree.uiinfrastructure.form.pagination
Interface IPaginationModel

All Superinterfaces:
IManagedObject, IModel, IModelRO, IMVCObject, IPaginationModelRO
All Known Implementing Classes:
ActSecurityPluginModel, AddUserInfoPluginModel, AutomationServerListModel, CollabExpListModel, CommunityEditorSubcommunityModel, CommunityTemplateSelectorModel, EditCardPropModel, EODPortletPrefsProfileSectionListModel, EODPortletPrefsSelectPTObjectModel, ExpListModel, ExpListPropModel, FormLoginFieldsPluginModel, GatewayPrefixPluginModel, GbDocTypeExtListModel, GbDocTypeListModel, GlobalACLSyncMapListModel, GroupListModel, GrowableListModel, InheritListModel, InvCodesListModel, IPAddressListModel, JobFoldersListModel, KeywordsModel, LockboxListModel, LocNamesModel, MainActivityRightsListModel, MigrationDependencyListModel, MigrationSelectForExportModel, MigrationSelectForImportModel, MultiColumnListModel, MultiObjectsSecurityModel, MultiObjectsSubscribeModel, MyCommunitiesListModel, ObjectSecurityModel, ObjMgrModel, ObjPropMapPluginModel, ObjPropModel, PageListModel, PageTemplateListModel, PickListValuesListModel, PickTreeColumnsListModel, PortletSelectModel, PrefsListPluginModel, ProfileSourceSelectPTObjectModel, PropChooserModel, PTMultiColumnListModel, RulesListModel, SavSrchDisplayFieldsListModel, SelectActivityRightsModel, SelectPTObjectModel, SelectPTObjectsByTypeModel, SiteMapModel, SiteMapPortletPrefsSortedLinksModel, SortedMetaDataListModel, SortedMultiColumnListModel, TagLibListModel, TemplateListModel, UserInfoPropMapListModel, UserLockListModel, UserProfileObjEditModel

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.IModel
CleanupAllData, CleanupTempData, Init
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IManagedObject
Create
 
Methods inherited from interface com.plumtree.uiinfrastructure.form.pagination.IPaginationModelRO
GetCurrentLowerObjectCount, GetCurrentUpperObjectCount, GetNumObjects, GetPaginationSize
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

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 display
nPaginationUpperBound - The ending count for objects to display.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.