Uiinfrastructure API Docs  
 

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

System.Object
   com.plumtree.uiinfrastructure.editor.EditorHelperModel
      com.plumtree.uiinfrastructure.expandablelist.ExpListModel
         com.plumtree.uiinfrastructure.expandablelist.growablelist.GrowableListModel

public class GrowableListModel : ExpListModel, IGrowableListModelRO

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

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

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