Uses of Interface
org.zkoss.bind.Converter

Packages that use Converter
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.impl   
 

Uses of Converter in org.zkoss.bind
 

Methods in org.zkoss.bind that return Converter
 Converter Binder.getConverter(java.lang.String name)
          Returns the _converter of the given _converter name.
 Converter BindComposer.getConverter(java.lang.String name)
           
 

Methods in org.zkoss.bind with parameters of type Converter
 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
 class FormatedDateConverter
          Converter to convert String to Date.
 class FormatedNumberConverter
          Converter to convert String to Number.
 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
 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 ErrorMessageConverter
          A internal converter that shows a error message on any component.
 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.
 

Uses of Converter in org.zkoss.bind.impl
 

Methods in org.zkoss.bind.impl that return Converter
static Converter SystemConverters.get(java.lang.String name)
           
 Converter PropertyBindingImpl.getConverter()
           
 Converter ChildrenBindingImpl.getConverter()
           
 Converter BinderImpl.getConverter(java.lang.String name)
           
 

Methods in org.zkoss.bind.impl with parameters of type Converter
static void SystemConverters.set(java.lang.String name, Converter converter)
           
 

Uses of Converter in org.zkoss.bind.sys
 

Methods in org.zkoss.bind.sys that return Converter
 Converter PropertyBinding.getConverter()
          Returns the associated _converter with this binding.
 

Uses of Converter in org.zkoss.zkmax.bind.impl
 

Classes in org.zkoss.zkmax.bind.impl that implement Converter
 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)
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo