List of usage examples for java.beans PropertyEditorSupport subclass-usage
From source file cz.strmik.cmmitool.web.controller.propertyeditor.MethodEditor.java
/** * * @author Luk Strmiska, strmik@gmail.com * @version 1.0 */ public class MethodEditor extends PropertyEditorSupport {
From source file support.editors.PhoneEditor.java
/** * * @author bezdatiuzer */ @Component public class PhoneEditor extends PropertyEditorSupport {
From source file cz.strmik.cmmitool.web.controller.propertyeditor.RatingScaleEditor.java
/** * * @author Luk Strmiska, strmik@gmail.com * @version 1.0 */ public class RatingScaleEditor extends PropertyEditorSupport {
From source file cz.strmik.cmmitool.web.controller.propertyeditor.ProcessGroupEditor.java
/** * * @author Luk Strmiska, strmik@gmail.com * @version 1.0 */ public class ProcessGroupEditor extends PropertyEditorSupport {
From source file org.dspace.app.webui.cris.editor.StringPropertyEditor.java
/**
* Property editor needs to the Spring Binder framework to work with the
* {@link java.lang.String}
*
* @see PropertyEditor
* @author cilea
From source file edu.duke.cabig.c3pr.utils.web.propertyeditors.EnumByNameEditor.java
/** * @author Rhett Sutphin */ public class EnumByNameEditor<E extends Enum<E>> extends PropertyEditorSupport { Class<E> enumClass;
From source file gov.nih.nci.cabig.caaers.tools.editors.EnumByNameEditor.java
/** * @author Rhett Sutphin */ public class EnumByNameEditor<E extends Enum<E>> extends PropertyEditorSupport { Class<E> enumClass;
From source file com.wedian.site.common.web.DateEditor.java
/**
* ?
*
* @author wanliang
* @version 3.0
*/
From source file gov.nih.nci.calims2.ui.util.springmvc.CustomDateTimeEditor.java
/**
* Property editor for <code>org.joda.time.DateTime</code>,
*
* <p>
* This is not meant to be used as system PropertyEditor but rather as date editor within custom controller code, parsing
* user-entered number strings into DateTime properties of beans and rendering them in the UI form.
From source file com.interface21.transaction.interceptor.TransactionAttributeSourceEditor.java
/**
* Property editor that can convert String into TransactionAttributeSource.
* The transaction attribute string must be parseable by the
* TransactionAttributeEditor in this package.
*
* <p>Strings are in property syntax, with the form:<br>