Uiinfrastructure API Docs  
 

RepostControl Class

This class is used along with IRepostModel 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. To do so here is what you need to do: - Extend this class in your activity space and add any repost action (e.g.: com.plumtree.portalpagessample.editor.template1.PropRepostControl). - Your model must implement IRepostModel. - Your AS must implement IRepostAS. - In your view, you can implement any repost action using the postToSelf JavaScript method. - If you extend PlumtreeDP and call SetAddMainForm(true) in the init method of your DP, the form and the JS postToSelf will be printed out automatically.

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

System.Object
   com.plumtree.uiinfrastructure.form.RepostControl
      com.plumtree.uiinfrastructure.editor.EditorRepostControl
      com.plumtree.uiinfrastructure.tree.TreeRepostControl

public class RepostControl : IControl, 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.form

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

RepostControl Members | com.plumtree.uiinfrastructure.form Namespace