com.plumtree.uiinfrastructure.form.pagination
Interface IPaginationModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Subinterfaces:
IActSecurityPluginModelRO, IAddUserInfoPluginModelRO, IAutomationServerListModelRO, IEditCardPropModelRO, IExpListModelRO, IExpListPropModelRO, IFormLoginFieldsPluginModelRO, IGatewayPrefixPluginModelRO, IGbDocTypeExtListModelRO, IGbDocTypeListModelRO, IGroupListModelRO, IGrowableListModelRO, IInvCodeListModelRO, IJobFoldersListModelRO, ILockboxListModelRO, ILocNamesModel, ILocNamesModelRO, IMainActivityRightsListModelRO, IMigrationDependencyListModelRO, IMultiColumnListModelRO, IMultiObjectsSecurityModelRO, IMultiObjectsSubscribeModelRO, IMyCommunitiesListModelRO, IObjectSecurityModelRO, IObjPropMapPluginModelRO, IObjPropModelRO, IPaginationModel, IPrefsListPluginModelRO, IPropChooserModelRO, IPTMultiColumnListModelRO, IRulesListModelRO, ISelectActivityRightsModelRO, ISelectPTObjectModelRO
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 IPaginationModelRO
extends IModelRO

This interface provides the information necessary to create the pagination bar.

Author:
Don Hayler

Method Summary
 int GetCurrentLowerObjectCount()
          This method returns the current lower count for which objects to display.
 int GetCurrentUpperObjectCount()
          This method returns the current upper count for which objects to display.
 int GetNumObjects()
          This method returns the total number of objects available for display.
 int GetPaginationSize()
          This is the number of objects displayed per page.
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetCurrentLowerObjectCount

int GetCurrentLowerObjectCount()
This method returns the current lower count for which objects to display. This number is the 'n' in (Displaying n - m of o)

Returns:
int the current lower count for which objects to display.

GetCurrentUpperObjectCount

int GetCurrentUpperObjectCount()
This method returns the current upper count for which objects to display. This number is the 'm' in (Displaying n - m of o)

Returns:
int the current upper count for which objects to display.

GetNumObjects

int GetNumObjects()
This method returns the total number of objects available for display. This number is the 'o' in (Displaying n - m of o)

Returns:
int the total number of objects available for display.

GetPaginationSize

int GetPaginationSize()
This is the number of objects displayed per page. This name is the value of (m - n)

Returns:
int the total number of objects available for display per page



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