org.springframework.richclient.convert.support
Class GlazedListModelConverter
java.lang.Object
org.springframework.binding.convert.support.AbstractConverter
org.springframework.richclient.convert.support.GlazedListModelConverter
- All Implemented Interfaces:
- org.springframework.binding.convert.Converter
public class GlazedListModelConverter
- extends org.springframework.binding.convert.support.AbstractConverter
supports converting EventList
s to ListModel
- Author:
- Mathias Broekelmann
Methods inherited from class org.springframework.binding.convert.support.AbstractConverter |
convert, convert, convert, convert |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlazedListModelConverter
public GlazedListModelConverter()
doConvert
protected Object doConvert(Object source,
Class targetClass,
org.springframework.binding.convert.ConversionContext context)
throws Exception
- Specified by:
doConvert
in class org.springframework.binding.convert.support.AbstractConverter
- Throws:
Exception
getSourceClasses
public Class[] getSourceClasses()
getTargetClasses
public Class[] getTargetClasses()
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.