Uiinfrastructure API Docs  
 

AFormDP.SetStatusViewRepostValues Method 

This method sets the repost values that we will turn the status view on for. The status view replaces the body of the existing view. Be default, AFormDP is initialized to show the status view only after a FINISH repost. Set this to NULL to allow all values to display the view.

public virtual void SetStatusViewRepostValues(
   int[] aRepostValues
);

Parameters

aRepostValues
Values for which you want the status view on.

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace