public class ConceptAnswersEditor
extends java.beans.PropertyEditorSupport
| Constructor and Description |
|---|
ConceptAnswersEditor(java.util.Collection<ConceptAnswer> originalAnswers)
Default constructor taking in the original answers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(java.lang.String text)
loops over the textbox assigned to this property.
|
public ConceptAnswersEditor(java.util.Collection<ConceptAnswer> originalAnswers)
originalAnswers - the list on the pojopublic void setAsText(java.lang.String text)
throws java.lang.IllegalArgumentException
setAsText in interface java.beans.PropertyEditorsetAsText in class java.beans.PropertyEditorSupporttext - list of conceptIds (not conceptAnswerIds)java.lang.IllegalArgumentExceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.