| Package | Description |
|---|---|
| org.zkoss.bind |
ZK Bind Library
|
| org.zkoss.bind.converter |
Converter for ZK Bind
|
| org.zkoss.bind.converter.sys |
System Converter for ZK Bind
|
| org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
| org.zkoss.bind.sys |
System level classes for ZK Bind
|
| Modifier and Type | Method and Description |
|---|---|
Converter |
Binder.getConverter(String name)
Returns the _converter of the given _converter name.
|
Converter |
BindComposer.getConverter(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindComposer.addConverter(String name,
Converter converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormatedDateConverter
Converter to convert String to Date.
|
class |
FormatedNumberConverter
Converter to convert String to Number.
|
class |
FormattedTimeConverter
Converter to convert String to Time (Date Object).
|
class |
ObjectBooleanConverter
Converter to convert boolean to Object.
|
class |
UriConverter
Convert String into Uri
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListModelConverter<C extends org.zkoss.zk.ui.Component>
The abstract
Converter implementation for converting collection to ListModel and vice versa. |
class |
AbstractSelectedIndexConverter<C extends org.zkoss.zk.ui.Component>
Convert selected index to bean and vice versa.
|
class |
ChildrenBindingConverter
To converter items to List
|
class |
ComboboxModelConverter
The
Converter implementation of the combobox for converting collection to ListModel and vice versa. |
class |
ComboboxSelectedIndexConverter
Convert selected index to bean and vice versa.
|
class |
ComboboxSelectedItemConverter
Convert combobox selected comboitem to bean and vice versa.
|
class |
DefaultJSONBindingParamConverter
A default JSON binding parameter converter
|
class |
ErrorMessageConverter
A internal converter that shows a error message on any component.
|
class |
FormattedTemporalConverter<T extends TemporalAccessor>
Converter to convert String to Temporal object.
|
class |
GridModelConverter
The
Converter implementation of the grid for converting collection to ListModel and vice versa. |
class |
ImageContentConverter |
class |
ListboxModelConverter
The
Converter implementation of the listbox for converting collection to ListModel and vice versa. |
class |
ListboxSelectedIndexConverter
Convert selected index to bean and vice versa.
|
class |
ListboxSelectedItemConverter
Convert listbox selected listitem to bean and vice versa.
|
class |
ListboxSelectedItemsConverter
Convert listbox selected listitems to bean and vice versa.
|
class |
RadiogroupModelConverter
The
Converter implementation of the radiogroup for converting collection to ListModel and vice versa. |
class |
RadiogroupSelectedIndexConverter
Convert selected index to bean and vice versa.
|
class |
RadiogroupSelectedItemConverter
Convert Radiogroup selected item to radio value and vice versa.
|
class |
SelectboxModelConverter
The
Converter implementation of the selectbox for converting collection to ListModel and vice versa. |
class |
SelectboxSelectedIndexConverter
Convert selected index to bean and vice versa.
|
class |
SelectboxSelectedItemConverter
Convert listbox selected listitem to bean and vice versa.
|
class |
TabboxModelConverter |
class |
TabboxSelectedIndexConverter |
class |
TabboxSelectedTabConverter
Convert tabbox selected tab and vice versa.
|
class |
TreeModelConverter |
class |
TreeSelectedItemConverter
Convert tree selected treeitem to bean and vice versa.
|
class |
TreeSelectedItemsConverter
Convert tree selected treeitem to bean and vice versa.
|
| Modifier and Type | Method and Description |
|---|---|
static Converter |
SystemConverters.get(String name) |
Converter |
ChildrenBindingImpl.getConverter() |
Converter |
PropertyBindingImpl.getConverter() |
Converter |
BinderImpl.getConverter(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemConverters.set(String name,
Converter converter) |
| Constructor and Description |
|---|
ChildrenBindingListDataListener(org.zkoss.zk.ui.Component comp,
BindContext ctx,
Converter<?,org.zkoss.zul.ListModel<?>,org.zkoss.zk.ui.Component> conv) |
| Modifier and Type | Method and Description |
|---|---|
Converter |
PropertyBinding.getConverter()
Returns the associated _converter with this binding.
|
Copyright © 2020. All rights reserved.