Uses of Class
org.zkoss.zul.Paging
-
Packages that use Paging Package Description org.zkoss.stateless.sul org.zkoss.zul org.zkoss.zul.impl -
-
Uses of Paging in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Paging Modifier and Type Method Description static IPaging
IPagingCtrl. from(Paging instance)
-
Uses of Paging in org.zkoss.zul
Methods in org.zkoss.zul that return Paging Modifier and Type Method Description Paging
Grid. getPagingChild()
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally byGrid.setPaginal(org.zkoss.zul.ext.Paginal)
.Paging
Listbox. getPagingChild()
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally byListbox.setPaginal(org.zkoss.zul.ext.Paginal)
.Paging
Tree. getPagingChild()
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally byTree.setPaginal(org.zkoss.zul.ext.Paginal)
. -
Uses of Paging in org.zkoss.zul.impl
Subclasses of Paging in org.zkoss.zul.impl Modifier and Type Class Description protected static class
MeshElement.InternalPaging
-