Uiinfrastructure API Docs  
 

com.plumtree.uiinfrastructure.expandablelist.multicolumnlist Namespace

Namespace hierarchy

Classes

Class 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.
MultiColumnListView This is an implementation of the Expandable List framework for the Multi Column Array. Is constains the HTML to display the Array. It gets the data to display from MultiColumnListModel.

Interfaces

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