| Modifier and Type | Method and Description |
|---|---|
protected ElementUI |
CareWebShellEx.PathResolver.getRoot(ElementTabPane tabPane)
Returns the root for the specified tab pane.
|
protected ElementUI |
CareWebShellEx.PathResolver.resolvePath(ElementTabPane tabPane,
String path)
Resolves the path, returning the UI element to be used as the parent of the plugin.
|
| Constructor and Description |
|---|
PathResolver(Class<? extends ElementUI> rootClass,
Class<? extends ElementUI> childClass)
Creates a path resolver.
|
PathResolver(Class<? extends ElementUI> rootClass,
Class<? extends ElementUI> childClass)
Creates a path resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DesignContextMenu.setOwner(ElementUI owner)
Sets the context menu's owner.
|
| Constructor and Description |
|---|
DesignMask(ElementUI element) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementActionBase
Base class for UI elements that support an associated action.
|
class |
ElementButton
Simple button stock object.
|
class |
ElementDesktop
This is the topmost component of the layout.
|
class |
ElementFrame
UI element that encapsulates an iframe or an include (as determined by URL).
|
class |
ElementImage
Simple button stock object.
|
class |
ElementLabel
Simple button stock object.
|
class |
ElementLayout
Wrapper for a UI layout component.
|
class |
ElementLink
Simple hyperlink stock object.
|
class |
ElementMenubar
Base implementation of a menu bar.
|
class |
ElementMenuItem
Base class for representing a single menu item.
|
class |
ElementPlugin
This class is used for all container-hosted plugins.
|
class |
ElementSplitterPane
A child of the ElementSplitterView.
|
class |
ElementSplitterView
A splitter view has either a vertical or horizontal orientation and can contain any number of
splitter panes which are placed side-by-side with splitter bars in between for manual sizing.
|
class |
ElementStepPane
A step-oriented UI Element.
|
class |
ElementStepView
A step-oriented UI Element.
|
class |
ElementTabPane
Wraps the Tab component.
|
class |
ElementTabView
Wraps the Tabview component.
|
class |
ElementToolbar
Implements a shared toolbar.
|
class |
ElementTreePane
A child of a ElementTreeView, this UI element specifies the tree path where its associated tree
node is to reside in the parent's tree.
|
class |
ElementTreeView
A tree view consists of a selector pane on the left containing a treeview component and a view
area on the right where tree panes are positioned.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementUI |
ElementUI.getAssociatedElement(org.fujion.component.BaseComponent component)
Returns the UI element that registered the CWF component.
|
ElementUI |
ElementUI.getFirstVisibleChild()
Returns the first visible child.
|
ElementUI |
ElementUI.getLastVisibleChild()
Returns the last visible child.
|
ElementUI |
ElementUI.getNextSibling(boolean visibleOnly)
Returns this element's next sibling.
|
ElementUI |
ElementUI.getParent()
Returns the parent of this element.
|
ElementUI |
ElementUI.getRoot()
Returns the UI element at the root of the component tree.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ElementUI> |
ElementTrigger.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementTrigger.addTarget(ElementUI target) |
protected abstract boolean |
ElementTriggerAction.doInvokeAction(ElementUI target) |
boolean |
ElementTriggerAction.invokeAction(ElementUI target) |
void |
ElementTrigger.removeTarget(ElementUI target) |
| Modifier and Type | Method and Description |
|---|---|
ElementUI |
Layout.materialize(ElementUI parent)
Materializes the layout, under the specified parent, starting from the layout origin.
|
| Modifier and Type | Method and Description |
|---|---|
ElementUI |
Layout.materialize(ElementUI parent)
Materializes the layout, under the specified parent, starting from the layout origin.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TriggerActionShow.doInvokeAction(ElementUI target) |
protected boolean |
TriggerActionHide.doInvokeAction(ElementUI target) |
protected boolean |
TriggerActionAction.doInvokeAction(ElementUI target) |
boolean |
ITriggerAction.invokeAction(ElementUI target)
Invoke action on specified target.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.