Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
Paging |
Tree.getPagingChild()
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.getPagingChild()
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.getPagingChild()
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) . |
Modifier and Type | Class and Description |
---|---|
protected class |
MeshElement.InternalPaging |
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.