Plumtree Portal UI  
 

ObjPropEditorModel Fields

The fields of the ObjPropEditorModel class are listed below. For a complete list of ObjPropEditorModel class members, see the ObjPropEditorModel Members topic.

Public Static Fields

STR_MVC_CLASS_NAME Class name for ObjPropEditorModel

Public Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 

Protected Instance Fields

m_bCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bDisableDescription (inherited from ObjEditorModel) For some objects, you can't set/change the description from the Editor.
m_bDisableSecurity (inherited from ObjEditorModel) Some Objects don't support ACLs. We don't display the Security page for those Objects.
m_bEnableApplyButton (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bForceSavedInSuppliedFolder (inherited from ObjEditorModel) This var is set if this editor is opened by a parent editor (although not being a sub editor), and the requires the edited object to be stored in a certain folder. E.g is when creating a subcommunity within a community, always want the subcommonity to be created in the parent community's folder. The parent editor passes in the ForceSaveIn parameter to set this.
m_bHideLeftNav (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bIsEditorReadOnly (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bIsSysAdmin (inherited from ObjEditorModel) Flag to know if the current user has system administration activity rights. We need it to know when to display the migration checkbox.
m_bUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nClassID (inherited from ObjEditorModel) Object being created or edited class ID
m_nEditorType (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nFolderID (inherited from ObjEditorModel) Folder ID where this object should be saved (has value only in create mode)
m_nFolderType (inherited from ObjEditorModel) Folder type.
m_nObjectID (inherited from ObjEditorModel) Object being created or edited ID (has value only in edit mode)
m_ptObject (inherited from ObjEditorModel) Server object: Object being created or edited
m_Session (inherited from ObjEditorModel) Server object: Plumtree Session for the current user
m_sFolderName (inherited from ObjEditorModel) Folder Name.

See Also

ObjPropEditorModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace