com.plumtree.uiinfrastructure.expandablelist
Interface IExpListModelRO
- All Superinterfaces:
- IModelRO, IMVCObject, IPaginationModelRO
- All Known Subinterfaces:
- IGrowableListModelRO, IMultiColumnListModelRO
- All Known Implementing Classes:
- ExpListModel, GrowableListModel, MultiColumnListModel, SortedMetaDataListModel, SortedMultiColumnListModel
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
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject |
GetName |
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: