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 Summary

    Modifier and Type
    Method
    Description
    void
    moveTo(int pageIndex)
    Move to specified page index.

    Methods inherited from interface org.zkoss.zats.mimic.Agent

    getClient, getDelegatee
  • Method Details

    • moveTo

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