Uiinfrastructure API Docs  
 

IEditorModelRO Interface

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

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

com.plumtree.uiinfrastructure.editor.IEditorModelRO
   com.plumtree.uiinfrastructure.approval.IApprovalModelRO

public interface IEditorModelRO : IModelRO, IMVCObject

Types that implement IEditorModelRO

Type Description
AApprovalModel  
EditorModel This is the Model class for the Editor Framework. Model classes should extend this class.

Requirements

Namespace: com.plumtree.uiinfrastructure.editor

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IEditorModelRO Members | com.plumtree.uiinfrastructure.editor Namespace