List of usage examples for java.beans PropertyEditorSupport subclass-usage
From source file org.openmrs.propertyeditor.RoleEditor.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.ConceptClassEditor.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.PersonAttributeTypeEditor.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.ObsEditor.java
/**
* Allows for serializing/deserializing a Obs object to a string so that Spring knows how to pass
* a Obs back and forth through an html form or other medium
* <br/>
* In version 1.9, added ability for this to also retrieve objects by uuid
*
From source file org.openmrs.propertyeditor.ConceptAnswerEditor.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.ConceptNumericEditor.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.ConceptSourceEditor.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.EncounterTypeEditor.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.PersonEditor.java
/**
* Allows for serializing/deserializing a Person object to a string so that Spring knows how to pass
* a Person back and forth through an html form or other medium. <br>
* <br>
* In version 1.9, added ability for this to also retrieve Person objects by uuid
*
From source file org.openmrs.propertyeditor.PrivilegeEditor.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
*