Uiinfrastructure API Docs  
 

AFormDP Class

All AActivitySpaces that contain IDisplayPages that extend AFormDP must also implement IRepostAS. The exception to this rule is that PlumtreeDP extends AFormDP, but by default does not include the form code. Therefore, when you are using PlumtreeDP, you only need to implement IRepostAS if you have called SetAddMainForm(true);

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

System.Object
   com.plumtree.uiinfrastructure.form.AFormDP
      com.plumtree.uiinfrastructure.editor.EditorDP
      com.plumtree.uiinfrastructure.tree.TreeDP
      com.plumtree.uiinfrastructure.tree.TreeHeaderDP

public abstract class AFormDP : IDisplayPage, IMVCObject

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

AFormDP Members | com.plumtree.uiinfrastructure.form Namespace