Uiinfrastructure API Docs  
 

ExpListModel Class

This class contains the state of the Expandable List. The data contained in that Model are printed out by the associated View: ExpListView. The repost actions will be handled by the ExpListControl class. That class extends the Editor Framework plug-in section classes so it can be added to any Editor page pretty easily. (see template 7) The Expandable List Framework is abstract and has to be extended in order to be used. Note that the Expandable List uses the Array Wrapper Framework to actually store the data and facilitate the implementation of the sorting requirements.

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

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

public abstract class ExpListModel : EditorHelperModel, IExpListModelRO, IPaginationModelRO, IPaginationModel

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

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

ExpListModel Members | com.plumtree.uiinfrastructure.expandablelist Namespace