The methods of the PTSortedArrayWrapper class are listed below. For a complete list of PTSortedArrayWrapper class members, see the PTSortedArrayWrapper Members topic.
![]() | MES- ContainsPropID is used by clients to see if a given Property is represented by a column in the data. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | MES- GetCount returns the number of rows in our data set |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | MES- GetItem is used by clients to retrieve data from the array |
![]() | MES- GetSort returns the current sort array |
![]() | Gets the Type of the current instance. |
![]() | MES- Initialize sets up this object with the data it needs to return items, as well as to perform sorts, etc. |
![]() | JF- SetItem is used by clients modify one cell in the array. |
![]() | JF- SetItems is used by clients modify a number of cells in the array. |
![]() | MES- Sort is used by clients to resort the internal data according to new criteria. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | MES- MapColumnIDs is an internal function that sets up the m_hashPropIDtoColumn mapping based on an array of ColumnIDs |
![]() | Creates a shallow copy of the current Object. |
![]() | MES- SortInternal is an internal helper function that actually performs the sort based on m_arrSort. |
PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace