|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pageable | |
---|---|
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.event | Events of ZUL Component Set. |
org.zkoss.zul.ext | Interfaces that might be implemented by ZUL components. |
org.zkoss.zul.impl | Classes used to implement ZUL Component Set (implementation only). |
Uses of Pageable in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Pageable | |
---|---|
class |
Paging
Paging of long content. |
Uses of Pageable in org.zkoss.zul.event |
---|
Methods in org.zkoss.zul.event that return Pageable | |
---|---|
Pageable |
PagingEvent.getPageable()
Returns the pageable controller. |
Pageable |
PageSizeEvent.getPageable()
Returns the pageable controller. |
Constructors in org.zkoss.zul.event with parameters of type Pageable | |
---|---|
PageSizeEvent(java.lang.String name,
Component target,
Pageable pageable,
int pgsz)
Construct a page size event that the target is different from the page controller. |
|
PagingEvent(java.lang.String name,
Component target,
Pageable pageable,
int actpg)
Construct a paging event that the target is different from the page controller. |
Uses of Pageable in org.zkoss.zul.ext |
---|
Subinterfaces of Pageable in org.zkoss.zul.ext | |
---|---|
interface |
Paginal
Represents a component that is used to control how to display other components in multiple pages. |
Uses of Pageable in org.zkoss.zul.impl |
---|
Classes in org.zkoss.zul.impl that implement Pageable | |
---|---|
protected class |
MeshElement.InternalPaging
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |