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.module.orderentryui.propertyeditor.LateralityEditor.java

public class LateralityEditor extends PropertyEditorSupport {

    /**
     * @should set using id
     * @should set using uuid
     * 

From source file jails.http.MediaTypeEditor.java

/**
 * {@link java.beans.PropertyEditor Editor} for {@link MediaType}
 * descriptors, to automatically convert <code>String</code> specifications
 * (e.g. <code>"text/html"</code>) to <code>MediaType</code> properties.
 *
 * @author Juergen Hoeller

From source file cherry.foundation.type.editor.NumberFormatterEditor.java

public class NumberFormatterEditor extends PropertyEditorSupport {

    private String originalValue;

    @Override
    public void setAsText(String text) {

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

public class ConceptMapTypeEditor extends PropertyEditorSupport {

    private final static Log log = LogFactory.getLog(ConceptMapTypeEditor.class);

    public ConceptMapTypeEditor() {
    }

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

public class ConceptReferenceTermEditor extends PropertyEditorSupport {

    private final static Log log = LogFactory.getLog(ConceptReferenceTermEditor.class);

    public ConceptReferenceTermEditor() {
    }

From source file org.cloudfoundry.identity.uaa.user.UaaUserEditor.java

public class UaaUserEditor extends PropertyEditorSupport {

    private static String SHORT_FORMAT = "unm|pwd{|comma-separated-authorities}";
    private static String LONG_FORMAT = "unm|pwd|email|fname|lname{|comma-separated-authorities}";
    private static List<String> SUPPORTED_FORMATS = Arrays.asList(SHORT_FORMAT, LONG_FORMAT);

From source file org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor.java

/**
 * <code>FileItem</code>??
 *
 * @author renhui
 */
public class StringFileItemEditor extends PropertyEditorSupport {

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

/**
 * Allows a java.util.Date to be converted to/from a String. It tries both Date and Date+Time formats
 * but it does not permit partial dates. 
 */
public class DateOrDatetimeEditor extends PropertyEditorSupport {

From source file org.openmrs.module.radiology.report.RadiologyReportEditor.java

import org.springframework.util.StringUtils;

/**
 * Allows for serializing/deserializing a RadiologyReport object to a string so that Spring knows how to pass
 * a RadiologyReport back and forth through an html form or other medium
 * <br/>

From source file edu.vt.middleware.gator.web.support.ParametersEditor.java

/**
 * Converts between an collection of {@link ParamConfig} items and a text
 * representation of the following form:
 *
 * <pre>
   name=value