Uiinfrastructure API Docs  
 

IGrowableListModelRO 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 IGrowableListModelRO Members.

public interface IGrowableListModelRO : IExpListModelRO, IPaginationModelRO, IModelRO, IMVCObject

Types that implement IGrowableListModelRO

Type 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.

Requirements

Namespace: com.plumtree.uiinfrastructure.expandablelist.growablelist

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IGrowableListModelRO Members | com.plumtree.uiinfrastructure.expandablelist.growablelist Namespace