Uiinfrastructure API Docs  
 

com.plumtree.uiinfrastructure.editor Namespace

Namespace hierarchy

Classes

Class Description
EditorAS This is the Activity Space class for the Editor Framework. Editor Activity Space classes should extend this class.
EditorDP This is class is used to print out the form tag, some hidden input and the postToSelf Javascript function. Editor display pages should extend this class.
EditorHeaderView This class implements the HTML to print out the Editor header. This View is printed out by EditorDP. Editor Views should NOT extend this class. They should extend EditorView instead.
EditorHelperModel This class is a helper class for the EditorModel. This is NOT a real EditorModel or RepostModel. The saveSection method will have to be called by the main EditorModel class of the Editor. This class can be used to implement common or plug-in sections and can also be used as a secondary Model class if the main one is getting too big and you want to split the code into multiple classes.
EditorHelperRepostControl This class is a helper class for the EditorRepostControl. This is NOT a real control. The PerformRepostAction method will have to be called by the main RepostControl class of the Editor. This class can be used to implement common or plug-in sections and can also be used as a secondary RepostControl class if the main one is getting too big and you want to split the code into multiple classes.
EditorLeftNavView  
EditorModel This is the Model class for the Editor Framework. Model classes should extend this class.
EditorRepostControl This repost control implements the repost actions for Editor pages.
EditorStartControl This start control is called anytime an Editor is started. Start Control classes should extend this class.
EditorView This is the View class for the Editor Framework. It implements the Init method and should be extended by any View.
LeftNavMenu This is helper class that contains the implementation of the left navigation menu as well as two inner classes. One for the sub menus and one the links. This class is mainly used by EditorAS and classes extending it. The left navigation menu is printed out in EditorHeaderView.

Interfaces

Interface Description
IEditorModelRO This is the interface for the read-only Model. This interface is implemented by EditorModel. Any read-only Model interface should extend this one.