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 | Class and Description |
---|---|
class |
Paging
Paging of long content.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
Tree.setPaginal(Paginal pgi) |
void |
Listbox.setPaginal(Paginal pgi)
Specifies the paging controller.
|
void |
Grid.setPaginal(Paginal pgi)
Specifies the paging controller.
|
Modifier and Type | Class and Description |
---|---|
protected class |
MeshElement.InternalPaging |
Modifier and Type | Method and Description |
---|---|
protected abstract Paginal |
MeshElement.pgi()
Returns the instance of the @{link Paginal}
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.