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, supportsCustomEditorpublic WorkflowCollectionEditor()
public WorkflowCollectionEditor(Program program)
program - public void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportPropertyEditorSupport.getAsText()Copyright © 2024 OpenMRS Inc.. All rights reserved.