Plumtree UI Infrastructure API  
 

AApprovalModel.IsNextPageAvailable Method 

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

public virtual bool IsNextPageAvailable(
   ApprovalItemType type
);

Parameters

type
Pass the ApprovalItemType

Return Value

boolean value

Implements

IApprovalModelRO.IsNextPageAvailable

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace