com.plumtree.uiinfrastructure.editor
Interface IEditorModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Subinterfaces:
IApprovalModelRO
All Known Implementing Classes:
AApprovalModel, EditorModel

public interface IEditorModelRO
extends IModelRO

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

Author:
Julie Fournier

Method Summary
 int GetEditorType()
           
 boolean GetEnableApplyButton()
           
 boolean GetHideLeftNav()
           
 boolean GetIsEditorReadOnly()
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetEditorType

int GetEditorType()
See Also:
EditorModel.GetEditorType()

GetHideLeftNav

boolean GetHideLeftNav()
See Also:
EditorModel.GetHideLeftNav()

GetIsEditorReadOnly

boolean GetIsEditorReadOnly()
See Also:
EditorModel.GetIsEditorReadOnly()

GetEnableApplyButton

boolean GetEnableApplyButton()
See Also:
EditorModel.GetEnableApplyButton()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.