com.plumtree.portalpages.admin.editors.doctypemap
Interface IGbDocTypeListModelRO

All Superinterfaces:
IExpListModelRO, IModelRO, IMVCObject, IPaginationModelRO
All Known Implementing Classes:
GbDocTypeListModel

public interface IGbDocTypeListModelRO
extends IExpListModelRO

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

Author:
SudhaS

Method Summary
 ASURL GetASURLToProperty(java.lang.String _sSubSpaceKey, java.lang.String _strDefaultSpace)
           
 java.lang.String GetDocTypeStringFromID(int _nDocTypeID, int _nIndex)
           
 ASURL GetEditObjectURL(int _nDocTypeID, java.lang.String _strDocTypeIdentifier, int _nRowIndex)
           
 int GetFolderID()
           
 int GetModelID()
           
 PTImageType GetRowIcon()
           
 PTImageType GetSecondAddImageIcon()
           
 java.lang.String GetSecondAddLabel()
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.expandablelist.IExpListModelRO
GetAddIcon, GetAddIconAlt, GetAddLabel, GetAlertMessageForEmptyList, GetArrExpListColInfo, GetDeleteIcon, GetDeleteIconAlt, GetDelRowConfirmMsg, GetEmptyListInstructions, GetEmptyListMainMessage, GetEnableMoveRowActions, GetIsListReadOnly, GetListKey, GetMainColumnSort, GetMainColumnSortDirection, GetModelStorageName, GetReadOnlyItems, GetSectionTitle, GetTableInstructions, GetUniqueInt, GetUniqueString, GetUnusedProperties, GetWrapColumnHeaders, IsAddButtonDisabled, IsCheckBoxesDisabled, 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

GetASURLToProperty

ASURL GetASURLToProperty(java.lang.String _sSubSpaceKey,
                         java.lang.String _strDefaultSpace)
See Also:
com.plumtree.portalpagessample.editor.template4#GetASURLToProperty

GetDocTypeStringFromID

java.lang.String GetDocTypeStringFromID(int _nDocTypeID,
                                        int _nIndex)
Parameters:
_nDocTypeID -
_nIndex -
Returns:

GetEditObjectURL

ASURL GetEditObjectURL(int _nDocTypeID,
                       java.lang.String _strDocTypeIdentifier,
                       int _nRowIndex)

GetModelID

int GetModelID()
Returns:

GetRowIcon

PTImageType GetRowIcon()
See Also:
com.plumtree.uiinfrastructure.expandablelist.GrowableListModel#GetRowIcon()

GetSecondAddLabel

java.lang.String GetSecondAddLabel()

GetSecondAddImageIcon

PTImageType GetSecondAddImageIcon()

GetFolderID

int GetFolderID()



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