com.plumtree.portalpages.admin.serversettings.objectpropertymap.plugin
Interface IObjPropMapPluginModelRO

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

public interface IObjPropMapPluginModelRO
extends IExpListModelRO

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

Author:
josephc

Method Summary
 HTMLImg GetClassIcon(int _nRowIndex)
          Returns the class icon
 java.lang.String[][] GetPropertyInfo(int _nRowIndex)
          Returns array of property names and descriptions.
 java.lang.String GetSelectedItems(int _nRowIndex)
          Returns a String of Class IDs and Object IDs of the Objects to select in the tree.
 
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

GetClassIcon

HTMLImg GetClassIcon(int _nRowIndex)
Returns the class icon

Parameters:
_nRowIndex - Row index
Returns:
Icon for class

GetPropertyInfo

java.lang.String[][] GetPropertyInfo(int _nRowIndex)
Returns array of property names and descriptions.

Parameters:
_nRowIndex - Row index
Returns:
Array of property names and descriptions

GetSelectedItems

java.lang.String GetSelectedItems(int _nRowIndex)
Returns a String of Class IDs and Object IDs of the Objects to select in the tree. E.g.: "propertyClassID,ObjID1,propertyClassID,objID2". In our case, propertyClassID is the classID for properties.

Parameters:
_nRowIndex - Row index
Returns:
String



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