Package | Description |
---|---|
org.zkoss.zkex.zul |
Zul Extension library.
|
org.zkoss.zkplus.databind |
The DataBinder used for binding ZK UI component and the backend data bean.
|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
Pdfviewer
A PDF file viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingGroupsListModel
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelArray<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelList<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelMap<K,V>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelSet<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PageableModel
Provide methods to manage PagingListeners
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListModel<E>
A skeletal implementation for
ListModel and Selectable |
class |
AbstractTreeModel<E>
A skeletal implementation for
TreeModel . |
class |
DefaultTreeModel<E>
A simple tree data model that uses
TreeNode to represent a tree. |
class |
ListModelArray<E>
|
class |
ListModelList<E>
|
class |
ListModelMap<K,V>
|
class |
ListModelSet<E>
|
class |
Paging
Paging of long content.
|
class |
SimpleListModel<E>
A simple implementation of
ListModel . |
Modifier and Type | Method and Description |
---|---|
Pageable |
PagingEvent.getPageable()
Returns the pageable controller.
|
Pageable |
PageSizeEvent.getPageable()
Returns the pageable controller.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Paginal
Represents a component that is used to control how to display
other components in multiple pages.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupsListModel<D,G,F>
Encapsulates
GroupsModel as an instance of ListModel
such that it is easier to handle by Listbox and
Group . |
protected class |
MeshElement.InternalPaging |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.