Uses of Interface
wicket.util.convert.IConverter

Packages that use IConverter
wicket The core Wicket package. 
wicket.util.convert Conversion support. 
wicket.util.lang Java utilities. 
 

Uses of IConverter in wicket
 

Methods in wicket that return IConverter
 IConverter Session.getConverter()
          Gets the converter instance.
 IConverter Component.getConverter()
          Gets the converter that should be used by this component.
 

Uses of IConverter in wicket.util.convert
 

Classes in wicket.util.convert that implement IConverter
 class Converter
          Implementation of IConverter interface, which converts objects from one class to another.
 class MaskConverter
          A converter that takes a mask into account.
 class SimpleConverterAdapter
          Adapter class to simplify implementing custom IConverters.
 

Methods in wicket.util.convert that return IConverter
 IConverter ConversionException.getConverter()
          Gets the used converter.
 IConverter Converter.getDefaultConverter()
          Gets the converter that is to be used when no registered converter is found.
 IConverter IConverterFactory.newConverter(java.util.Locale locale)
          Creates and returns a new instance of IConverter.
 IConverter ConverterFactory.newConverter(java.util.Locale locale)
           
 

Methods in wicket.util.convert with parameters of type IConverter
 ConversionException ConversionException.setConverter(IConverter converter)
          Sets the used converter.
 void Converter.setDefaultConverter(IConverter defaultConverter)
          Sets the converter that is to be used when no registered converter is found.
 

Uses of IConverter in wicket.util.lang
 

Methods in wicket.util.lang with parameters of type IConverter
static void PropertyResolver.setValue(java.lang.String expression, java.lang.Object object, java.lang.Object value, IConverter converter)
          Set the value on the object with the given expression.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.