IPager

On this page

public interface IPager

Interface for apply option (pages, range and etc.)

Methods

Method Description
getPages() List of page number on which operation will be applied.

getPages()

public abstract int[] getPages()

List of page number on which operation will be applied. Note: first page have number 1.

Returns: int[]

On this page