Uiinfrastructure API Docs  
 

MultiColumnListModel Class

This is the implementation of the Expandable List framework for the Growable Array. The Growable Array is a list of input texts. On add, a new input text populated with the default value will be added at the bottom of the list.

For a list of all members of this type, see MultiColumnListModel 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

public class MultiColumnListModel : ExpListModel, IMultiColumnListModelRO

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

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

MultiColumnListModel Members | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist Namespace