Uses of Interface
org.zkoss.zul.ext.Paginal

Packages that use Paginal
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of Paginal in org.zkoss.zul
 

Classes in org.zkoss.zul that implement Paginal
 class Paging
          Paging of long content.
 

Methods in org.zkoss.zul that return Paginal
 Paginal Grid.getPaginal()
          Returns the paging controller, or null if not available.
 Paginal Tree.getPaginal()
          Returns the paging controller, or null if not available.
 Paginal Listbox.getPaginal()
          Returns the paging controller, or null if not available.
protected  Paginal Grid.pgi()
           
protected  Paginal Tree.pgi()
           
protected  Paginal Listbox.pgi()
           
 

Methods in org.zkoss.zul with parameters of type Paginal
 void Grid.setPaginal(Paginal pgi)
          Specifies the paging controller.
 void Tree.setPaginal(Paginal pgi)
           
 void Listbox.setPaginal(Paginal pgi)
           
 

Uses of Paginal in org.zkoss.zul.impl
 

Methods in org.zkoss.zul.impl that return Paginal
protected abstract  Paginal MeshElement.pgi()
          Returns the instance of the @{link Paginal}
 



Copyright © 2012. All Rights Reserved.