Uiinfrastructure API Docs  
 

IMultiColumnListModelRO Interface

This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.

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

public interface IMultiColumnListModelRO : IExpListModelRO, IPaginationModelRO, IModelRO, IMVCObject

Types that implement IMultiColumnListModelRO

Type Description
MultiColumnListModel 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.
SortedMultiColumnListModel This model allows you to use a sorted multi column list.
SortedMetaDataListModel 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.

Requirements

Namespace: com.plumtree.uiinfrastructure.expandablelist.multicolumnlist

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

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