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
|
org.zkoss.zkmax.bind | |
org.zkoss.zkmax.bind.impl |
Modifier and Type | Method and Description |
---|---|
Converter |
Binder.getConverter(java.lang.String name)
Returns the _converter of the given _converter name.
|
Converter |
BindComposer.getConverter(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
BindComposer.addConverter(java.lang.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 Component>
The abstract
Converter implementation for converting collection to ListModel and vice versa. |
class |
AbstractSelectedIndexConverter<C extends 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 java.time.temporal.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(java.lang.String name) |
Converter |
PropertyBindingImpl.getConverter() |
Converter |
ChildrenBindingImpl.getConverter() |
Converter |
BinderImpl.getConverter(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static void |
SystemConverters.set(java.lang.String name,
Converter converter) |
Constructor and Description |
---|
ChildrenBindingListDataListener(Component comp,
BindContext ctx,
Converter<?,ListModel<?>,Component> conv) |
Modifier and Type | Method and Description |
---|---|
Converter |
PropertyBinding.getConverter()
Returns the associated _converter with this binding.
|
Modifier and Type | Class and Description |
---|---|
class |
GsonConverter
A Gson converter for Binding Parameter
|
class |
JacksonConverter
A Jackson Converter for Binding Parameter
|
Modifier and Type | Class and Description |
---|---|
class |
BiglistboxSelectedIndexConverter
Convert selected index to bean and vice versa.
|
class |
BiglistboxSelectedObjectConverter
Convert biglistbox selection.
|
class |
ChosenboxModelConverter
The
Converter implementation of the Chosenbox for converting collection to ListModel and vice versa. |
class |
DropuploadNativeConverter
converter for ZK-1691 Dropupload has "native" property (reserved identifier in EL)
|
class |
SearchboxModelConverter
The
Converter implementation of the Searchbox for converting collection to ListModel and vice versa. |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.