Uiinfrastructure API Docs  
 

AApprovalModel.IsPreviousPageAvailable Method 

Call this method to determine if there is a previous page of items of a given type.

public virtual bool IsPreviousPageAvailable(
   ApprovalItemType type
);

Parameters

type
Pass the ApprovalItemType

Return Value

boolean value

Implements

IApprovalModelRO.IsPreviousPageAvailable

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace