Uses of Interface
org.zkoss.bind.Converter
-
Packages that use Converter Package Description org.zkoss.bind org.zkoss.bind.converter org.zkoss.bind.converter.sys org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.clientbind org.zkoss.zkmax.bind org.zkoss.zkmax.bind.impl -
-
Uses of Converter in org.zkoss.bind
Methods in org.zkoss.bind that return Converter Modifier and Type Method Description Converter
BindComposer. getConverter(java.lang.String name)
Converter
Binder. getConverter(java.lang.String name)
Returns the _converter of the given _converter name.Methods in org.zkoss.bind with parameters of type Converter Modifier and Type Method Description void
BindComposer. addConverter(java.lang.String name, Converter converter)
-
Uses of Converter in org.zkoss.bind.converter
Classes in org.zkoss.bind.converter that implement Converter Modifier and Type Class 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 -
Uses of Converter in org.zkoss.bind.converter.sys
Classes in org.zkoss.bind.converter.sys that implement Converter Modifier and Type Class Description class
AbstractListModelConverter<C extends Component>
The abstractConverter
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 Listclass
ComboboxModelConverter
TheConverter
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 converterclass
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
TheConverter
implementation of the grid for converting collection to ListModel and vice versa.class
ImageContentConverter
class
ListboxModelConverter
TheConverter
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
TheConverter
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
TheConverter
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. -
Uses of Converter in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that return Converter Modifier and Type Method Description static Converter
SystemConverters. get(java.lang.String name)
Converter
BinderImpl. getConverter(java.lang.String name)
Converter
ChildrenBindingImpl. getConverter()
Converter
PropertyBindingImpl. getConverter()
Methods in org.zkoss.bind.impl with parameters of type Converter Modifier and Type Method Description static void
SystemConverters. set(java.lang.String name, Converter converter)
Constructors in org.zkoss.bind.impl with parameters of type Converter Constructor Description ChildrenBindingListDataListener(Component comp, BindContext ctx, Converter<?,ListModel<?>,Component> conv)
-
Uses of Converter in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return Converter Modifier and Type Method Description Converter
PropertyBinding. getConverter()
Returns the associated _converter with this binding. -
Uses of Converter in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement Converter Modifier and Type Class Description class
GsonConverter
A Gson converter for Binding ParameterMethods in org.zkoss.clientbind that return Converter Modifier and Type Method Description protected Converter
ClientBindComposer. findConverter(Component target, java.lang.String expr)
Converter
ClientSaveFormBindingImpl. getConverter()
Converter
ClientSavePropertyBindingImpl. getConverter()
Methods in org.zkoss.clientbind with parameters of type Converter Modifier and Type Method Description void
ClientBindComposer. addConverter(java.lang.String name, Converter converter)
-
Uses of Converter in org.zkoss.zkmax.bind
Classes in org.zkoss.zkmax.bind that implement Converter Modifier and Type Class Description class
GsonConverter
A Gson converter for Binding Parameterclass
JacksonConverter
A Jackson Converter for Binding Parameter -
Uses of Converter in org.zkoss.zkmax.bind.impl
Classes in org.zkoss.zkmax.bind.impl that implement Converter Modifier and Type Class Description class
BiglistboxSelectedIndexConverter
Convert selected index to bean and vice versa.class
BiglistboxSelectedObjectConverter
Convert biglistbox selection.class
ChosenboxModelConverter
TheConverter
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
TheConverter
implementation of the Searchbox for converting collection to ListModel and vice versa.
-