public class AddComponent extends Object implements org.fujion.ancillary.IAutoWired
| Constructor and Description |
|---|
AddComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialized(org.fujion.component.BaseComponent comp)
Initialize the tree view based with list of plugins that may serve as children to the parent
element.
|
static void |
getDefinition(ElementBase parentElement,
org.fujion.ancillary.IResponseCallback<PluginDefinition> callback)
Display the add component dialog, presenting a list of candidate plugins that may serve as
children to the specified parent element.
|
static void |
newChild(ElementBase parentElement,
org.fujion.ancillary.IResponseCallback<ElementBase> callback)
Display the add component dialog, presenting a list of candidate plugins that may serve as
children to the specified parent element.
|
public static void newChild(ElementBase parentElement, org.fujion.ancillary.IResponseCallback<ElementBase> callback)
parentElement - Element to serve as parent to the newly created child element.callback - Callback to return the newly created child element.public static void getDefinition(ElementBase parentElement, org.fujion.ancillary.IResponseCallback<PluginDefinition> callback)
parentElement - Element to serve as parent to the newly created child element.callback - Callback to return the plugin definition.public void afterInitialized(org.fujion.component.BaseComponent comp)
afterInitialized in interface org.fujion.ancillary.IAutoWiredcomp - The root component.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.