Plumtree Portal UI  
 

IObjEditorModelRO Interface

This is the interface for the read-only Model. This interface is implemented by ObjEditorModel. Any read-only Model interface should extend this one.

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

com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
   com.plumtree.portaluiinfrastructure.securitymatrix.IFolderSecurityABOModelRO
   com.plumtree.portaluiinfrastructure.securitymatrix.ISecurityMatrixModelRO

public interface IObjEditorModelRO : IEditorModelRO, IModelRO, IMVCObject

Types that implement IObjEditorModelRO

Type Description
ObjPropEditorModel Editor model for browsing object properties.
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.
SecurityMatrixModel This class keeps an up-to-date state of all the settings. This class is used by the Section and by the Repost Control.
SubscribeMatrixModel This class keeps an up-to-date state of all the settings. This class is used by the Section and by the Repost Control.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.editor

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

IObjEditorModelRO Members | com.plumtree.portaluiinfrastructure.editor Namespace