Package org.openmrs.propertyeditor

Examples of org.openmrs.propertyeditor.ConceptClassEditor


    private ConceptService conceptService;

  @InitBinder
  public void initBinder(WebDataBinder binder) {
    binder.registerCustomEditor(ConceptClass.class,
        new ConceptClassEditor());
    binder.registerCustomEditor(Concept.class, new ConceptEditor());
  }
View Full Code Here

TOP

Related Classes of org.openmrs.propertyeditor.ConceptClassEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.