public class LayoutPrompt extends Object implements org.fujion.ancillary.IAutoWired
| Constructor and Description |
|---|
LayoutPrompt() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialized(org.fujion.component.BaseComponent root) |
void |
onChange$txtLayout() |
void |
onClick$btnOK() |
static void |
show(LayoutIdentifier dfltLayout,
boolean hideScope,
boolean allowDups,
String title,
String prompt,
org.fujion.event.IEventListener closeListener)
Prompts for a layout.
|
public static void show(LayoutIdentifier dfltLayout, boolean hideScope, boolean allowDups, String title, String prompt, org.fujion.event.IEventListener closeListener)
dfltLayout - Default layout.hideScope - If true, hide private/shared scope selection.allowDups - If true, duplicate names are allowed.title - Prompt dialog title.prompt - Prompt dialog text.closeListener - Notified when dialog is closed.public void afterInitialized(org.fujion.component.BaseComponent root)
afterInitialized in interface org.fujion.ancillary.IAutoWired@EventHandler(value="change",
target="txtLayout")
public void onChange$txtLayout()
@EventHandler(value="click",
target="btnOK")
public void onClick$btnOK()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.