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.restrictbyenctype.RolePropertyEditor.java

public class RolePropertyEditor extends PropertyEditorSupport {

    private Log log = LogFactory.getLog(this.getClass());

    public RolePropertyEditor() {
    }

From source file org.openmrs.module.radiology.web.controller.propertyeditor.RolePropertyEditor.java

public class RolePropertyEditor extends PropertyEditorSupport {
    private Log log = LogFactory.getLog(this.getClass());

    public RolePropertyEditor() {
    }

From source file csns.web.editor.CoursePropertyEditor.java

@Component
@Scope("prototype")
public class CoursePropertyEditor extends PropertyEditorSupport {

    @Autowired
    CourseDao courseDao;

From source file org.openvpms.component.business.service.security.memory.UserMapEditor.java

/**
 * This is used to support creating {@link User} objects from
 * properties.
 *
 * @author <a href="mailto:support@openvpms.org">OpenVPMS Team</a>
 * @version $LastChangedDate$

From source file org.openmrs.module.laboratory.web.controller.propertyeditor.RolePropertyEditor.java

public class RolePropertyEditor extends PropertyEditorSupport {
    private Log log = LogFactory.getLog(this.getClass());

    public RolePropertyEditor() {
    }

From source file csns.web.editor.RubricPropertyEditor.java

@Component
@Scope("prototype")
public class RubricPropertyEditor extends PropertyEditorSupport {

    @Autowired
    private RubricDao rubricDao;

From source file csns.web.editor.StandingPropertyEditor.java

@Component
@Scope("prototype")
public class StandingPropertyEditor extends PropertyEditorSupport {

    @Autowired
    StandingDao standingDao;

From source file org.jasig.portlet.blackboardvcportlet.mvc.sessionmngr.CustomTimeEditor.java

public class CustomTimeEditor extends PropertyEditorSupport {

    private final DateTimeFormatter dateFormat;

    private final boolean allowEmpty;

From source file org.openmrs.module.drughistory.web.propertyeditor.ConceptListEditor.java

/**
 * Handles lists of drugIds
 */
public class ConceptListEditor extends PropertyEditorSupport {

    private Log log = LogFactory.getLog(this.getClass());

From source file ubic.gemma.web.propertyeditor.UserRolesPropertyEditor.java

/**
 * A custom property editor to make spring binding on roles easier to deal with. The roles (actually, the role names)
 * for a given user are displayed as a comma delimited string.
 * <p>
 * When using the spring bind funtionality on a {@link UserRole} in a form, the method getAsText is called on form entry
 * (ie. in a GET) and displays the roles (actually, role names) as a comma separated list of roles. On a POST (for