Uiinfrastructure API Docs  
 

SortedMetaDataListModel Class

This list model allows you to sort by meta data, rather than the actual HTML displayed, allowing you to add images and descriptions to row entries without affecting sort order. This list is currently read only.

For a list of all members of this type, see SortedMetaDataListModel Members.

System.Object
   com.plumtree.uiinfrastructure.editor.EditorHelperModel
      com.plumtree.uiinfrastructure.expandablelist.ExpListModel
         com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.MultiColumnListModel
            com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.sorted.SortedMultiColumnListModel
               com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.sortedmetadata.SortedMetaDataListModel

public class SortedMetaDataListModel : SortedMultiColumnListModel

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.sortedmetadata

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

SortedMetaDataListModel Members | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.sortedmetadata Namespace