Uiinfrastructure API Docs  
 

com.plumtree.uiinfrastructure.expandablelist Namespace

Namespace hierarchy

Classes

Class Description
ExpListControl This class handles the repost actions for the Expandable List framework.
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.
ExpListView This View contains the HTML for the Expandable List Framework.

Interfaces

Interface Description
IExpListModelRO This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.