Uiinfrastructure API Docs  
 

IRepostModel Interface

This interface is used along with RepostControl and IRepostAS to partially implement the logic of the repost action. Those two classes are used by the Editor Framework to help implementing the repost mechanism on any Editor page. They can also be used by any other Activity Space. See instructions in RepostControl.java on how to use that logic outside the Editor Framework.

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

public interface IRepostModel : IModel, IModelRO, IMVCObject, IManagedObject

Types that implement IRepostModel

Type Description
AApprovalModel  
EditorModel This is the Model class for the Editor Framework. Model classes should extend this class.
ATreeModel This model handles generating a tree for admin objects.

Requirements

Namespace: com.plumtree.uiinfrastructure.form

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IRepostModel Members | com.plumtree.uiinfrastructure.form Namespace