Uiinfrastructure API Docs  
 

ApprovalView.AddActionButtons Method 

JHQ: This method will be called by AddActionBar() and will add action buttons to the action bar. This allows an editor that is extending this class to add extra functionality to the approve view. This method should be overridden.

public virtual void AddActionButtons(
   PTConstruct _actionConstruct,
   PTBannerType _bannerType
);

Parameters

_actionConstruct
_bannerType

See Also

ApprovalView Class | com.plumtree.uiinfrastructure.approval Namespace