Uiinfrastructure API Docs  
 

AFormDP.GetFormPageType Method 

This method returns the current page type. Override this method to display a different page type (small pop-up, etc...) This gets called at Init() time. Default has no buttons on the form.

public virtual FormPageTypes GetFormPageType();

Return Value

FormPageTypes the type of the page to display

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace