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.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
 

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.
 

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)
           
 

Uses of Paginal in org.zkoss.zul.api
 

Subinterfaces of Paginal in org.zkoss.zul.api
 interface Paging
          Paging of long content.
 

Methods in org.zkoss.zul.api 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.
 

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



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