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 Tree.getPaginal()
          Returns the paging controller, or null if not available.
 Paginal Listbox.getPaginal()
          Returns the paging controller, or null if not available.
 Paginal Grid.getPaginal()
          Returns the paging controller, or null if not available.
protected  Paginal Tree.pgi()
           
protected  Paginal Listbox.pgi()
           
protected  Paginal Grid.pgi()
           
 

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

Uses of Paginal in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement Paginal
protected  class MeshElement.InternalPaging
           
 

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



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo