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.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
text
- list of conceptIds (not conceptAnswerIds)java.lang.IllegalArgumentException
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.