com.pmease.quickbuild.typeconverter
Class UserListConverter
java.lang.Object
com.pmease.quickbuild.typeconverter.UserListConverter
- All Implemented Interfaces:
- TypeConverter
public class UserListConverter
- extends java.lang.Object
- implements TypeConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserListConverter
public UserListConverter()
accept
public boolean accept(java.lang.reflect.Method getter)
- Specified by:
accept
in interface TypeConverter
toObject
public java.lang.Object toObject(java.lang.Class<?> type,
java.lang.String string)
- Specified by:
toObject
in interface TypeConverter
toString
public java.lang.String toString(java.lang.Object obj)
- Specified by:
toString
in interface TypeConverter
createEditor
public TypeEditor createEditor(java.lang.String id,
java.lang.Class<?> beanType,
EditContext.EditableProperty property)
- Specified by:
createEditor
in interface TypeConverter
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.