Uiinfrastructure API Docs  
 

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

com.plumtree.uiinfrastructure.expandablelist.IExpListModelRO
   com.plumtree.uiinfrastructure.expandablelist.growablelist.IGrowableListModelRO
   com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.IMultiColumnListModelRO

public interface IExpListModelRO : IPaginationModelRO, IModelRO, IMVCObject

Types that implement IExpListModelRO

Type Description
ExpListModel 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.
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.
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.
SortedMultiColumnListModel This model allows you to use a sorted multi column list.
SortedMetaDataListModel This list model allows you to sort by meta data, rather than the actual HTML displayed, allowing you to add images and descriptions to row entries without affecting sort order. This list is currently read only.

Requirements

Namespace: com.plumtree.uiinfrastructure.expandablelist

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IExpListModelRO Members | com.plumtree.uiinfrastructure.expandablelist Namespace