Interface PagingAgent

  • All Superinterfaces:
    Agent, OperationAgent

    public interface PagingAgent
    extends OperationAgent
    The agent for switching page operation. Only Paging supports this operation. When Listbox, Grid, and Tree are in "pagin" mold, they all have an auto-created, internal Paging component. You can retrieve them by Selector syntax.
    Author:
    pao
    • Method Detail

      • moveTo

        void moveTo​(int pageIndex)
        Move to specified page index.
        Parameters:
        pageIndex - index of page, starts from 0 (1st page)