Uses of Interface
org.zkoss.zul.ext.Paginal
-
Packages that use Paginal Package Description org.zkoss.zul org.zkoss.zul.impl -
-
Uses of Paginal in org.zkoss.zul
Classes in org.zkoss.zul that implement Paginal Modifier and Type Class Description class
Paging
Paging of long content.Methods in org.zkoss.zul that return Paginal Modifier and Type Method Description Paginal
Grid. getPaginal()
Returns the paging controller, or null if not available.Paginal
Listbox. getPaginal()
Returns the paging controller, or null if not available.Paginal
Tree. getPaginal()
Returns the paging controller, or null if not available.protected Paginal
Grid. pgi()
protected Paginal
Listbox. pgi()
protected Paginal
Tree. pgi()
Methods in org.zkoss.zul with parameters of type Paginal Modifier and Type Method Description void
Grid. setPaginal(Paginal pgi)
Specifies the paging controller.void
Listbox. setPaginal(Paginal pgi)
Specifies the paging controller.void
Tree. setPaginal(Paginal pgi)
-
Uses of Paginal in org.zkoss.zul.impl
Classes in org.zkoss.zul.impl that implement Paginal Modifier and Type Class Description protected static class
MeshElement.InternalPaging
Methods in org.zkoss.zul.impl that return Paginal Modifier and Type Method Description protected abstract Paginal
MeshElement. pgi()
Returns the instance of the @{link Paginal}
-