com.plumtree.portaluiinfrastructure.expandablelist.properties
Interface IExpListPropModelRO

All Superinterfaces:
IExpListModelRO, IModelRO, IMVCObject, IPaginationModelRO
All Known Subinterfaces:
IEditCardPropModelRO, IObjPropModelRO
All Known Implementing Classes:
EditCardPropModel, ExpListPropModel, ObjPropModel, UserProfileObjEditModel

public interface IExpListPropModelRO
extends IExpListModelRO

Read-only interface for expandable list of properties model.

Author:
josephc

Method Summary
 JSDateTimePickerMgr GetDateTimePickerControlManager()
          Returns the datetime-picker control manager.
 java.lang.String GetRowName(int _nRowIndex)
          Returns the name of the property in the indicated row
 int GetRowPropertyID(int _nRowIndex)
          Returns the property ID of the property in the indicated row
 int GetRowStatus(int _nRowIndex)
          Returns the status of the row (added, deleted, edited, modified)
 int GetRowType(int _nRowIndex)
          Returns the value type of the property
 java.lang.Object GetRowValue(int _nRowIndex)
          Returns the value of the property
 java.lang.String GetUniqueDateTimePickerKey(int _nRowIndex)
          Returns the unique date/time picker string ID for the row.
 
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

GetRowName

java.lang.String GetRowName(int _nRowIndex)
Returns the name of the property in the indicated row

Parameters:
_nRowIndex - Row index
Returns:
Name of property

GetRowPropertyID

int GetRowPropertyID(int _nRowIndex)
Returns the property ID of the property in the indicated row

Parameters:
_nRowIndex - Row index
Returns:
Property ID

GetRowStatus

int GetRowStatus(int _nRowIndex)
Returns the status of the row (added, deleted, edited, modified)

Parameters:
_nRowIndex - Row index
Returns:
Row status

GetRowType

int GetRowType(int _nRowIndex)
Returns the value type of the property

Parameters:
_nRowIndex - Row index
Returns:
Value type of property

GetRowValue

java.lang.Object GetRowValue(int _nRowIndex)
Returns the value of the property

Parameters:
_nRowIndex - Row index
Returns:
Value of property

GetDateTimePickerControlManager

JSDateTimePickerMgr GetDateTimePickerControlManager()
Returns the datetime-picker control manager.

Returns:
The datetime-picker control manager.

GetUniqueDateTimePickerKey

java.lang.String GetUniqueDateTimePickerKey(int _nRowIndex)
Returns the unique date/time picker string ID for the row.

Parameters:
_nRowIndex -
Returns:



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