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 ConverterBindComposer. getConverter(java.lang.String name)ConverterBinder. 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 voidBindComposer. 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 classFormatedDateConverterConverter to convert String to Date.classFormatedNumberConverterConverter to convert String to Number.classFormattedTimeConverterConverter to convert String to Time (Date Object).classObjectBooleanConverterConverter to convert boolean to Object.classUriConverterConvert 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 classAbstractListModelConverter<C extends Component>The abstractConverterimplementation for converting collection to ListModel and vice versa.classAbstractSelectedIndexConverter<C extends Component>Convert selected index to bean and vice versa.classChildrenBindingConverterTo converter items to ListclassComboboxModelConverterTheConverterimplementation of the combobox for converting collection to ListModel and vice versa.classComboboxSelectedIndexConverterConvert selected index to bean and vice versa.classComboboxSelectedItemConverterConvert combobox selected comboitem to bean and vice versa.classDefaultJSONBindingParamConverterA default JSON binding parameter converterclassErrorMessageConverterA internal converter that shows a error message on any component.classFormattedTemporalConverter<T extends java.time.temporal.TemporalAccessor>Converter to convert String to Temporal object.classGridModelConverterTheConverterimplementation of the grid for converting collection to ListModel and vice versa.classImageContentConverterclassListboxModelConverterTheConverterimplementation of the listbox for converting collection to ListModel and vice versa.classListboxSelectedIndexConverterConvert selected index to bean and vice versa.classListboxSelectedItemConverterConvert listbox selected listitem to bean and vice versa.classListboxSelectedItemsConverterConvert listbox selected listitems to bean and vice versa.classRadiogroupModelConverterTheConverterimplementation of the radiogroup for converting collection to ListModel and vice versa.classRadiogroupSelectedIndexConverterConvert selected index to bean and vice versa.classRadiogroupSelectedItemConverterConvert Radiogroup selected item to radio value and vice versa.classSelectboxModelConverterTheConverterimplementation of the selectbox for converting collection to ListModel and vice versa.classSelectboxSelectedIndexConverterConvert selected index to bean and vice versa.classSelectboxSelectedItemConverterConvert listbox selected listitem to bean and vice versa.classTabboxModelConverterclassTabboxSelectedIndexConverterclassTabboxSelectedTabConverterConvert tabbox selected tab and vice versa.classTreeModelConverterclassTreeSelectedItemConverterConvert tree selected treeitem to bean and vice versa.classTreeSelectedItemsConverterConvert 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 ConverterSystemConverters. get(java.lang.String name)ConverterBinderImpl. getConverter(java.lang.String name)ConverterChildrenBindingImpl. getConverter()ConverterPropertyBindingImpl. getConverter()Methods in org.zkoss.bind.impl with parameters of type Converter Modifier and Type Method Description static voidSystemConverters. 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 ConverterPropertyBinding. 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 classGsonConverterA Gson converter for Binding ParameterMethods in org.zkoss.clientbind that return Converter Modifier and Type Method Description protected ConverterClientBindComposer. findConverter(Component target, java.lang.String expr)ConverterClientSaveFormBindingImpl. getConverter()ConverterClientSavePropertyBindingImpl. getConverter()Methods in org.zkoss.clientbind with parameters of type Converter Modifier and Type Method Description voidClientBindComposer. 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 classGsonConverterA Gson converter for Binding ParameterclassJacksonConverterA 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 classBiglistboxSelectedIndexConverterConvert selected index to bean and vice versa.classBiglistboxSelectedObjectConverterConvert biglistbox selection.classChosenboxModelConverterTheConverterimplementation of the Chosenbox for converting collection to ListModel and vice versa.classDropuploadNativeConverterconverter for ZK-1691 Dropupload has "native" property (reserved identifier in EL)classSearchboxModelConverterTheConverterimplementation of the Searchbox for converting collection to ListModel and vice versa.
-