public class WorkflowCollectionEditor extends PropertyEditorSupport
Constructor and Description |
---|
WorkflowCollectionEditor() |
WorkflowCollectionEditor(Program program) |
Modifier and Type | Method and Description |
---|---|
String |
getAsText()
Convert this program's workflows into "id: wkflowid wkflowid wkflowid"
|
void |
setAsText(String text)
Takes a "program_id:list" where program_id is the id of the program that this collection is
for (or not present, if it's a new program) and list is a space-separated list of concept
ids.
|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
public WorkflowCollectionEditor()
public WorkflowCollectionEditor(Program program)
program
- public void setAsText(String text) throws IllegalArgumentException
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
IllegalArgumentException
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
PropertyEditorSupport.getAsText()
Copyright © 2024 OpenMRS Inc.. All rights reserved.