Package org.zkoss.zats.mimic.operation
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmoveTo(int pageIndex)Move to specified page index.-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-