public class AboutDialog extends FrameworkController
root| Constructor and Description |
|---|
AboutDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterCompose(org.zkoss.zk.ui.Component comp) |
void |
doBeforeComposeChildren(org.zkoss.zk.ui.Component comp) |
static void |
execute(Class<?> clazz)
Display an about dialog for the specified class.
|
static void |
execute(Manifest manifest)
Display an about dialog for the specified manifest.
|
static void |
execute(PluginDefinition def)
Display an about dialog for the specified plugin definition.
|
static void |
execute(UIElementBase component)
Display an about dialog for the specified UI element.
|
String |
getCustom()
Returns the label for the custom button.
|
String |
getIcon()
Returns the url of the icon to display in the header.
|
String |
getSource()
Returns the item source to display in the header.
|
String |
getTitle()
Returns the subtitle text.
|
void |
onClick$btnCustom()
Display the manifest viewer when detail button is clicked.
|
void |
setIcon(String icon)
Sets the default url of the icon to display in the header.
|
void |
setSource(String source)
Sets the default item source to display in the header.
|
abortBackgroundThread, abortBackgroundThreads, addThread, cleanup, getAppContext, getAppFramework, getController, getController, getEventManager, hasActiveThreads, onRefresh, refresh, removeThread, startBackgroundThread, threadAborted, threadFinishedalert, didActivate, getPage, willClone, willPassivatedoBeforeCompose, doCatch, doFinallypublic static void execute(UIElementBase component)
component - UI element whose attributes are to be displayed.public static void execute(Class<?> clazz)
clazz - Class whose attributes are to be displayed.public static void execute(PluginDefinition def)
def - Plugin definition whose attributes are to be displayed.public static void execute(Manifest manifest)
manifest - Manifest whose attributes are to be displayed.public void doAfterCompose(org.zkoss.zk.ui.Component comp)
throws Exception
doAfterCompose in interface org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>doAfterCompose in class FrameworkControllerExceptionpublic void doBeforeComposeChildren(org.zkoss.zk.ui.Component comp)
throws Exception
doBeforeComposeChildren in interface org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>doBeforeComposeChildren in class org.zkoss.zk.ui.util.GenericComposer<org.zkoss.zk.ui.Component>Exceptionpublic void onClick$btnCustom()
public String getIcon()
public void setIcon(String icon)
icon - Icon url.public String getSource()
public void setSource(String source)
source - Item source.public String getCustom()
public String getTitle()
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.