Uiinfrastructure API Docs  
 

AApprovalModel.GetDisplayTypeHeader Method 

Concrete subclasses must implement this method to return a boolean indicating whether or not a header banner should be displayed for the specified type.

public abstract bool GetDisplayTypeHeader(
   ApprovalItemType type
);

Parameters

type
ApprovalItemType

Return Value

boolean value

Implements

IApprovalModelRO.GetDisplayTypeHeader

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace