Uiinfrastructure API Docs  
 

IPaginationModelRO Interface

This interface provides the information necessary to create the pagination bar.

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

com.plumtree.uiinfrastructure.form.pagination.IPaginationModelRO
   com.plumtree.uiinfrastructure.expandablelist.growablelist.IGrowableListModelRO
   com.plumtree.uiinfrastructure.expandablelist.IExpListModelRO
   com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.IMultiColumnListModelRO
   com.plumtree.uiinfrastructure.form.pagination.IPaginationModel

public interface IPaginationModelRO : IModelRO, IMVCObject

Types that implement IPaginationModelRO

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.form.pagination

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IPaginationModelRO Members | com.plumtree.uiinfrastructure.form.pagination Namespace