Uiinfrastructure API Docs  
 

EditorHelperModel Class

This class is a helper class for the EditorModel. This is NOT a real EditorModel or RepostModel. The saveSection method will have to be called by the main EditorModel class of the Editor. This class can be used to implement common or plug-in sections and can also be used as a secondary Model class if the main one is getting too big and you want to split the code into multiple classes.

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

System.Object
   com.plumtree.uiinfrastructure.editor.EditorHelperModel
      com.plumtree.uiinfrastructure.expandablelist.ExpListModel

public abstract class EditorHelperModel : IModel, IModelRO, IMVCObject, IManagedObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.editor

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

EditorHelperModel Members | com.plumtree.uiinfrastructure.editor Namespace