Uiinfrastructure API Docs  
 

com.plumtree.uiinfrastructure.expandablelist.growablelist Namespace

Namespace hierarchy

Classes

Class Description
GrowableListModel 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.
GrowableListView This is the implementation of the Expandable List framework for the Growable Array. Is constains the HTML to display the Growable Array. It gets the data to display from GrowableListModel.

Interfaces

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