com.plumtree.portalpages.common.browsingpropchooser
Interface IPropChooserModelRO

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

public interface IPropChooserModelRO
extends IExpListModelRO

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

Author:
stephenc

Method Summary
 int GetNewlySelectedPropertyID()
           
 PTImageType GetRowIcon()
           
 java.lang.String GetRowName(int _nRowIndex)
           
 int GetRowPropertyID(int _nRowIndex)
           
 int GetRowStatus(int _nRowIndex)
           
 XPSortedDictionary GetUnusedProperties()
           
 
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, 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

GetNewlySelectedPropertyID

int GetNewlySelectedPropertyID()
Returns:

GetRowIcon

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

GetRowName

java.lang.String GetRowName(int _nRowIndex)
Parameters:
_nRowIndex -
Returns:

GetRowPropertyID

int GetRowPropertyID(int _nRowIndex)
Parameters:
_nRowIndex -
Returns:

GetRowStatus

int GetRowStatus(int _nRowIndex)
Parameters:
_nRowIndex -
Returns:

GetUnusedProperties

XPSortedDictionary GetUnusedProperties()
Specified by:
GetUnusedProperties in interface IExpListModelRO
Returns:



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