com.plumtree.uiinfrastructure.expandablelist
Interface IExpListModelRO

All Superinterfaces:
IModelRO, IMVCObject, IPaginationModelRO
All Known Subinterfaces:
IActSecurityPluginModelRO, IAddUserInfoPluginModelRO, IAutomationServerListModelRO, IEditCardPropModelRO, IExpListPropModelRO, IFormLoginFieldsPluginModelRO, IGatewayPrefixPluginModelRO, IGbDocTypeExtListModelRO, IGbDocTypeListModelRO, IGroupListModelRO, IGrowableListModelRO, IInvCodeListModelRO, IJobFoldersListModelRO, ILockboxListModelRO, ILocNamesModel, ILocNamesModelRO, IMainActivityRightsListModelRO, IMigrationDependencyListModelRO, IMultiColumnListModelRO, IMultiObjectsSecurityModelRO, IMultiObjectsSubscribeModelRO, IMyCommunitiesListModelRO, IObjectSecurityModelRO, IObjPropMapPluginModelRO, IObjPropModelRO, 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, ObjPropMapPluginModel, ObjPropModel, PageListModel, PageTemplateListModel, PickListValuesListModel, PickTreeColumnsListModel, PortletSelectModel, PrefsListPluginModel, ProfileSourceSelectPTObjectModel, PropChooserModel, PTMultiColumnListModel, RulesListModel, SavSrchDisplayFieldsListModel, SelectActivityRightsModel, SelectPTObjectModel, SelectPTObjectsByTypeModel, SiteMapPortletPrefsSortedLinksModel, SortedMetaDataListModel, SortedMultiColumnListModel, TagLibListModel, TemplateListModel, UserInfoPropMapListModel, UserLockListModel, UserProfileObjEditModel

public interface IExpListModelRO
extends IPaginationModelRO

This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.

Author:
Julie Fournier

Method Summary
 PTImageType GetAddIcon()
           
 java.lang.String GetAddIconAlt()
           
 java.lang.String GetAddLabel()
           
 java.lang.String GetAlertMessageForEmptyList()
           
 java.lang.Object[][] GetArrExpListColInfo()
           
 PTImageType GetDeleteIcon()
           
 java.lang.String GetDeleteIconAlt()
           
 java.lang.String GetDelRowConfirmMsg()
           
 java.lang.String GetEmptyListInstructions()
           
 java.lang.String GetEmptyListMainMessage()
           
 boolean GetEnableMoveRowActions()
           
 boolean GetIsListReadOnly()
           
 int GetListKey()
           
 int GetMainColumnSort()
           
 int GetMainColumnSortDirection()
           
 java.lang.String GetModelStorageName()
           
 IPTGrowableSortedArrayWrapperRO GetReadOnlyItems()
           
 java.lang.String GetSectionTitle()
           
 java.lang.String GetTableInstructions()
           
 int GetUniqueInt(int _nValue)
           
 java.lang.String GetUniqueString(java.lang.String _sName)
           
 XPSortedDictionary GetUnusedProperties()
           
 boolean GetWrapColumnHeaders()
           
 boolean IsAddButtonDisabled()
           
 boolean IsCheckBoxesDisabled()
           
 boolean IsPaginationEnabled()
           
 
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

GetAddIcon

PTImageType GetAddIcon()
See Also:
ExpListModel.GetAddIcon()

GetAddIconAlt

java.lang.String GetAddIconAlt()
See Also:
ExpListModel.GetAddIconAlt()

GetAddLabel

java.lang.String GetAddLabel()
See Also:
ExpListModel.GetAddLabel()

GetAlertMessageForEmptyList

java.lang.String GetAlertMessageForEmptyList()
See Also:
ExpListModel.GetAlertMessageForEmptyList()

GetArrExpListColInfo

java.lang.Object[][] GetArrExpListColInfo()
See Also:
ExpListModel.GetArrExpListColInfo()

GetDeleteIcon

PTImageType GetDeleteIcon()
See Also:
ExpListModel.GetDeleteIcon()

GetDeleteIconAlt

java.lang.String GetDeleteIconAlt()
See Also:
ExpListModel.GetDeleteIconAlt()

GetEmptyListInstructions

java.lang.String GetEmptyListInstructions()
See Also:
ExpListModel.GetEmptyListInstructions()

GetEmptyListMainMessage

java.lang.String GetEmptyListMainMessage()
See Also:
ExpListModel.GetEmptyListMainMessage()

GetEnableMoveRowActions

boolean GetEnableMoveRowActions()
See Also:
ExpListModel.GetEnableMoveRowActions()

GetIsListReadOnly

boolean GetIsListReadOnly()
See Also:
com.plumtree.uiinfrastructure.expandablelist.ExpListModel#GetListAccessFlag()

GetMainColumnSort

int GetMainColumnSort()
See Also:
ExpListModel.GetMainColumnSort()

GetMainColumnSortDirection

int GetMainColumnSortDirection()
See Also:
ExpListModel.GetMainColumnSortDirection()

GetReadOnlyItems

IPTGrowableSortedArrayWrapperRO GetReadOnlyItems()
See Also:
ExpListModel.GetReadOnlyItems()

GetSectionTitle

java.lang.String GetSectionTitle()
See Also:
ExpListModel.GetSectionTitle()

GetUniqueInt

int GetUniqueInt(int _nValue)
See Also:
com.plumtree.uiinfrastructure.expandablelist.ExpListModel#GetUniqueInt()

GetUniqueString

java.lang.String GetUniqueString(java.lang.String _sName)
See Also:
com.plumtree.uiinfrastructure.expandablelist.ExpListModel#GetUniqueInputName()

IsAddButtonDisabled

boolean IsAddButtonDisabled()
See Also:
ExpListModel.IsAddButtonDisabled()

IsCheckBoxesDisabled

boolean IsCheckBoxesDisabled()
See Also:
ExpListModel.IsCheckBoxesDisabled()

GetTableInstructions

java.lang.String GetTableInstructions()
See Also:
com.plumtree.uiinfrastructure.expandablelist.ExpListModel#GetTableIntructions()

GetWrapColumnHeaders

boolean GetWrapColumnHeaders()
See Also:
ExpListModel.GetWrapColumnHeaders()

GetDelRowConfirmMsg

java.lang.String GetDelRowConfirmMsg()
See Also:
ExpListModel.GetWrapColumnHeaders()

GetListKey

int GetListKey()
See Also:
ExpListModel.GetListKey()

GetModelStorageName

java.lang.String GetModelStorageName()
See Also:
ExpListModel.GetModelStorageName()

IsPaginationEnabled

boolean IsPaginationEnabled()
See Also:
ExpListModel.IsPaginationEnabled()

GetUnusedProperties

XPSortedDictionary GetUnusedProperties()
Returns:



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