Package org.zkoss.zats.mimic.operation
Interface PagingAgent
- All Superinterfaces:
Agent,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
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)
-