com.plumtree.uiinfrastructure.expandablelist.multicolumnlist
Interface IMultiColumnListModelRO

All Superinterfaces:
IExpListModelRO, IModelRO, IMVCObject, IPaginationModelRO
All Known Implementing Classes:
FormLoginFieldsPluginModel, GatewayPrefixPluginModel, MultiColumnListModel, PickTreeColumnsListModel, SortedMetaDataListModel, SortedMultiColumnListModel, TagLibListModel

public interface IMultiColumnListModelRO
extends IExpListModelRO

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

Author:
JohnH

Method Summary
 int GetNumColumns()
          Returns the numColumns.
 PTImageType GetRowIcon()
           
 
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

GetNumColumns

int GetNumColumns()
Returns the numColumns.

Returns:
int

GetRowIcon

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



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