Uiinfrastructure API Docs  
 

IFormAS Interface

This interface is used along with RepostControl and IRepostModel 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 IFormAS Members.

public interface IFormAS

Types that implement IFormAS

Type Description
EditorAS This is the Activity Space class for the Editor Framework. Editor Activity Space classes should extend this class.
AFileDownloadAS  
AFormAS This AS provides a base implementation for an HTML Form.
ATreeAS  

Requirements

Namespace: com.plumtree.uiinfrastructure.form

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IFormAS Members | com.plumtree.uiinfrastructure.form Namespace