Uses of Interface
org.zkoss.zul.api.Paging

Packages that use Paging
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 Paging in org.zkoss.zul
 

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

Methods in org.zkoss.zul that return Paging
 Paging Tree.getPagingChildApi()
          Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Tree.setPaginal(org.zkoss.zul.ext.Paginal).
 Paging Listbox.getPagingChildApi()
          Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Listbox.setPaginal(org.zkoss.zul.ext.Paginal).
 Paging Grid.getPagingChildApi()
          Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Grid.setPaginal(org.zkoss.zul.ext.Paginal).
 

Uses of Paging in org.zkoss.zul.api
 

Methods in org.zkoss.zul.api that return Paging
 Paging Tree.getPagingChildApi()
          Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Tree.setPaginal(org.zkoss.zul.ext.Paginal).
 Paging Listbox.getPagingChildApi()
          Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Listbox.setPaginal(org.zkoss.zul.ext.Paginal).
 Paging Grid.getPagingChildApi()
          Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Grid.setPaginal(org.zkoss.zul.ext.Paginal).
 



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