Plumtree Portal UI  
 

com.plumtree.portaluiinfrastructure.editor Namespace

Namespace hierarchy

Classes

Class Description
GbObjEditorModel This is the Model class for Global Objects. This class contains the Global Object as a member variable. It initializes it so the Object is ready to be used. Model classes for Global Objects should extend this class.
ObjDependenciesDP This is the DP for the dependencies page. It's the last page of the save pop-up and has a confirmation message and some links to create other objects that depend on the one that was just created.
ObjDependenciesView This Section contains the HTML for the dependencies page.
ObjEditorAS This is the Activity Space class for the ObjEditor Framework. Editor Activity Space classes should extend this class.
ObjEditorModel This is the Model class for the Editor Framework. This class assumes the framework is based on an IPTObject. Editors based on other Objects like for example Global Objects need to extend EditorModel directly. This class contains the IPTObject as a member variable. It initializes IPTObject when the editor starts and stores it in the DB when the user is done. Model classes should extend this class.
ObjEditorRepostControl This class has the responsability to call the PerformRepostAction method on common pages such as the Security page or the Localize Names and Descriptions page.
PTEditorAS This is the Activity Space class for the ObjEditor Framework. Editor Activity Space classes should extend this class.

Interfaces

Interface Description
IDescriptionModelRO This is the interface for the read-only method needed to display the description field..
IMigrationModelRO This is the interface for the read-only method needed to display the migration checkbox..
IObjEditorModelRO This is the interface for the read-only Model. This interface is implemented by ObjEditorModel. Any read-only Model interface should extend this one.