Example usage for java.beans PropertyEditorSupport subclass-usage

List of usage examples for java.beans PropertyEditorSupport subclass-usage

Introduction

In this page you can find the example usage for java.beans PropertyEditorSupport subclass-usage.

Usage

From source file org.openmrs.propertyeditor.ProgramWorkflowEditor.java

/**
 * Allows for serializing/deserializing an object to a string so that Spring knows how to pass
 * an object back and forth through an html form or other medium. <br>
 * <br>
 * In version 1.9, added ability for this to also retrieve objects by uuid
 * 

From source file com.trenako.web.editors.WeakDbRefPropertyEditor.java

/**
 * Custom {@code PropertyEditor} for fields with {@link WeakDbRef} type.
 *
 * @author Carlo Micieli
 */
public class WeakDbRefPropertyEditor extends PropertyEditorSupport {

From source file org.openmrs.propertyeditor.ProgramWorkflowStateEditor.java

/**
 * Allows for serializing/deserializing an object to a string so that Spring knows how to pass
 * an object back and forth through an html form or other medium. <br>
 * <br>
 * In version 1.9, added ability for this to also retrieve objects by uuid
 * 

From source file org.openmrs.propertyeditor.DrugEditor.java

/**
 * Allows for serializing/deserializing an object to a string so that Spring knows how to pass
 * an object back and forth through an html form or other medium. <br>
 * <br>
 * In version 1.9, added ability for this to also retrieve objects by uuid
 * 

From source file org.openmrs.propertyeditor.ProgramEditor.java

/**
 * Allows for serializing/deserializing an object to a string so that Spring knows how to pass
 * an object back and forth through an html form or other medium. <br>
 * If string value starts with "concept.", then the text after the dot is treated as a concept_id or uuid
 * The name of the concept associated with that id is treated as the name of the program to fetch.
 * <br>

From source file de.berlios.jhelpdesk.web.tools.NotifyFrequencyEditor.java

/**
 *
 * @author jjhop
 */
@Component
public class NotifyFrequencyEditor extends PropertyEditorSupport {

From source file org.openmrs.propertyeditor.VisitEditor.java

/**
 * {@link PropertyEditor} for {@link Visit}
 *
 * @since 1.9
 */
public class VisitEditor extends PropertyEditorSupport {

From source file groovyx.gaelyk.graelyk.cast.TimeZoneEditor.java

/**
 * A Property editor for converting instances of java.util.TimeZone
 *
 * @author Graeme Rocher
 * @since 20-Feb-2006
 */

From source file groovyx.gaelyk.graelyk.cast.CurrencyEditor.java

/**
 * A Property editor for converting instances of java.util.Currency
 * 
 * @author Graeme Rocher
 * @since 14-Feb-2006
 */

From source file org.openmrs.propertyeditor.VisitTypeEditor.java

/**
 * {@link PropertyEditor} for {@link VisitType}
 * 
 * @since 1.9
 */
public class VisitTypeEditor extends PropertyEditorSupport {