Package | Description |
---|---|
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.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 | Method and Description |
---|---|
SelectionControl |
BindingListModelListModel.getSelectionControl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingListModelListModel.setSelectionControl(SelectionControl ctrl)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGroupsModel.DefaultSelectionControl<E>
A default selection control implementation for
AbstractGroupsModel ,
by default it assumes all elements are selectable. |
static class |
AbstractListModel.DefaultSelectionControl<E>
A default selection control implementation for
AbstractListModel ,
by default it assumes all elements are selectable. |
static class |
AbstractTreeModel.DefaultSelectionControl<E>
A default selection control implementation for
AbstractTreeModel ,
by default it assumes all elements are selectable. |
Modifier and Type | Method and Description |
---|---|
SelectionControl |
AbstractTreeModel.getSelectionControl() |
SelectionControl |
AbstractListModel.getSelectionControl() |
SelectionControl |
AbstractGroupsModel.getSelectionControl() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTreeModel.setSelectionControl(SelectionControl ctrl) |
void |
AbstractListModel.setSelectionControl(SelectionControl ctrl) |
void |
AbstractGroupsModel.setSelectionControl(SelectionControl ctrl) |
Modifier and Type | Method and Description |
---|---|
SelectionControl |
Selectable.getSelectionControl()
Returns the selection control for the selection model, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
Selectable.setSelectionControl(SelectionControl ctrl)
Sets the selection control for the selection model
|
Modifier and Type | Method and Description |
---|---|
SelectionControl |
GroupsListModel.getSelectionControl() |
Modifier and Type | Method and Description |
---|---|
void |
GroupsListModel.setSelectionControl(SelectionControl ctrl) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.