A B C D E F G H I L M N O P R S T U V W 

A

about() - Static method in class org.carewebframework.shell.CareWebUtil
Displays the About dialog.
about() - Method in class org.carewebframework.shell.layout.UIElementBase
Displays an about dialog for the UI element.
about() - Method in class org.carewebframework.shell.layout.UIElementPlugin
 
AboutDialog - Class in org.carewebframework.shell
Displays an "about" dialog for a given UI element.
AboutDialog() - Constructor for class org.carewebframework.shell.AboutDialog
 
activate(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Activates or inactivates a UI element.
activate(boolean) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Forces a recalculation of window size when activation state changes.
activate(boolean) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Checks for a pending mask operation when a UI element is activated.
activate() - Method in class org.carewebframework.shell.plugins.PluginContainer
Activate the plugin.
activateChildren(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Default behavior is to pass activation/inactivation event to children.
activateChildren(boolean) - Method in class org.carewebframework.shell.layout.UIElementPlugin
Passes the activation request to the container.
activateChildren(boolean) - Method in class org.carewebframework.shell.layout.UIElementStepView
Activates the active pane.
activateChildren(boolean) - Method in class org.carewebframework.shell.layout.UIElementTabMenu
Only one child, the active menu pane, can be active at a time.
activateChildren(boolean) - Method in class org.carewebframework.shell.layout.UIElementTabView
Overrides activateChildren to ensure that only the active pane is affected.
activateChildren(boolean) - Method in class org.carewebframework.shell.layout.UIElementTreePane
Forward only to active child.
activateChildren(boolean) - Method in class org.carewebframework.shell.layout.UIElementTreeView
Only the active pane should receive the activation request.
add(String, PropertySerializer<?>, Class<? extends PropertyEditorBase>) - Method in class org.carewebframework.shell.property.PropertyTypeRegistry
Registers a property type.
addChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Adds the specified child element.
addChild(UIElementBase, boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Adds the specified child element.
addChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Overrides addChild to suppress onAddChild events for internally created children.
AddComponent - Class in org.carewebframework.shell.designer
Dialog for adding new component to UI.
AddComponent() - Constructor for class org.carewebframework.shell.designer.AddComponent
 
addHelpMenu(String, String) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Adds a menu item to the help menu subtree.
addHelpMenu(PluginResourceHelp) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Adds a menu item for the specified help resource.
addListener(Component) - Method in class org.carewebframework.shell.designer.Clipboard
 
addMenu(String, String) - Method in class org.carewebframework.shell.CareWebShell
Adds a menu.
addMenu(String, String, boolean) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Adds a ZK menu item to the main menu.
addProperties(Element, BeanDefinitionBuilder) - Method in class org.carewebframework.shell.BaseXmlParser
Adds all attributes of the specified elements as properties in the current builder.
addPropertyEditor(PropertyInfo, boolean) - Method in class org.carewebframework.shell.designer.PropertyGrid
Adds a property editor to the grid for the specified property definition.
addToolbarComponent(Component) - Method in class org.carewebframework.shell.CareWebShell
Adds a component to the common tool bar.
addToolbarComponent(Component, String) - Method in class org.carewebframework.shell.layout.UIElementToolbar
Adds a component to the toolbar.
addToolbarComponent(Component) - Method in class org.carewebframework.shell.plugins.PluginContainer
Adds the specified component to the toolbar container.
addTreeitem(T, Component, Treeitem) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Adds a tree item under the specified parent.
afterAddChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Called after a child is logically added to the parent.
afterAddChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementMenuBase
 
afterAddChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
afterAddChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementToolbar
 
afterAddChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementTreePane
Initializes the child after it is added.
afterCompose() - Method in class org.carewebframework.shell.CareWebShell
Perform additional initializations.
afterCompose() - Method in class org.carewebframework.shell.designer.LayoutDesigner
 
afterInitialize(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Subclasses may override this to implement any additional operations that are necessary after this element is initialized (i.e., after property values and parent element are set).
afterInitialize(boolean) - Method in class org.carewebframework.shell.layout.UIElementLayout
If this is a linked layout, must deserialize from it.
afterInitialize(boolean) - Method in class org.carewebframework.shell.layout.UIElementPlugin
Additional processing of the plugin after it is initialized.
afterInitialize(boolean) - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
afterMoveTo(int) - Method in class org.carewebframework.shell.layout.UIElementBase
Element has been moved to a different position under its parent.
afterMoveTo(int) - Method in class org.carewebframework.shell.layout.UIElementStepPane
Changes the ordering of a button and its separator.
afterMoveTo(int) - Method in class org.carewebframework.shell.layout.UIElementTabPane
Requires moving both ZK components.
afterMoveTo(int) - Method in class org.carewebframework.shell.layout.UIElementTreePane
Only the node needs to be resequenced, since pane sequencing is arbitrary.
afterMoveTo(int) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Provides a default behavior for resequencing this element relative to its siblings.
afterParentChanged(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Called after the parent has been changed.
afterParentChanged(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
afterRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Called after a child is logically removed from the parent.
afterRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementMenuBase
 
afterRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
afterRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
appendItem(String) - Method in class org.carewebframework.shell.designer.PropertyEditorList
Append a new combo item using the specified label.
appendItem(String, Object) - Method in class org.carewebframework.shell.designer.PropertyEditorList
Append a new combo item using the specified label and internal value.
applyColor() - Method in class org.carewebframework.shell.layout.UIElementBase
Provides a default implementation for setting the color of a UI element.
applyColor(Object) - Method in class org.carewebframework.shell.layout.UIElementBase
Applies the current color setting to the wrapped component.
applyColor() - Method in class org.carewebframework.shell.layout.UIElementButton
 
applyColor() - Method in class org.carewebframework.shell.layout.UIElementStepPane
Apply color changes to button and pane only.
applyColor() - Method in class org.carewebframework.shell.layout.UIElementTabMenuPane
 
applyColor() - Method in class org.carewebframework.shell.layout.UIElementTabPane
Applies color to the tab caption text as well as the tab panel.
applyColor(Object) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Applies the current color setting to the target component.
applyHint() - Method in class org.carewebframework.shell.layout.UIElementBase
Provides a default implementation for setting the hint text of a UI element.
applyHint(Object) - Method in class org.carewebframework.shell.layout.UIElementBase
Applies the current hint text to the wrapped component.
applyHint() - Method in class org.carewebframework.shell.layout.UIElementStepPane
 
applyHint() - Method in class org.carewebframework.shell.layout.UIElementTabPane
Hint text should be applied to the tab.
applyHint() - Method in class org.carewebframework.shell.layout.UIElementTreePane
Apply the hint to the selector node.
applyHint(Object) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Applies the current hint text to the target component.
associateComponent(Component) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Associates the specified ZK component with this UI element.
associateCSH(XulElement, String, String, String) - Static method in class org.carewebframework.shell.CareWebUtil
Associates help context with a component.
associateCSH(XulElement, HelpContext) - Static method in class org.carewebframework.shell.CareWebUtil
Associates help context with a component.
attachController(Component, Composer<Component>) - Method in class org.carewebframework.shell.plugins.PluginController
Attaches a controller to the specified component and registers any recognized listeners to the container.
ATTR_CONTAINER - Static variable in class org.carewebframework.shell.Constants
 
ATTR_DESIGN_MENU - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
ATTR_VISIBLE - Static variable in class org.carewebframework.shell.Constants
 
autoEnable - Variable in class org.carewebframework.shell.layout.UIElementBase
 
autoHide - Variable in class org.carewebframework.shell.layout.UIElementBase
 

B

bandbox - Variable in class org.carewebframework.shell.designer.PropertyEditorCustom
 
bandpopup - Variable in class org.carewebframework.shell.designer.PropertyEditorCustom
 
BaseXmlParser - Class in org.carewebframework.shell
Spring xml configuration file parser extension.
BaseXmlParser() - Constructor for class org.carewebframework.shell.BaseXmlParser
 
beforeAddChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Called before a child is logically added to the parent.
beforeAddChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementToolbar
 
beforeInitialize(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Subclasses may override this to implement any additional operations that are necessary before this element is initialized (i.e., before property values and parent element are set).
beforeInitialize(boolean) - Method in class org.carewebframework.shell.layout.UIElementLayout
 
beforeInitialize(boolean) - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
beforeParentChanged(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Called before the parent has been changed.
beforeRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Called before a child is logically removed from the parent.
beforeRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementStepView
 
beforeRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementTabView
Need to detach both the tab and the tab panel of the child component.
beforeRemoveChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementTreeView
Remove the associated tree node when a tree pane is removed.
bind() - Method in class org.carewebframework.shell.layout.UIElementBase
Override to bind wrapped components to the UI.
bind() - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
bind() - Method in class org.carewebframework.shell.layout.UIElementStepPane
Add the ZK components of the child pane to their respective parent components in the view.
bind() - Method in class org.carewebframework.shell.layout.UIElementTabMenu
 
bind() - Method in class org.carewebframework.shell.layout.UIElementTabMenuPane
 
bind() - Method in class org.carewebframework.shell.layout.UIElementTabPane
 
bind() - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
bind() - Method in class org.carewebframework.shell.layout.UIElementZKBase
 
BOOLEAN - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Boolean data type.
bringToFront() - Method in class org.carewebframework.shell.layout.UIElementBase
Brings this element to the front of the user interface.
bringToFront() - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
bringToFront() - Method in class org.carewebframework.shell.layout.UIElementStepPane
Brings this UI element to the front of the UI by making it the active pane.
bringToFront() - Method in class org.carewebframework.shell.layout.UIElementTabMenuPane
 
bringToFront() - Method in class org.carewebframework.shell.layout.UIElementTabPane
Make this tab pane active.
bringToFront() - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
bringToFront() - Method in class org.carewebframework.shell.plugins.PluginContainer
Calls the hosting UI element to bring the plugin to the front of the UI.
buildUI(UILayout) - Method in class org.carewebframework.shell.CareWebShell
Build the UI based on the specified layout.

C

canAcceptChild(Class<? extends UIElementBase>, Class<? extends UIElementBase>) - Static method in class org.carewebframework.shell.layout.UIElementBase
Returns true if childClass can be a child of the parentClass.
canAcceptChild() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if this element may accept a child.
canAcceptChild(Class<? extends UIElementBase>) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if this element may accept a child of the specified class.
canAcceptChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if this element may accept the specified child.
canAcceptChild(Class<? extends UIElementBase>) - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
canAcceptChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
canAcceptParent(Class<? extends UIElementBase>, Class<? extends UIElementBase>) - Static method in class org.carewebframework.shell.layout.UIElementBase
Returns true if parentClass can be a parent of childClass.
canAcceptParent() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if this element may accept a parent.
canAcceptParent(Class<? extends UIElementBase>) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if this element may accept a parent of the specified class.
canAcceptParent(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if this element may accept the specified element as a parent.
canDemote(Treeitem) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Override to enable promotion of items
canPromote(Treeitem) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Override to enable promotion of items
CAP_DESKTOP_CLEAR - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_CLONE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_IMPORT - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_LOAD - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_MANAGE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_OVERWRITE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_RENAME - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_SAVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CareWebShell - Class in org.carewebframework.shell
Implements a generic UI shell that can be dynamically extended with plug-ins.
CareWebShell() - Constructor for class org.carewebframework.shell.CareWebShell
Create the shell instance.
CareWebShellEx - Class in org.carewebframework.shell
This class is provided primarily for backward compatibility with the old fixed layout of tab views containing tree views.
CareWebShellEx() - Constructor for class org.carewebframework.shell.CareWebShellEx
 
CareWebShellEx.PathResolver - Class in org.carewebframework.shell
Locates the plugin's parent UI element given a tab pane and a path.
CareWebShellEx.PathResolver(Class<? extends UIElementBase>, Class<? extends UIElementBase>) - Constructor for class org.carewebframework.shell.CareWebShellEx.PathResolver
Creates a path resolver.
CareWebStartup - Class in org.carewebframework.shell
This class maintains a list of startup routines (those that implement the ICareWebStartup interface) and executes those routines upon startup of the CareWeb framework.
CareWebStartup() - Constructor for class org.carewebframework.shell.CareWebStartup
 
CareWebUtil - Class in org.carewebframework.shell
Static utility methods.
checkDisabled() - Method in class org.carewebframework.shell.plugins.PluginStatus
Override to provide logic to determine when the plugin should be disabled.
clear() - Method in class org.carewebframework.shell.designer.Clipboard
 
clear() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Resets the desktop by removing all children and help menu items.
clear() - Method in class org.carewebframework.shell.layout.UILayout
Clears the current document.
clearHelpMenu() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Remove all non-fixed items from help menu.
clearMessages() - Method in class org.carewebframework.shell.CareWebShell
Clears all slide-down messages;
clearMessages(String) - Method in class org.carewebframework.shell.CareWebShell
Clears all slide-down messages with specified tag;
Clipboard - Class in org.carewebframework.shell.designer
Emulates a clipboard on the server.
ClipboardViewer - Class in org.carewebframework.shell.designer
Allows viewing and editing of clipboard contents.
ClipboardViewer() - Constructor for class org.carewebframework.shell.designer.ClipboardViewer
 
cloneLayout(LayoutIdentifier, LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Clone a layout.
cloneLayout(LayoutIdentifier, LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Clone a layout.
cloneLayout(LayoutIdentifier, LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Clone a layout.
close() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Avoid exception if menu not attached to a desktop.
close() - Static method in class org.carewebframework.shell.designer.LayoutDesigner
Close the dialog if it is open.
combobox - Variable in class org.carewebframework.shell.designer.PropertyEditorList
 
commit() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Commit the changed value.
commit() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Commits changes to all proxies.
commit() - Method in class org.carewebframework.shell.layout.UIElementProxy
 
commitChanges(boolean) - Method in class org.carewebframework.shell.designer.PropertyGrid
Commit or revert all pending changes to the target object.
component - Variable in class org.carewebframework.shell.designer.PropertyEditorBase
 
Constants - Class in org.carewebframework.shell
Package-wide constants.
copy(Object) - Method in class org.carewebframework.shell.designer.Clipboard
 
create() - Static method in class org.carewebframework.shell.designer.DesignContextMenu
Creates an instance of the design context menu.
create(UIElementDesktop) - Static method in class org.carewebframework.shell.designer.DesignMenu
Creates the design menu with the specified desktop as owner.
create(UIElementBase, Component) - Static method in class org.carewebframework.shell.designer.PropertyGrid
Creates a property grid for the given target UI element.
create(UIElementBase, Component, boolean) - Static method in class org.carewebframework.shell.designer.PropertyGrid
Creates a property grid for the given target UI element.
createElement(UIElementBase, IPropertyProvider) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Creates an instance of the element based on its definition.
createFromTemplate() - Method in class org.carewebframework.shell.layout.UIElementZKBase
Create wrapped component(s) from a template (a zul page).
createFromTemplate(String) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Create wrapped component(s) from specified template (a zul page).
createFromTemplate(String, Component, Object) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Create wrapped component(s) from specified template (a zul page).

D

DATE - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Date data type.
defaultIsShared() - Static method in class org.carewebframework.shell.designer.LayoutManager
Returns true if the default layout scope is shared.
defaultIsShared(boolean) - Static method in class org.carewebframework.shell.designer.LayoutManager
Sets the default layout scope.
deleteLayout(LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Delete a layout.
deleteLayout(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Delete a layout.
deleteLayout(LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Delete a layout.
deserialize(UIElementBase) - Method in class org.carewebframework.shell.layout.UILayout
Deserializes the layout, under the specified parent, starting from the layout origin.
deserialize(String) - Method in class org.carewebframework.shell.property.PropertySerializer
Deserialize a string to an object instance.
deserialize(String) - Method in class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
deserialize(String) - Method in class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
DESIGN_FAVORITES_PROPERTY - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_HINT_ACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_HINT_INACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_ICON_ACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_ICON_INACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_MODE_PRIVS - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DesignConstants - Class in org.carewebframework.shell.designer
 
DesignContextMenu - Class in org.carewebframework.shell.designer
Context menu for designer.
DesignContextMenu() - Constructor for class org.carewebframework.shell.designer.DesignContextMenu
 
DesignMenu - Class in org.carewebframework.shell.designer
This is the design menu that appears in the desktop's menu bar.
DesignMenu() - Constructor for class org.carewebframework.shell.designer.DesignMenu
 
destroy() - Method in class org.carewebframework.shell.layout.UIElementBase
Override to implement special cleanup when an object is destroyed.
destroy() - Method in class org.carewebframework.shell.layout.UIElementPlugin
Passes the destroy event to the container.
destroy() - Method in class org.carewebframework.shell.plugins.PluginContainer
Release contained resources.
disableActions(boolean) - Method in class org.carewebframework.shell.plugins.PluginContainer
Enables/disables registered actions elements.
doAfterCompose(Component) - Method in class org.carewebframework.shell.AboutDialog
 
doAfterCompose(Component) - Method in class org.carewebframework.shell.plugins.PluginController
Wire controller from toolbar components first, then from container.
doAfterLoad() - Method in class org.carewebframework.shell.plugins.PluginContainer
Actions to perform after the container is loaded.
doBeforeComposeChildren(Component) - Method in class org.carewebframework.shell.AboutDialog
 
doClose() - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
Invoked when the associated bandbox is closed;
doClose() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
 
doOpen() - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
Invoked when the associated bandbox is opened.
doParse(Element, BeanDefinitionBuilder) - Method in class org.carewebframework.shell.help.HelpXmlParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.carewebframework.shell.plugins.PluginXmlParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.carewebframework.shell.plugins.PluginXmlParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.carewebframework.shell.themes.ThemeXmlParser
 
DOUBLE - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Double data type.

E

editProperties() - Method in class org.carewebframework.shell.layout.UIElementBase
Displays a property editor for the component.
editProperties() - Method in class org.carewebframework.shell.layout.UIElementZKBase
Invokes the property grid with this element as its target.
ERR_LAYOUT_IMPORT - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
EVENT_ELEMENT_ACTIVATE - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
EVENT_ELEMENT_INACTIVATE - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
EVENT_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PROPGROUP_ADD - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PROPGROUP_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PROPGROUP_REMOVE - Static variable in class org.carewebframework.shell.Constants
 
eventCallback(String, Object) - Method in class org.carewebframework.shell.plugins.PluginWakeOnMessage
When one of the subscribed events is published, force the container to load.
execute(UIElementBase) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified UI element.
execute(Class<?>) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified class.
execute(PluginDefinition) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified plugin definition.
execute(Manifest) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified manifest.
execute() - Method in class org.carewebframework.shell.CareWebStartup
Execute registered startup routines.
execute(Clipboard) - Static method in class org.carewebframework.shell.designer.ClipboardViewer
Show viewer.
execute(UIElementBase) - Static method in class org.carewebframework.shell.designer.LayoutDesigner
Display the Layout Manager dialog
execute(boolean, String) - Static method in class org.carewebframework.shell.designer.LayoutManager
Invokes the layout manager dialog.
execute() - Method in interface org.carewebframework.shell.ICareWebStartup
Execute the startup routine.

F

findChildElement(Class<T>) - Method in class org.carewebframework.shell.layout.UIElementBase
Recurses the component subtree for a child belonging to the specified class.
findEditor(String) - Method in class org.carewebframework.shell.designer.PropertyGrid
Returns the editor associated with the named property, or null if none found.
findGetter(String, Object, Class<?>) - Static method in class org.carewebframework.shell.property.PropertyUtil
Returns the requested getter method from an object instance.
findSetter(String, Object, Class<?>) - Static method in class org.carewebframework.shell.property.PropertyUtil
Returns the requested setter method from an object instance.
findTag(String, Element) - Method in class org.carewebframework.shell.BaseXmlParser
Find the child element whose tag matches the specified tag name.
fromClipboard(String) - Method in interface org.carewebframework.shell.designer.IClipboardAware
Converts from clipboard string format to instance of original class.
fromClipboard(String) - Method in class org.carewebframework.shell.layout.UILayout
Converts from clipboard format.
fromXml(String, String) - Method in class org.carewebframework.shell.BaseXmlParser
Parses an xml extension from an xml string.
fromXml(String) - Static method in class org.carewebframework.shell.help.HelpXmlParser
Parses a help definition from an xml string.
fromXml(String) - Static method in class org.carewebframework.shell.plugins.PluginXmlParser
Parses a plugin definition from an xml string.
fromXml(String) - Static method in class org.carewebframework.shell.themes.ThemeXmlParser
Parses a theme definition from an xml string.
fullSize(HtmlBasedComponent) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Set width and height of a component to 100%.

G

get(Class<?>) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
get(String) - Method in class org.carewebframework.shell.property.PropertyTypeRegistry
 
getAction() - Method in class org.carewebframework.shell.layout.UIElementActionBase
 
getAction() - Method in class org.carewebframework.shell.plugins.PluginEvent
Returns the action performed.
getAction() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the action that will be invoked when the button is clicked.
getAction() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the action that will be invoked when the associated menu item is clicked.
getAction() - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Returns the action that will be invoked when the menu item is clicked.
getActivatedPlugin(String) - Method in class org.carewebframework.shell.CareWebShell
Locates an activated plugin with the specified id.
getActivatedPlugins() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of all active plugins.
getActivatedPlugins(Collection<PluginContainer>) - Method in class org.carewebframework.shell.CareWebShell
Populates a list of all activated plugins.
getActivePane() - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns the currently active pane, or null if no pane is active.
getActivePaneIndex() - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns the index of the active pane, or -1 if no pane is active.
getAncestor(Class<T>) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the first ancestor corresponding to the specified class.
getAppId() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the application id of this instance.
getApplicationName() - Static method in class org.carewebframework.shell.CareWebShell
Returns the application name for this instance of the CareWeb shell.
getAssociatedBean(String) - Method in class org.carewebframework.shell.plugins.PluginContainer
Returns a bean that has been associated (via registerBean) with this plugin.
getAssociatedUIElement(Component) - Static method in class org.carewebframework.shell.layout.UIElementZKBase
Returns the UI element that registered the ZK component.
getAuthorities() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of authorities required for access to this plugin.
getBean() - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Gets the id of the referenced bean.
getBeanClass(Element) - Method in class org.carewebframework.shell.help.HelpXmlParser
 
getBeanClass(Element) - Method in class org.carewebframework.shell.plugins.PluginXmlParser
 
getBeanClass(Element) - Method in class org.carewebframework.shell.themes.ThemeXmlParser
 
getCaption() - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
getCaption() - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns the caption of the panel.
getCaption() - Method in class org.carewebframework.shell.layout.UIElementTreeView
Returns the caption of the selector pane.
getCaption() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the value of the button's caption text.
getCategory() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the category under which this plugin is to be classified.
getChild(int) - Method in class org.carewebframework.shell.layout.UIElementBase
Gets the UI element child at the specified index.
getChild(Class<T>, UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Locates and returns a child that is an instance of the specified class.
getChildCount() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the number of children.
getChildren() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns an iterable of this component's children.
getClazz() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the UI element class associated with this definition.
getClientInformation() - Method in class org.carewebframework.shell.CareWebShell
Return information about the browser client.
getColor() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the color (as an HTML-formatted RGB string) for this element.
getColor() - Method in class org.carewebframework.shell.plugins.PluginContainer
Returns the color (as an HTML-formatted RGB string) for this element.
getComponent() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns the component used to edit the property.
getConfig() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getConfigValue(String) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value.
getConfigValueArray(String) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a list of array elements delimited by commas.
getConfigValueArray(String, String) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a list of array elements.
getConfigValueBoolean(String, Boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a Boolean value.
getConfigValueDouble(String, Double) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a double floating point number.
getConfigValueInt(String, Integer) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be an integer.
getContainer() - Method in class org.carewebframework.shell.layout.UIElementPlugin
Returns the container wrapped by this UI element.
getContainer(Component) - Static method in class org.carewebframework.shell.plugins.PluginContainer
Returns the plugin container for the given component.
getContainer() - Method in class org.carewebframework.shell.plugins.PluginController
 
getContainer() - Method in class org.carewebframework.shell.plugins.PluginEvent
Returns the container upon which the action is performed.
getCopyright() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns any copyright information for this plugin.
getCreator() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the name of the creator of this plugin.
getCustom() - Method in class org.carewebframework.shell.AboutDialog
Returns the label for the custom button.
getData() - Method in class org.carewebframework.shell.designer.Clipboard
 
getDefault() - Method in class org.carewebframework.shell.property.PropertyInfo
Returns the default value for this property.
getDefinition(UIElementBase) - Static method in class org.carewebframework.shell.designer.AddComponent
Display the add component dialog, presenting a list of candidate plugins that may serve as children to the specified parent element.
getDefinition() - Method in class org.carewebframework.shell.layout.UIElementBase
Return the definition used to create this instance.
getDefinition(String) - Static method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the plugin definition associated with the specified xml tag (same as plugin id).
getDefinition(Class<? extends UIElementBase>) - Static method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the plugin definition associated with the specified class.
getDescription() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the description of this plugin.
getDescription() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getDisplayName() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the display name of this element.
getDisplayName() - Method in class org.carewebframework.shell.layout.UIElementLayout
 
getEditorClass() - Method in class org.carewebframework.shell.property.PropertyType
Returns the class of the associated property editor.
getEnableDesignModeMask() - Method in class org.carewebframework.shell.layout.UIElementZKBase
Returns true if the design mode mask is to be used.
getEventManager() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns instance of the event manager.
getExecution() - Method in exception org.carewebframework.shell.plugins.PluginExecutionException
Returns the ZK Execution (i.e.
getFirstChild() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the first child, or null if there are no children.
getFirstVisibleChild() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the first visible child.
getGetter() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getGroup() - Method in class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
Returns the name of the associated property group.
getHelpViewerMode() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the help viewer display mode for this desktop.
getHint() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the tool tip text.
getIcon() - Method in class org.carewebframework.shell.AboutDialog
Returns the url of the icon to display in the header.
getIcon() - Method in class org.carewebframework.shell.layout.UIElementButton
Returns the URL of the icon to be display on the button.
getIcon() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the url for the title bar icon.
getIcon() - Method in class org.carewebframework.shell.layout.UIElementStepPane
Returns the button image url.
getIcon() - Method in class org.carewebframework.shell.layout.UIElementTabPane
Returns the tab icon.
getIcon() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the url of the icon associated with the plugin.
getIcon() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the url of an image to display on the button.
getId() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the unique id of the plugin definition.
getId() - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Returns the unique id associated with the action.
getId() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the id to be assigned to the newly created component.
getId() - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Returns the id to be assigned to the newly created component.
getId() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getIndex() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns this element's index in its parent's list of children.
getInnerComponent() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the innermost wrapped UI component.
getInnerComponent() - Method in class org.carewebframework.shell.layout.UIElementZKBase
Returns the innermost wrapped ZK component.
getInstance() - Static method in class org.carewebframework.shell.designer.Clipboard
 
getInstance() - Static method in class org.carewebframework.shell.designer.DesignContextMenu
Returns an instance of the design context menu.
getInstance() - Static method in class org.carewebframework.shell.plugins.PluginRegistry
 
getInstance() - Static method in class org.carewebframework.shell.property.PropertyTypeRegistry
Returns the singleton instance of the property type registry.
getInstanceName() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the instance name of this element.
getInstanceName() - Method in class org.carewebframework.shell.layout.UIElementButton
 
getInstanceName() - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
The caption label is the instance name.
getInstanceName() - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
getInstanceName() - Method in class org.carewebframework.shell.layout.UIElementStepPane
Returns the instance name to use in the designer.
getInstanceName() - Method in class org.carewebframework.shell.layout.UIElementTabPane
The caption label is the instance name.
getInstanceName() - Method in class org.carewebframework.shell.layout.UIElementTreePane
The caption label is the instance name.
getIterator() - Method in class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
getKey(PluginDefinition) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
getKey(PropertyType) - Method in class org.carewebframework.shell.property.PropertyTypeRegistry
 
getLabel() - Method in class org.carewebframework.shell.layout.UIElementButton
Returns the button's label text.
getLabel() - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
getLabel() - Method in class org.carewebframework.shell.layout.UIElementStepPane
Returns the button label.
getLabel() - Method in class org.carewebframework.shell.layout.UIElementTabPane
Returns the caption label.
getLabel() - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
getLabel() - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Returns the label of the action.
getLastChild() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the last child, or null if there are no children.
getLastVisibleChild() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the last visible child.
getLayout() - Method in class org.carewebframework.shell.CareWebShell
Returns the name of the layout to be loaded.
getLayout() - Method in class org.carewebframework.shell.layout.UIElementLayout
 
getLayoutContent(LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns the layout content.
getLayoutContent(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Returns the layout content.
getLayoutContent(LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Returns the layout content.
getLayoutContentByAppId(String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns content of the layout associated with the specified application id.
getLayoutContentByAppId(String) - Method in class org.carewebframework.shell.layout.LayoutService
Load the layout associated with the specified application id.
getLayoutContentByAppId(String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Load the layout associated with the specified application id.
getLayoutName() - Method in class org.carewebframework.shell.layout.UIElementLayout
 
getLayouts(boolean) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns a list of saved layouts.
getLayouts(boolean) - Method in class org.carewebframework.shell.layout.LayoutService
Returns a list of saved layouts.
getLayouts(boolean) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Returns a list of saved layouts.
getLayoutService() - Static method in class org.carewebframework.shell.layout.LayoutUtil
 
getLinked() - Method in class org.carewebframework.shell.layout.UIElementLayout
Returns the linked state.
getLoadedPlugin(String) - Method in class org.carewebframework.shell.CareWebShell
Locates a loaded plugin with the specified id.
getLoadedPlugin(String, boolean) - Method in class org.carewebframework.shell.CareWebShell
Locates a loaded plugin with the specified id.
getLoadedPluginDefinitions() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of all plugin definitions that are currently in use (i.e., have associated plugins loaded) in the environment.
getLoadedPlugins() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of all plugins currently loaded into the UI.
getMenu() - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
getMenubar() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the desktop's menu bar.
getMenubar() - Method in class org.carewebframework.shell.layout.UIElementMenuBase
Returns a reference to the menu bar.
getModule() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the id of the associated help module.
getName() - Method in class org.carewebframework.shell.layout.UILayout
Returns the name of the currently loaded layout, or null if none loaded.
getName() - Method in class org.carewebframework.shell.plugins.PluginDefinition.Authority
 
getName() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the display name of the plugin definition.
getName() - Method in class org.carewebframework.shell.plugins.PluginResourceCommand
Returns the name of the command.
getName() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getNextSibling(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns this element's next sibling.
getNodeName(Node) - Method in class org.carewebframework.shell.BaseXmlParser
Returns the node name.
getNoHome() - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns true if home pane is suppressed.
getNoNavigation() - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns true if navigation controls are suppressed.
getObjectName() - Method in class org.carewebframework.shell.layout.UILayout
Returns the object name (i.e., the element tag) of the currently selected node.
getOrientation() - Method in class org.carewebframework.shell.layout.UIElementSplitterView
 
getOrientation() - Method in class org.carewebframework.shell.layout.UIElementTabView
Returns the orientation (horizontal, vertical or accordion).
getOuterComponent() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the outermost wrapped UI component.
getOuterComponent() - Method in class org.carewebframework.shell.layout.UIElementZKBase
Returns the outermost wrapped ZK component.
getParent() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the parent of this element.
getParent() - Method in class org.carewebframework.shell.layout.UIElementZKBase
 
getPath() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the path that determines where the associated menu item will appear under the help submenu.
getPath() - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Returns the path that determines where the associated menu item will appear under the common menu.
getPathResolver() - Method in class org.carewebframework.shell.CareWebShellEx
Returns the path resolver implementation.
getPluginDefinition() - Method in class org.carewebframework.shell.plugins.PluginContainer
Return the definition associated with this plugin.
getPropEditClass() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the class of the property editor associated with this UI element.
getProperties() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of properties associated with this plugin.
getPropertiesModified() - Method in class org.carewebframework.shell.designer.PropertyGrid
 
getProperty(String) - Method in class org.carewebframework.shell.layout.UILayout
 
getProperty(String) - Method in interface org.carewebframework.shell.property.IPropertyProvider
Returns a property value as a string.
getPropertyGroups() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of property groups bound to loaded plugins.
getPropertyType() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getPropertyValue(PropertyInfo) - Method in class org.carewebframework.shell.layout.UIElementPlugin
Delegates retrieval of property values to the container.
getPropertyValue(PropertyInfo) - Method in class org.carewebframework.shell.layout.UIElementProxy
Override to get property value from proxy's property cache.
getPropertyValue(String) - Method in class org.carewebframework.shell.layout.UIElementProxy
 
getPropertyValue(PropertyInfo) - Method in class org.carewebframework.shell.plugins.PluginContainer
Returns the value for a registered property.
getPropertyValue(PropertyInfo) - Method in interface org.carewebframework.shell.property.IPropertyAccessor
Returns the value of the specified property.
getPropertyValue(Object) - Method in class org.carewebframework.shell.property.PropertyInfo
Returns the property value for a specified object instance.
getPropInfo() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns the PropertyInfo object associated with this editor.
getRejectReason() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the reject reason.
getReleased() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns release information (typically a date) about the plugin.
getResourcePath(ParserContext) - Method in class org.carewebframework.shell.BaseXmlParser
Return the path of the resource being parsed.
getResources() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of associated plugin resources.
getResources(Class<E>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of plugin resources belonging to the specified resource class.
getRoot(UIElementTabPane) - Method in class org.carewebframework.shell.CareWebShellEx.PathResolver
Returns the root for the specified tab pane.
getRoot() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the UI element at the root of the component tree.
getRootClass() - Method in class org.carewebframework.shell.layout.UILayout
Returns the class of the element at the root of the layout.
getScript() - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Returns the script of the action.
getSelectionStyle() - Method in class org.carewebframework.shell.layout.UIElementTreeView
Returns the button style to use for selected nodes.
getSerializableChildren() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns an iterable of this component's serializable children.
getSerializableChildren() - Method in class org.carewebframework.shell.layout.UIElementLayout
A linked layout has no serializable children.
getSerializer() - Method in class org.carewebframework.shell.property.PropertyType
Returns the property serializer for this property type.
getSetter() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getShared() - Method in class org.carewebframework.shell.layout.UIElementLayout
 
getShell() - Static method in class org.carewebframework.shell.CareWebUtil
Returns the active instance of the CareWeb shell.
getShell() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the shell that contains this desktop.
getShell() - Method in class org.carewebframework.shell.plugins.PluginContainer
Returns the shell instance that hosts this container.
getSize() - Method in class org.carewebframework.shell.layout.UIElementButton
 
getSize() - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
getSource() - Method in class org.carewebframework.shell.AboutDialog
Returns the item source to display in the header.
getSource() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the source of the plugin.
getStyle() - Method in class org.carewebframework.shell.layout.UIElementButton
 
getStyle() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the panel style to use for the desktop.
getStyle() - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns the panel style to use for the desktop.
getTagChildren(String, Element) - Method in class org.carewebframework.shell.BaseXmlParser
Returns the children under the specified tag.
getTarget() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns the target UI element associated with this editor.
getTarget() - Method in class org.carewebframework.shell.designer.PropertyGrid
Returns the target UI element.
getTarget() - Method in class org.carewebframework.shell.layout.UIElementProxy
 
getTargetDefinition() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Returns the plugin definition for the proxied object.
getTemplateUrl() - Method in class org.carewebframework.shell.layout.UIElementStepView
Url for zul template.
getTemplateUrl() - Method in class org.carewebframework.shell.layout.UIElementZKBase
Returns the URL of the default template to use in createFromTemplate.
getTitle() - Method in class org.carewebframework.shell.AboutDialog
Returns the subtitle text.
getTitle() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the title text.
getToolbar() - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns the desktop's tool bar.
getToolbar() - Method in class org.carewebframework.shell.layout.UIElementToolbar
 
getTooltip() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the text to appear when the mouse cursor hovers over the button.
getTopic() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the topic id associated with this help resource.
getType() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getTypeName() - Method in class org.carewebframework.shell.property.PropertyType
Returns the name of this property type.
getUIDesktop() - Method in class org.carewebframework.shell.CareWebShell
Returns a reference to the current UI desktop.
getUIElement() - Method in class org.carewebframework.shell.designer.LayoutChangedEvent
Returns the UI element that changed.
getUILayout() - Method in class org.carewebframework.shell.CareWebShell
Returns a reference to the current UI layout.
getUrl() - Method in class org.carewebframework.shell.layout.UIElementFrame
Returns the URL of the content.
getUrl() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the URL of the principal zul page for the plugin.
getUrl() - Method in class org.carewebframework.shell.plugins.PluginResourceCSS
Returns the url of the associated style sheet.
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Logic to return the value from the editor component.
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorColor
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorDate
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorDouble
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorIcon
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorInteger
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorList
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
getVersion() - Method in class org.carewebframework.shell.layout.UILayout
Returns the version of the layout.
getVersion() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns version information about the plugin.

H

hasAncestor(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if specified element is an ancestor of this element.
hasAppId(String) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Returns true if the application id specified matches the desktop's application id.
hasChanged() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns true if the property value has been changed since the last commit.
hasChanged() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Returns true if changes have been made since the last commit.
hasChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if the specified element is a child of this element.
hasEditableProperties() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if this definition contains any editable properties.
hasPendingChanges() - Method in class org.carewebframework.shell.designer.PropertyGrid
Returns true if there are uncommitted edits.
hasProperty(String) - Method in class org.carewebframework.shell.layout.UILayout
Returns true if the specified attribute exists in the current node.
hasProperty(String) - Method in interface org.carewebframework.shell.property.IPropertyProvider
Returns true if the property exists.
hasProperty(String) - Method in class org.carewebframework.shell.property.PropertyBag
Returns true if the property exists.
hasVisibleElements(Component) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Returns true if any associated UI elements in the component subtree are visible.
HelpXmlHandler - Class in org.carewebframework.shell.help
This class registers the xml parser for the help namespace.
HelpXmlHandler() - Constructor for class org.carewebframework.shell.help.HelpXmlHandler
 
HelpXmlParser - Class in org.carewebframework.shell.help
Spring xml configuration file parser extension.
HelpXmlParser() - Constructor for class org.carewebframework.shell.help.HelpXmlParser
 

I

ICareWebStartup - Interface in org.carewebframework.shell
Code to be executed following startup of CareWeb instance must implement this interface.
IClipboardAware<T> - Interface in org.carewebframework.shell.designer
Provides methods for interacting with the clipboard.
ICON_PATH - Static variable in class org.carewebframework.shell.Constants
 
ILayoutService - Interface in org.carewebframework.shell.layout
Interface for implementing layout management.
inactivate() - Method in class org.carewebframework.shell.plugins.PluginContainer
Inactivate the plugin.
indexOfChild(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the index of the specified child.
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorAction
Initialize the list from the action registry.
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Initializes the property editor.
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorChoiceList
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorColor
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
For custom property editors, if a property getter is specified, the value returned by the getter is the real target.
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Initializes the property editor by constructing the tree view based on the child elements of the target element.
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorDate
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorDouble
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorEnum
Initialize the list, based on the configuration data which can specify an enumeration class, an iterable class, or the id of an iterable bean.
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorIcon
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorInteger
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorList
 
init(UIElementBase, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
init() - Method in class org.carewebframework.shell.help.HelpXmlHandler
 
init() - Method in class org.carewebframework.shell.plugins.PluginXmlHandler
 
init() - Method in class org.carewebframework.shell.themes.ThemeXmlHandler
 
initProxy(PropertyEditorCustomTree<T>.Proxy) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Subclasses may override to provide any special proxy initialization.
INTEGER - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Integer data type.
IPluginEvent - Interface in org.carewebframework.shell.plugins
CareWeb plugins may implement this interface to respond to container-based events.
IPluginEventListener - Interface in org.carewebframework.shell.plugins
CareWeb plugins may implement this interface to respond to container-based events.
IPluginResource - Interface in org.carewebframework.shell.plugins
Base interface for all plugin-associated resources.
IPropertyAccessor - Interface in org.carewebframework.shell.property
Interface for read/write access to a property as defined by a PropInfo instance.
IPropertyProvider - Interface in org.carewebframework.shell.property
Generic interface for reading property values from an arbitrary source.
isActivated() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the activation status of the element.
isActive() - Method in class org.carewebframework.shell.plugins.PluginController
 
isAutoStart() - Method in class org.carewebframework.shell.CareWebShell
Returns the auto-start setting.
isContainer() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if this UI element can contain other UI elements.
isDeleted() - Method in class org.carewebframework.shell.layout.UIElementProxy
 
isDesignMode() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns design mode status.
isDisabled() - Method in class org.carewebframework.shell.layout.UIElementPlugin
 
isDisabled() - Method in class org.carewebframework.shell.plugins.PluginContainer
Returns the disable status of the container.
isDisabled() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if the plugin has been disabled.
isDisabled() - Method in class org.carewebframework.shell.plugins.PluginStatus
Return disabled status.
isEditable() - Method in class org.carewebframework.shell.property.PropertyInfo
Returns whether the property's value is editable.
isEmpty() - Method in class org.carewebframework.shell.designer.Clipboard
 
isEmpty() - Method in class org.carewebframework.shell.layout.UILayout
Returns true if the layout has no content.
isEnabled() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the enabled state of the UI element.
isForbidden() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if access to the plugin is restricted.
isHorizontal() - Method in class org.carewebframework.shell.layout.UIElementSplitterView
 
isInternal() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if this definition represents an internal UI element (i.e., one that has been pre-created by some other means).
isLazyLoad() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the lazyLoad flag.
isLocked() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns true if the element is locked.
isOpen() - Method in class org.carewebframework.shell.layout.UIElementTreeView
Returns true if the selector pane is open.
isRelative() - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
isRequired() - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Returns whether or not the reference bean is required.
isRequiresAll() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the requiresAll flag.
isSerializable() - Method in class org.carewebframework.shell.property.PropertyInfo
Returns whether the property is serializable.
isVisible() - Method in class org.carewebframework.shell.layout.UIElementBase
Returns the visible state of the UI element.
iterator() - Method in class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
iterator() - Method in class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 

L

LAYOUT_ROOT - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
LAYOUT_VERSION - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
LayoutChangedEvent - Class in org.carewebframework.shell.designer
Event signaling that a change to the layout has occurred.
LayoutChangedEvent(Component, UIElementBase) - Constructor for class org.carewebframework.shell.designer.LayoutChangedEvent
 
LayoutConstants - Class in org.carewebframework.shell.layout
Package-wide constants.
LayoutDesigner - Class in org.carewebframework.shell.designer
Dialog for managing the current layout.
LayoutDesigner() - Constructor for class org.carewebframework.shell.designer.LayoutDesigner
 
layoutExists(LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns true if the specified layout exists.
layoutExists(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Returns true if the specified layout exists.
layoutExists(LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Returns true if the specified layout exists.
LayoutIdentifier - Class in org.carewebframework.shell.layout
Unique identifier for a layout.
LayoutIdentifier(String, boolean) - Constructor for class org.carewebframework.shell.layout.LayoutIdentifier
 
LayoutManager - Class in org.carewebframework.shell.designer
Supports selection and management of existing layouts.
LayoutManager() - Constructor for class org.carewebframework.shell.designer.LayoutManager
 
LayoutPrompt - Class in org.carewebframework.shell.designer
Supports selection and management of existing layouts.
LayoutPrompt() - Constructor for class org.carewebframework.shell.designer.LayoutPrompt
 
LayoutService - Class in org.carewebframework.shell.layout
Default layout service implementation using property service for persistence.
LayoutService(IPropertyService) - Constructor for class org.carewebframework.shell.layout.LayoutService
 
LayoutUtil - Class in org.carewebframework.shell.layout
Static utility class for accessing layout services.
LBL_CONFIRM_CLOSE - Variable in class org.carewebframework.shell.CareWebShell
 
LBL_LOGOUT_CANCEL - Variable in class org.carewebframework.shell.CareWebShell
 
LBL_LOGOUT_CONFIRMATION - Variable in class org.carewebframework.shell.CareWebShell
 
LBL_LOGOUT_CONFIRMATION_CAPTION - Variable in class org.carewebframework.shell.CareWebShell
 
LBL_NO_LAYOUT - Variable in class org.carewebframework.shell.CareWebShell
 
load() - Method in class org.carewebframework.shell.plugins.PluginContainer
Initializes a plugin, if not already done.
loadByAppId(String) - Method in class org.carewebframework.shell.layout.UILayout
Load the layout associated with the specified application id.
loadFromProperty(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.UILayout
Load the layout from a stored property.
loadFromResource(String) - Method in class org.carewebframework.shell.layout.UILayout
Loads a layout from the specified resource.
loadFromText(String) - Method in class org.carewebframework.shell.layout.UILayout
Load the layout from a string.
loadFromUrl(String) - Method in class org.carewebframework.shell.layout.UILayout
Load the layout from a file.
loadLayoutByAppId(String) - Method in class org.carewebframework.shell.CareWebShell
Loads the layout associated with the given application id.
loadLayoutByAppId() - Method in class org.carewebframework.shell.CareWebShell
Loads a layout based on the appId query parameter setting.
loadLayoutFromResource(String) - Method in class org.carewebframework.shell.CareWebShell
Loads a layout from the specified resource.
lock() - Method in class org.carewebframework.shell.CareWebShell
Lock the desktop.
log - Static variable in class org.carewebframework.shell.CareWebShell
 
log - Static variable in class org.carewebframework.shell.layout.UIElementBase
 
logout() - Method in class org.carewebframework.shell.CareWebShell
Logout user after confirmation prompt.
LONG - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Long data type.

M

maxChildren - Variable in class org.carewebframework.shell.layout.UIElementBase
 
moveChild(Component, int) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Moves a child to the position specified by an index.
moveDown() - Method in class org.carewebframework.shell.layout.UILayout
Move current node down one level.
moveNext() - Method in class org.carewebframework.shell.layout.UILayout
Moves to next sibling node.
moveTop() - Method in class org.carewebframework.shell.layout.UILayout
Move to the top element in the document.
moveUp() - Method in class org.carewebframework.shell.layout.UILayout
Move up one level.
MSG_DESKTOP_CLEAR - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_BADNAME - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_CLONE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_DELETE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_DUP - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_IMPORT - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_LOAD - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_MANAGE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_OVERWRITE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_RENAME - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_SAVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 

N

name - Variable in class org.carewebframework.shell.layout.LayoutIdentifier
 
newChild(UIElementBase) - Static method in class org.carewebframework.shell.designer.AddComponent
Display the add component dialog, presenting a list of candidate plugins that may serve as children to the specified parent element.
newChild(String) - Method in class org.carewebframework.shell.layout.UILayout
Create a new element node as the child of the current node and make it the current node.
nextVisiblePane(boolean, int) - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns the next visible pane before/after the specified one.
nextVisiblePaneIndex(boolean, int) - Method in class org.carewebframework.shell.layout.UIElementStepView
Returns the index of the next visible pane before/after the specified one.

O

ON_CLIPBOARD_CHANGE - Static variable in class org.carewebframework.shell.designer.Clipboard
 
ON_LAYOUT_CHANGED - Static variable in class org.carewebframework.shell.designer.LayoutChangedEvent
 
onAction(PluginEvent) - Method in class org.carewebframework.shell.plugins.PluginContainer
Notify listeners of plugin events.
onActivate() - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is activated in the UI
onActivate() - Method in class org.carewebframework.shell.plugins.PluginController
 
onAfterEnabled() - Method in class org.carewebframework.shell.designer.DesignMenu
 
onBlur$textbox() - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
onChange(Event) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Catches onChange events from the grid.
onChange(Event) - Method in class org.carewebframework.shell.designer.PropertyGrid
Handles change events from property editors.
onChanging$bandbox(InputEvent) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
onChanging$textbox(InputEvent) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
onChanging$txtData() - Method in class org.carewebframework.shell.designer.ClipboardViewer
Detected data edits.
onChanging$txtLayout() - Method in class org.carewebframework.shell.designer.LayoutPrompt
 
onCheck$radioGroup() - Method in class org.carewebframework.shell.designer.LayoutManager
Refresh when shared/private toggled.
onChildAdded(Component) - Method in class org.carewebframework.shell.layout.UIElementTabMenu.MenupopupEx
 
onChildRemoved(Component) - Method in class org.carewebframework.shell.layout.UIElementTabMenu.MenupopupEx
 
onClick$btnAbout() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Display the About dialog for the selected element.
onClick$btnAdd() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Invokes the add component dialog.
onClick$btnAdd() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Add a new item.
onClick$btnApply() - Method in class org.carewebframework.shell.designer.PropertyGrid
Clicking the apply button commits any pending edits.
onClick$btnCancel() - Method in class org.carewebframework.shell.designer.AddComponent
Close dialog without further action.
onClick$btnCancel() - Method in class org.carewebframework.shell.designer.ClipboardViewer
Clicking cancel button discards changes and closes viewer.
onClick$btnCancel() - Method in class org.carewebframework.shell.designer.PropertyGrid
Clicking the cancel button cancels any pending edits and, if embedded mode is not active, closes the dialog.
onClick$btnClone() - Method in class org.carewebframework.shell.designer.LayoutManager
Clones the selected layout.
onClick$btnCopy() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Performs a copy operation on the selected item.
onClick$btnCustom() - Method in class org.carewebframework.shell.AboutDialog
Display the manifest viewer when detail button is clicked.
onClick$btnCut() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Performs a cut operation on the selected item.
onClick$btnDelete() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Removes the currently selected element and any children.
onClick$btnDelete() - Method in class org.carewebframework.shell.designer.LayoutManager
Deletes the selected layout.
onClick$btnDelete() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Delete the selected item.
onClick$btnDown() - Method in class org.carewebframework.shell.designer.LayoutDesigner
 
onClick$btnDown() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Move the selected tree item down one level.
onClick$btnExport() - Method in class org.carewebframework.shell.designer.LayoutManager
Export a layout
onClick$btnHome() - Method in class org.carewebframework.shell.layout.UIElementStepView
Activate the home pane.
onClick$btnImport() - Method in class org.carewebframework.shell.designer.LayoutManager
Import a layout.
onClick$btnLeft() - Method in class org.carewebframework.shell.designer.LayoutDesigner
 
onClick$btnLeft() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Promote the selected tree item.
onClick$btnLeft() - Method in class org.carewebframework.shell.layout.UIElementStepView
Navigate one pane left.
onClick$btnOK() - Method in class org.carewebframework.shell.designer.AddComponent
Create new element based on selected plugin definition, add it to the parent element and close the dialog.
onClick$btnOK() - Method in class org.carewebframework.shell.designer.ClipboardViewer
Clicking OK button commits changes and closes viewer.
onClick$btnOK() - Method in class org.carewebframework.shell.designer.LayoutManager
Sets the selected layout and closes the dialog.
onClick$btnOK() - Method in class org.carewebframework.shell.designer.LayoutPrompt
 
onClick$btnOK() - Method in class org.carewebframework.shell.designer.PropertyGrid
Clicking the OK button commits any pending edits and closes the dialog.
onClick$btnPaste() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Performs a paste operation, inserted the pasted elements under the current selection.
onClick$btnProperties() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Displays the property grid for the currently selected item.
onClick$btnRefresh() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Refreshes the tree view.
onClick$btnRename() - Method in class org.carewebframework.shell.designer.LayoutManager
Renames the selected layout.
onClick$btnRestore() - Method in class org.carewebframework.shell.designer.ClipboardViewer
Clicking restore button restores original data.
onClick$btnRestore() - Method in class org.carewebframework.shell.designer.PropertyGrid
Clicking the restore button cancels any pending edits.
onClick$btnRight() - Method in class org.carewebframework.shell.designer.LayoutDesigner
 
onClick$btnRight() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Demote the selected tree item.
onClick$btnRight() - Method in class org.carewebframework.shell.layout.UIElementStepView
Navigate one pane right.
onClick$btnSave() - Method in class org.carewebframework.shell.designer.ClipboardViewer
Clicking save button commits changes.
onClick$btnToFront() - Method in class org.carewebframework.shell.designer.LayoutDesigner
 
onClick$btnUp() - Method in class org.carewebframework.shell.designer.LayoutDesigner
 
onClick$btnUp() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Move the selected tree item up one level.
onClick$btnView() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Shows clipboard contents.
onClick$mnuAbout() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Invoke owner's about dialog.
onClick$mnuAdd() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Present Add Component dialog containing valid choices for this owner.
onClick$mnuClearDesktop() - Method in class org.carewebframework.shell.designer.DesignMenu
Clear desktop.
onClick$mnuCopy() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Copies the XML layout with the owner as the root node to the clipboard.
onClick$mnuCut() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Copies the XML layout with the owner as the root node to the clipboard, then deletes the owner.
onClick$mnuDelete() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Remove owner from the layout.
onClick$mnuDesignMode() - Method in class org.carewebframework.shell.designer.DesignMenu
Toggles design mode.
onClick$mnuDesktopProperties() - Method in class org.carewebframework.shell.designer.DesignMenu
Brings up property editor for desktop.
onClick$mnuLayoutDesigner() - Method in class org.carewebframework.shell.designer.DesignMenu
Brings up layout designer for desktop.
onClick$mnuLayoutManager() - Method in class org.carewebframework.shell.designer.DesignMenu
Brings up layout manager.
onClick$mnuLoadLayout() - Method in class org.carewebframework.shell.designer.DesignMenu
Prompts to load layout.
onClick$mnuLogout() - Method in class org.carewebframework.shell.designer.DesignMenu
Performs logout.
onClick$mnuPaste() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Paste the XML layout in the clipboard into the layout with the owner as the parent node.
onClick$mnuProperties() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Invoke owner's property editor.
onClick$mnuSaveLayout() - Method in class org.carewebframework.shell.designer.DesignMenu
Prompts to save a layout.
onClick$mnuShowZul() - Method in class org.carewebframework.shell.designer.DesignMenu
Shows ZK markup for current desktop.
onClick$mnuView() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Display the clipboard viewer.
onClipboardChange() - Method in class org.carewebframework.shell.designer.DesignContextMenu
Called when clipboard contents changes.
onClipboardChange() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Invoked when the clipboard contents changes.
onClose() - Method in class org.carewebframework.shell.designer.AddComponent
Close the dialog, saving any changes to favorites.
onClose() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Remove all listeners upon close.
onClose(Event) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
If the property grid is closed, instead close the bandbox.
onClose() - Method in class org.carewebframework.shell.designer.PropertyGrid
Overrides the onClose method to prevent dialog closure when in embedded mode.
onClose() - Method in class org.carewebframework.shell.layout.UIElementTabPane.TabEx
 
onCommand(CommandEvent) - Method in class org.carewebframework.shell.CareWebShell
Handle help requests.
onCommand(CommandEvent) - Method in class org.carewebframework.shell.plugins.PluginContainer
Forward onCommand events to first level children of the container.
onCtrlKey(Event) - Method in class org.carewebframework.shell.CareWebShell
Capture unhandled shortcut key press events.
onDelayedFocus$bandbox(Event) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
onDoubleClick$tree(Event) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Double-clicking a tree item allows in place editing.
onDrop(Event) - Method in class org.carewebframework.shell.designer.LayoutDesigner
Handles drop events.
onEvent(Event) - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
Capture the bandbox onOpen event and invokes doOpen or doClose depending on the bandbox state.
onInactivate() - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is inactivated in the UI
onInactivate() - Method in class org.carewebframework.shell.plugins.PluginController
 
onLabelChange$tree() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
 
onLayoutChanged() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Refreshes tree when layout has changed.
onLoad(PluginContainer) - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is first loaded
onLoad(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginController
 
onOK$textbox() - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
onOpen(Event) - Method in class org.carewebframework.shell.designer.DesignContextMenu
Sets the context menu's owner based on the UI element that invoked the menu.
onOpen$bandbox() - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
onOpenMenu() - Method in class org.carewebframework.shell.layout.UIElementTabMenu.MenupopupEx
 
onPluginEvent(PluginEvent) - Method in interface org.carewebframework.shell.plugins.IPluginEventListener
 
onPluginEvent(PluginEvent) - Method in class org.carewebframework.shell.plugins.PluginStatus
Subscribe/unsubscribe container.
onPluginEvent(PluginEvent) - Method in class org.carewebframework.shell.plugins.PluginWakeOnMessage
Listen for plugin lifecycle events.
onSelect(Event) - Method in class org.carewebframework.shell.designer.PropertyGrid
Handles the selection of a row in the property grid.
onSelect$lstLayouts() - Method in class org.carewebframework.shell.designer.LayoutManager
Update control states when selection changes.
onSelect$tree() - Method in class org.carewebframework.shell.designer.AddComponent
Update buttons based on current selection.
onSelect$tree() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Updates tool bar controls when selected changes.
onSelect$tree() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Occurs when the tree view selection changes.
onUnload() - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is unloaded
onUnload() - Method in class org.carewebframework.shell.plugins.PluginController
 
open(Component, String) - Method in class org.carewebframework.shell.layout.UIElementTabMenu.MenupopupEx
 
org.carewebframework.shell - package org.carewebframework.shell
 
org.carewebframework.shell.designer - package org.carewebframework.shell.designer
 
org.carewebframework.shell.help - package org.carewebframework.shell.help
 
org.carewebframework.shell.layout - package org.carewebframework.shell.layout
 
org.carewebframework.shell.plugins - package org.carewebframework.shell.plugins
 
org.carewebframework.shell.property - package org.carewebframework.shell.property
 
org.carewebframework.shell.themes - package org.carewebframework.shell.themes
 

P

PATH_DELIMITER - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
PluginContainer - Class in org.carewebframework.shell.plugins
Container that manages CareWeb plugins
PluginContainer() - Constructor for class org.carewebframework.shell.plugins.PluginContainer
Create the plugin container.
PluginController - Class in org.carewebframework.shell.plugins
Base controller for plugins.
PluginController() - Constructor for class org.carewebframework.shell.plugins.PluginController
 
PluginDefinition - Class in org.carewebframework.shell.plugins
Each instance of this class defines a complete definition of a CareWeb plugin.
PluginDefinition() - Constructor for class org.carewebframework.shell.plugins.PluginDefinition
The basic constructor.
PluginDefinition(String, Class<? extends UIElementBase>) - Constructor for class org.carewebframework.shell.plugins.PluginDefinition
Constructs a plugin definition for the specified plugin name and class.
PluginDefinition(PluginDefinition) - Constructor for class org.carewebframework.shell.plugins.PluginDefinition
Copy constructor.
PluginDefinition.Authority - Class in org.carewebframework.shell.plugins
Represents a security authority.
PluginDefinition.Authority() - Constructor for class org.carewebframework.shell.plugins.PluginDefinition.Authority
 
PluginEvent - Class in org.carewebframework.shell.plugins
Event for all plugin-related actions.
PluginEvent(PluginContainer, PluginEvent.PluginAction) - Constructor for class org.carewebframework.shell.plugins.PluginEvent
Creates an event to encapsulate an action on the specified container.
PluginEvent(PluginContainer, PluginEvent.PluginAction, Object) - Constructor for class org.carewebframework.shell.plugins.PluginEvent
Creates an event to encapsulate an action on the specified container.
PluginEvent.PluginAction - Enum in org.carewebframework.shell.plugins
Actions that may be performed on the container.
PluginException - Exception in org.carewebframework.shell.plugins
Abstract superclass for all exceptions thrown due to a plugin-related error.
PluginException(String) - Constructor for exception org.carewebframework.shell.plugins.PluginException
Create a new PluginsException with the specified message.
PluginException(String, Throwable, String, Object...) - Constructor for exception org.carewebframework.shell.plugins.PluginException
Create a new PluginsException with the specified message and root cause.
PluginExecutionException - Exception in org.carewebframework.shell.plugins
Thrown when an exception occurs during the execution of a plugin
PluginExecutionException(Execution, String) - Constructor for exception org.carewebframework.shell.plugins.PluginExecutionException
Create a new PluginExecutionException
PluginExecutionException(Execution, String, Throwable) - Constructor for exception org.carewebframework.shell.plugins.PluginExecutionException
Create a new PluginExecutionException
PluginLifecycleEventException - Exception in org.carewebframework.shell.plugins
Represents a plugin lifecycle exception.
PluginLifecycleEventException(Execution, String) - Constructor for exception org.carewebframework.shell.plugins.PluginLifecycleEventException
 
PluginLifecycleEventException(Execution, String, Throwable) - Constructor for exception org.carewebframework.shell.plugins.PluginLifecycleEventException
 
PluginRegistrationException - Exception in org.carewebframework.shell.plugins
Represents an exception related to plugin registration.
PluginRegistrationException(String, String) - Constructor for exception org.carewebframework.shell.plugins.PluginRegistrationException
 
PluginRegistry - Class in org.carewebframework.shell.plugins
Registry of all known plugins.
PluginResourceAction - Class in org.carewebframework.shell.plugins
Resource for declaring actions supported by a plugin.
PluginResourceAction() - Constructor for class org.carewebframework.shell.plugins.PluginResourceAction
 
PluginResourceBean - Class in org.carewebframework.shell.plugins
Resource for declaring helper beans associated with the plugin.
PluginResourceBean() - Constructor for class org.carewebframework.shell.plugins.PluginResourceBean
 
PluginResourceButton - Class in org.carewebframework.shell.plugins
Resource for declaring buttons to appear on common toolbar.
PluginResourceButton() - Constructor for class org.carewebframework.shell.plugins.PluginResourceButton
 
PluginResourceCommand - Class in org.carewebframework.shell.plugins
Resource for declaring commands supported by a plugin.
PluginResourceCommand() - Constructor for class org.carewebframework.shell.plugins.PluginResourceCommand
 
PluginResourceCSS - Class in org.carewebframework.shell.plugins
Resource for declaring style sheets associated with the plugin.
PluginResourceCSS() - Constructor for class org.carewebframework.shell.plugins.PluginResourceCSS
 
PluginResourceHelp - Class in org.carewebframework.shell.plugins
Resource for declaring items to appear under the help menu.
PluginResourceHelp() - Constructor for class org.carewebframework.shell.plugins.PluginResourceHelp
 
PluginResourceMenu - Class in org.carewebframework.shell.plugins
Resource for declaring items to appear on the common menu.
PluginResourceMenu() - Constructor for class org.carewebframework.shell.plugins.PluginResourceMenu
 
PluginResourcePropertyGroup - Class in org.carewebframework.shell.plugins
Resource for declaring property groups associated with the plugin.
PluginResourcePropertyGroup() - Constructor for class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
 
PluginStatus - Class in org.carewebframework.shell.plugins
Base class for defining logic that determines when a plugin should be enabled.
PluginStatus() - Constructor for class org.carewebframework.shell.plugins.PluginStatus
Register with the framework to connect any context change listeners.
PluginWakeOnMessage - Class in org.carewebframework.shell.plugins
This can serve as a bean resource for a plugin to insure that a plugin is loaded when a specific generic event is received.
PluginWakeOnMessage(String) - Constructor for class org.carewebframework.shell.plugins.PluginWakeOnMessage
Sets the monitored event.
PluginXmlHandler - Class in org.carewebframework.shell.plugins
This class registers the xml parser for the plugin namespace.
PluginXmlHandler() - Constructor for class org.carewebframework.shell.plugins.PluginXmlHandler
 
PluginXmlParser - Class in org.carewebframework.shell.plugins
Spring xml configuration file parser extension.
PluginXmlParser() - Constructor for class org.carewebframework.shell.plugins.PluginXmlParser
 
process(PluginContainer) - Method in interface org.carewebframework.shell.plugins.IPluginResource
Delegates the processing of a plugin resource to its container.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Registers the action resource with the action registry.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Registers the css resource with the container.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Registers the button resource with the container.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourceCommand
Registers the command resource with the container.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourceCSS
Registers the css resource with the container.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Registers the help resource with the container.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Registers the menu resource with the container.
process(PluginContainer) - Method in class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
Registers the property resource with the container.
promptLayout(LayoutIdentifier, boolean, boolean, String, String) - Static method in class org.carewebframework.shell.designer.LayoutPrompt
Prompts for a layout.
PROPERTY_LAYOUT_ASSOCIATION - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
PROPERTY_LAYOUT_PRIVATE - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
PROPERTY_LAYOUT_SHARED - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
PropertyBag - Class in org.carewebframework.shell.property
A simple property map that can be used to pass property values to a plugin during deserialization.
PropertyBag(String...) - Constructor for class org.carewebframework.shell.property.PropertyBag
Constructor that can take a variable length list of name=value entries.
PropertyEditorAction - Class in org.carewebframework.shell.designer
Editor for actions.
PropertyEditorAction() - Constructor for class org.carewebframework.shell.designer.PropertyEditorAction
 
PropertyEditorBase - Class in org.carewebframework.shell.designer
All property editors must descend from this abstract class.
PropertyEditorBase(String) - Constructor for class org.carewebframework.shell.designer.PropertyEditorBase
Create property editor using the specified template.
PropertyEditorBase(XulElement) - Constructor for class org.carewebframework.shell.designer.PropertyEditorBase
Create property editor using the specified component for editing.
PropertyEditorBoolean - Class in org.carewebframework.shell.designer
Editor for boolean values.
PropertyEditorBoolean() - Constructor for class org.carewebframework.shell.designer.PropertyEditorBoolean
Create property editor.
PropertyEditorChoiceList - Class in org.carewebframework.shell.designer
Editor for choice lists.
PropertyEditorChoiceList() - Constructor for class org.carewebframework.shell.designer.PropertyEditorChoiceList
 
PropertyEditorColor - Class in org.carewebframework.shell.designer
Property editor for color properties.
PropertyEditorColor() - Constructor for class org.carewebframework.shell.designer.PropertyEditorColor
 
PropertyEditorCustom - Class in org.carewebframework.shell.designer
Allows registration of custom editors for complex property types.
PropertyEditorCustom() - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustom
 
PropertyEditorCustom(String) - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustom
 
PropertyEditorCustomTree<T extends UIElementBase> - Class in org.carewebframework.shell.designer
Abstract class for implementing a custom property editor based on a tree view display of child elements that can be manipulated and whose properties may be edited.
PropertyEditorCustomTree(Class<T>, String, boolean) - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustomTree
Create the editor instance.
PropertyEditorDate - Class in org.carewebframework.shell.designer
Editor for dates.
PropertyEditorDate() - Constructor for class org.carewebframework.shell.designer.PropertyEditorDate
 
PropertyEditorDouble - Class in org.carewebframework.shell.designer
Editor for double values.
PropertyEditorDouble() - Constructor for class org.carewebframework.shell.designer.PropertyEditorDouble
 
PropertyEditorEnum - Class in org.carewebframework.shell.designer
Editor for enumerable types (enums and iterables).
PropertyEditorEnum() - Constructor for class org.carewebframework.shell.designer.PropertyEditorEnum
 
PropertyEditorIcon - Class in org.carewebframework.shell.designer
Property editor for icon properties.
PropertyEditorIcon() - Constructor for class org.carewebframework.shell.designer.PropertyEditorIcon
 
PropertyEditorInteger - Class in org.carewebframework.shell.designer
Editor for integer values.
PropertyEditorInteger() - Constructor for class org.carewebframework.shell.designer.PropertyEditorInteger
 
PropertyEditorList - Class in org.carewebframework.shell.designer
Base class for combobox-based property editors.
PropertyEditorList() - Constructor for class org.carewebframework.shell.designer.PropertyEditorList
Create property editor.
PropertyEditorMenubar - Class in org.carewebframework.shell.designer
Property editor for managing menus.
PropertyEditorMenubar() - Constructor for class org.carewebframework.shell.designer.PropertyEditorMenubar
 
PropertyEditorOrderedChildren - Class in org.carewebframework.shell.designer
Property editor for managing a component with ordered children.
PropertyEditorOrderedChildren() - Constructor for class org.carewebframework.shell.designer.PropertyEditorOrderedChildren
 
PropertyEditorSplitterView - Class in org.carewebframework.shell.designer
Property editor for managing splitter panes.
PropertyEditorSplitterView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorSplitterView
 
PropertyEditorStepView - Class in org.carewebframework.shell.designer
Property editor for step view.
PropertyEditorStepView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorStepView
 
PropertyEditorTabMenu - Class in org.carewebframework.shell.designer
Property editor for managing tab-based menus.
PropertyEditorTabMenu() - Constructor for class org.carewebframework.shell.designer.PropertyEditorTabMenu
 
PropertyEditorTabView - Class in org.carewebframework.shell.designer
Property editor for managing tabs.
PropertyEditorTabView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorTabView
 
PropertyEditorText - Class in org.carewebframework.shell.designer
Editor for simple text.
PropertyEditorText() - Constructor for class org.carewebframework.shell.designer.PropertyEditorText
 
PropertyEditorTreeView - Class in org.carewebframework.shell.designer
Property editor for managing tree nodes.
PropertyEditorTreeView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorTreeView
 
PropertyGrid - Class in org.carewebframework.shell.designer
Dialog for managing property values of UI elements within the designer.
PropertyGrid() - Constructor for class org.carewebframework.shell.designer.PropertyGrid
 
PropertyInfo - Class in org.carewebframework.shell.property
Holds information about a specific plug-in property.
PropertyInfo() - Constructor for class org.carewebframework.shell.property.PropertyInfo
 
PropertySerializer<T> - Class in org.carewebframework.shell.property
Base class for property serialization support.
PropertySerializer() - Constructor for class org.carewebframework.shell.property.PropertySerializer
 
PropertySerializer.EnumSerializer - Class in org.carewebframework.shell.property
Serializer class for enumerations.
PropertySerializer.EnumSerializer(Class<Enum>) - Constructor for class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
PropertySerializer.IterableSerializer - Class in org.carewebframework.shell.property
Serializer class for iterables.
PropertySerializer.IterableSerializer(String) - Constructor for class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
PropertySerializer.IterableSerializer(Class<Iterable>) - Constructor for class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
PropertyType - Class in org.carewebframework.shell.property
Represents information about a specific property data type.
PropertyType(String, PropertySerializer<?>, Class<? extends PropertyEditorBase>) - Constructor for class org.carewebframework.shell.property.PropertyType
Creates a property type with the specified attributes.
PropertyTypeRegistry - Class in org.carewebframework.shell.property
Registry of all supported property types.
PropertyTypeRegistry() - Constructor for class org.carewebframework.shell.property.PropertyTypeRegistry
Registers several built-in property types.
PropertyUtil - Class in org.carewebframework.shell.property
Utility methods for manipulating properties.

R

raise(String, Throwable) - Static method in class org.carewebframework.shell.layout.UIElementBase
 
raise(String) - Static method in class org.carewebframework.shell.layout.UIElementBase
 
readBoolean(String, boolean) - Method in class org.carewebframework.shell.layout.UILayout
Returns value of named attribute as a boolean.
readInteger(String, int) - Method in class org.carewebframework.shell.layout.UILayout
Return value of named attribute as an integer;
readString(String, String) - Method in class org.carewebframework.shell.layout.UILayout
Return value of named attribute as a string.
realize(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementProxy
Realizes the creation or destruction of the proxied target.
register(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Register a plugin by specifying a path and a url.
register(String, String, IPropertyProvider) - Method in class org.carewebframework.shell.CareWebShellEx
Register a plugin by specifying a path and a url.
register(String, PluginDefinition) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified definition with the specified path.
register(String, PluginDefinition, IPropertyProvider) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified definition with the specified path.
register(PluginDefinition) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
register(String, Class<? extends PropertyEditorBase>) - Static method in class org.carewebframework.shell.property.PropertyTypeRegistry
Registers a property type.
register(String, PropertySerializer<?>, Class<? extends PropertyEditorBase>) - Static method in class org.carewebframework.shell.property.PropertyTypeRegistry
Registers a property type.
registerAction(Disable) - Method in class org.carewebframework.shell.plugins.PluginContainer
Registers an action element.
registerAllowedChildClass(Class<? extends UIElementBase>, Class<? extends UIElementBase>) - Static method in class org.carewebframework.shell.layout.UIElementBase
A UIElementBase subclass should call this in its static initializer block to register any subclasses that may be a child.
registerAllowedParentClass(Class<? extends UIElementBase>, Class<? extends UIElementBase>) - Static method in class org.carewebframework.shell.layout.UIElementBase
A UIElementBase subclass should call this in its static initializer block to register any subclasses that may act as a parent.
registerComponent(Component) - Method in class org.carewebframework.shell.plugins.PluginContainer
Register a component with the container.
registerFromId(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified id and path.
registerFromId(String, String, IPropertyProvider) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified id and path.
registerHelpResource(PluginResourceHelp) - Method in class org.carewebframework.shell.CareWebShell
Registers a help resource.
registerLayout(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Registers a layout at the specified path.
registerListener(IPluginEvent) - Method in class org.carewebframework.shell.plugins.PluginContainer
Registers a listener for the IPluginEvent callback event.
registerListener(IPluginEventListener) - Method in class org.carewebframework.shell.plugins.PluginContainer
Registers a listener for the IPluginEventListener callback event.
registerMenu(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Register a menu.
registerObject(Object) - Method in class org.carewebframework.shell.CareWebStartup
Register a startup routine.
registerPlugin(PluginContainer) - Method in class org.carewebframework.shell.CareWebShell
Registers a plugin and its resources.
registerProperties(Object, String...) - Method in class org.carewebframework.shell.plugins.PluginContainer
Registers one or more named properties to the container.
registerProperty(Object, String, boolean) - Method in class org.carewebframework.shell.plugins.PluginContainer
Registers a named property to the container.
registerPropertyGroup(String) - Method in class org.carewebframework.shell.CareWebShell
Registers a property group.
registerStyleSheet(String) - Method in class org.carewebframework.shell.CareWebShell
Registers an external style sheet.
remove(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Removes this element from its parent and optionally destroys it.
removeChild(UIElementBase, boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Removes the specified element as a child of this parent.
removeChildren() - Method in class org.carewebframework.shell.layout.UIElementBase
Remove all children associated with this element.
removeListener(Component) - Method in class org.carewebframework.shell.designer.Clipboard
 
removeThread(IAbortable) - Method in class org.carewebframework.shell.plugins.PluginController
Remove a thread from the active list.
renameLayout(LayoutIdentifier, String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Rename a layout.
renameLayout(LayoutIdentifier, String) - Method in class org.carewebframework.shell.layout.LayoutService
Rename a layout.
renameLayout(LayoutIdentifier, String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Rename a layout.
requestRefresh() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Submits an asynchronous refresh request if one is not already pending.
resequenceTargets(Treechildren, UIElementBase) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Resequence all UI elements to match that of the tree view.
reset() - Method in class org.carewebframework.shell.CareWebShell
Resets the desktop to its baseline state and clears registered help modules and property groups.
resolvePath(UIElementTabPane, String) - Method in class org.carewebframework.shell.CareWebShellEx.PathResolver
Resolves the path, returning the UI element to be used as the parent of the plugin.
RESOURCE_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
RESOURCE_PREFIX - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
RESOURCE_PREFIX - Static variable in class org.carewebframework.shell.layout.LayoutConstants
 
revert() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Revert changes to the property value.
revert() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Reverts all changes to the last committed state.
revert() - Method in class org.carewebframework.shell.layout.UIElementProxy
 

S

saveLayout(UILayout, LayoutIdentifier, boolean) - Static method in class org.carewebframework.shell.designer.LayoutManager
Prompts to save layout.
saveLayout(LayoutIdentifier, String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Saves a layout with the specified name and content.
saveLayout(LayoutIdentifier, String) - Method in class org.carewebframework.shell.layout.LayoutService
Saves a layout with the specified name and content.
saveLayout(LayoutIdentifier, String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Saves a layout with the specified name and content.
saveToProperty(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.UILayout
Saves the layout as a property value using the specified identifier.
serialize(UIElementBase) - Static method in class org.carewebframework.shell.layout.UILayout
Serializes the UI element hierarchy under and including the specified element.
serialize(Object) - Method in class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
serialize(Object) - Method in class org.carewebframework.shell.property.PropertySerializer
Serialize an object instance to a string.
setAction(String) - Method in class org.carewebframework.shell.layout.UIElementActionBase
 
setAction(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the action that will be invoked when the button is clicked.
setAction(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the action that will be invoked when the associated menu item is clicked.
setAction(String) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Sets the action that will be invoked when the menu item is clicked.
setActivePane(UIElementStepPane) - Method in class org.carewebframework.shell.layout.UIElementStepView
Sets the active pane.
setActivePane(UIElementTabMenuPane) - Method in class org.carewebframework.shell.layout.UIElementTabMenu
Sets which tab menu pane is currently active.
setActivePane(UIElementTabPane) - Method in class org.carewebframework.shell.layout.UIElementTabView
Sets the active (visible) pane.
setActivePane(UIElementTreePane) - Method in class org.carewebframework.shell.layout.UIElementTreeView
Activates the specified pane.
setAppId(String) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Sets the application id of this instance.
setAuthorities(List<PluginDefinition.Authority>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Adds authorities from the list to the list of authorities associated with this plugin.
setAutoStart(boolean) - Method in class org.carewebframework.shell.CareWebShell
Sets the auto-start setting.
setBean(String) - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Sets the referenced bean by its id.
setBusy(String) - Method in class org.carewebframework.shell.plugins.PluginContainer
If message is not null, disables the plugin and displays the busy message.
setCaption(String) - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
setCaption(String) - Method in class org.carewebframework.shell.layout.UIElementStepView
Sets the caption.
setCaption(String) - Method in class org.carewebframework.shell.layout.UIElementTreeView
Sets the caption of the selector pane.
setCaption(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the value of the button's caption text.
setCategory(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the category under which this plugin is to be classified.
setClazz(Class<? extends UIElementBase>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the UI element class associated with this definition.
setColor(String) - Method in class org.carewebframework.shell.layout.UIElementBase
Provides a default implementation for setting the color of a ZK-based UI element.
setColor(String) - Method in class org.carewebframework.shell.plugins.PluginContainer
Sets the container's background color.
setConfig(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setConfig(Properties) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setCopyright(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets any copyright information for this plugin.
setCreator(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the name of the creator of this plugin.
setDefault(String) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets the default value for this property.
setDefinition(PluginDefinition) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the plugin definition for this element.
setDefinition(Class<? extends UIElementBase>) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the plugin definition based on the specified class.
setDefinition(PluginDefinition) - Method in class org.carewebframework.shell.layout.UIElementLayout
 
setDefinition(PluginDefinition) - Method in class org.carewebframework.shell.layout.UIElementPlugin
Also passes the plugin definition to the container.
setDeleted(boolean) - Method in class org.carewebframework.shell.layout.UIElementProxy
 
setDescription(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the description of this plugin.
setDescription(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.layout.UIElementStepPane
Overrides the default behavior to also target the button component.
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.layout.UIElementTabMenu
 
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.layout.UIElementTabMenuPane
Apply/remove the design context menu both the menu item and its associated pane.
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.layout.UIElementTabPane
Apply/remove the design context menu both tab and tab panel.
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.layout.UIElementTreePane
Apply/remove the design context menu to/from both the pane and its associated node.
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Apply/remove the design context menu to/from ZK components.
setDesignContextMenu(Component, Menupopup) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Apply/remove the design context menu to/from the specified component.
setDesignMode(boolean) - Method in class org.carewebframework.shell.layout.UIElementActionBase
Disable action in design mode.
setDesignMode(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets design mode status for this component and all its children.
setDesignMode(boolean) - Method in class org.carewebframework.shell.layout.UIElementDesktop
 
setDesignMode(boolean) - Method in class org.carewebframework.shell.layout.UIElementMenubar
 
setDesignMode(boolean) - Method in class org.carewebframework.shell.layout.UIElementPlugin
Passes design mode setting to the container.
setDesignMode(boolean) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Augments the parent method by activating the associated design context menu when design mode is activated.
setDesignMode(boolean) - Method in class org.carewebframework.shell.plugins.PluginContainer
Sets design mode for the container.
setDisabled(boolean) - Method in class org.carewebframework.shell.layout.UIElementPlugin
 
setDisabled(boolean) - Method in class org.carewebframework.shell.plugins.PluginContainer
Enables/disables the container and all registered action elements.
setDisabled(boolean) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the disabled state of the plugin.
setEditable(boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets whether the object is editable.
setEnabled(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the enabled state of the component.
setEnabled(boolean) - Method in class org.carewebframework.shell.layout.UIElementStepPane
 
setEnabled(boolean) - Method in class org.carewebframework.shell.layout.UIElementTabPane
Apply the disable style when a tab is disabled.
setEnabled(boolean) - Method in class org.carewebframework.shell.layout.UIElementTreePane
Sets the enabled state of the node.
setEnableDesignModeMask(boolean) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Sets whether to use the design mode mask.
setFocus() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Sets focus to the editor component.
setFocus() - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
Sets focus to the selected radio button.
setFocus() - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
 
setGetter(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setGroup(String) - Method in class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
Sets the name of the associated property group.
setHelpViewerMode(HelpViewer.HelpViewerMode) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Sets the help viewer display mode for this desktop.
setHint(String) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the tool tip text.
setIcon(String) - Method in class org.carewebframework.shell.AboutDialog
Sets the default url of the icon to display in the header.
setIcon(String) - Method in class org.carewebframework.shell.layout.UIElementButton
Sets the URL of the icon to be display on the button.
setIcon(String) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Sets the url for the title bar icon.
setIcon(String) - Method in class org.carewebframework.shell.layout.UIElementStepPane
Sets the button image from a url.
setIcon(String) - Method in class org.carewebframework.shell.layout.UIElementTabPane
Sets the tab icon.
setIcon(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the url of the icon associated with the plugin.
setIcon(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the url of an image to display on the button.
setId(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the unique id of the plugin definition
setId(String) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Sets the unique id associated with the action.
setId(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the id to be assigned to the newly created component.
setId(String) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Sets the id to be assigned to the newly created component.
setId(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setIndex(int) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets this element's index to the specified value.
setInnerComponent(Object) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the innermost wrapped UI component.
setInnerComponent(Object) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Augments the parent method by automatically associating the component with this UI element.
setLabel(String) - Method in class org.carewebframework.shell.layout.UIElementButton
Sets the button's label text.
setLabel(String) - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
setLabel(String) - Method in class org.carewebframework.shell.layout.UIElementStepPane
Sets the button label.
setLabel(String) - Method in class org.carewebframework.shell.layout.UIElementTabPane
Sets the caption label.
setLabel(String) - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
setLabel(String) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Sets the label of the action.
setLayout(String) - Method in class org.carewebframework.shell.CareWebShell
Sets the layout to be loaded.
setLayoutName(String) - Method in class org.carewebframework.shell.layout.UIElementLayout
 
setLazyLoad(boolean) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the lazyLoad flag.
setLinked(boolean) - Method in class org.carewebframework.shell.layout.UIElementLayout
Sets the linked state.
setListener(Component) - Method in class org.carewebframework.shell.designer.DesignContextMenu
Sets the component that is to receive layout change events.
setLocked(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the locked status of the element.
setModule(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the id of the associated help module.
setName(String) - Method in class org.carewebframework.shell.layout.UILayout
Sets the name of the current layout.
setName(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition.Authority
 
setName(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the display name of the plugin definition.
setName(String) - Method in class org.carewebframework.shell.plugins.PluginResourceCommand
Sets the name of the command.
setName(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setNoHome(boolean) - Method in class org.carewebframework.shell.layout.UIElementStepView
Set to true to suppress home pane.
setNoNavigation(boolean) - Method in class org.carewebframework.shell.layout.UIElementStepView
Set to true to suppress navigation controls.
setOpen(boolean) - Method in class org.carewebframework.shell.layout.UIElementTreeView
Opens or closes the selector pane.
setOrientation(String) - Method in class org.carewebframework.shell.layout.UIElementSplitterView
 
setOrientation(String) - Method in class org.carewebframework.shell.layout.UIElementTabView
Sets the orientation which can be horizontal or vertical.
setOuterComponent(Object) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the outermost wrapped UI component.
setOuterComponent(Object) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Augments the parent method by automatically associating the component with this UI element.
setOwner(UIElementBase) - Method in class org.carewebframework.shell.designer.DesignContextMenu
Sets the context menu's owner.
setParent(UIElementBase) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the parent of this element, subject to the parent/child constraints applicable to each.
setPath(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the path of the resource containing the plugin definition.
setPath(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the path that determines where the associated menu item will appear under the help submenu.
setPath(String) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Sets the path that determines where the associated menu item will appear under the common menu.
setPathResolver(CareWebShellEx.PathResolver) - Method in class org.carewebframework.shell.CareWebShellEx
Sets the path resolver implementation.
setPluginDefinition(PluginDefinition) - Method in class org.carewebframework.shell.plugins.PluginContainer
Sets the plugin definition the container will use to instantiate the plugin.
setProperties(List<PropertyInfo>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Adds properties from the list to the list of properties associated with this plugin.
setPropertyValue(PropertyInfo, Object) - Method in class org.carewebframework.shell.layout.UIElementPlugin
Delegates setting of property values to the container.
setPropertyValue(PropertyInfo, Object) - Method in class org.carewebframework.shell.layout.UIElementProxy
Overridden to set property value in proxy's property cache.
setPropertyValue(String, Object) - Method in class org.carewebframework.shell.layout.UIElementProxy
 
setPropertyValue(PropertyInfo, Object) - Method in class org.carewebframework.shell.plugins.PluginContainer
Sets a value for a registered property.
setPropertyValue(PropertyInfo, Object) - Method in interface org.carewebframework.shell.property.IPropertyAccessor
Sets the value of the specified property.
setPropertyValue(Object, Object) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets the property value for a specified object instance.
setRejectReason(String) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the reject reason to the specified value.
setRelative(boolean) - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
setReleased(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets release information (typically a date) about the plugin.
setRequired(boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Sets whether or not the reference bean is required.
setRequiresAll(boolean) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the requiresAll flag.
setResources(List<IPluginResource>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Adds resources from the list to the list of resources associated with this plugin.
setScript(String) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Sets the script of the action.
setSelectionStyle(ThemeUtil.ButtonStyle) - Method in class org.carewebframework.shell.layout.UIElementTreeView
Sets the button style to use for selected nodes.
setSerializable(boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets whether the object is serializable.
setSetter(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setShared(boolean) - Method in class org.carewebframework.shell.layout.UIElementLayout
 
setShell(CareWebShell) - Static method in class org.carewebframework.shell.CareWebUtil
Sets the active instance of the CareWeb shell.
setSize(ThemeUtil.ButtonSize) - Method in class org.carewebframework.shell.layout.UIElementButton
 
setSize(double) - Method in class org.carewebframework.shell.layout.UIElementSplitterPane
 
setSource(String) - Method in class org.carewebframework.shell.AboutDialog
Sets the default item source to display in the header.
setSource(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the source of the plugin.
setStyle(ThemeUtil.ButtonStyle) - Method in class org.carewebframework.shell.layout.UIElementButton
 
setStyle(ThemeUtil.PanelStyle) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Sets the panel style to use for the desktop.
setStyle(ThemeUtil.PanelStyle) - Method in class org.carewebframework.shell.layout.UIElementStepView
Sets the panel style to use for the desktop.
setTab(Tab) - Method in class org.carewebframework.shell.layout.UIElementTabMenu.MenupopupEx
Sets the associated tab and captures its onClose event to open the popup.
setTarget(UIElementBase) - Method in class org.carewebframework.shell.designer.PropertyGrid
Sets the target UI element for the property grid.
setTitle(String) - Method in class org.carewebframework.shell.layout.UIElementDesktop
Sets the title text.
setTooltip(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the text to appear when the mouse cursor hovers over the button.
setTopic(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the topic id associated with this help resource.
setType(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setUrl(String) - Method in class org.carewebframework.shell.layout.UIElementFrame
Sets the URL of the content to be retrieved.
setUrl(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the URL of the principal zul page for the plugin.
setUrl(String) - Method in class org.carewebframework.shell.plugins.PluginResourceCSS
Sets the url of the associated style sheet.
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Logic to set the value in the editor component.
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorColor
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorDate
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorDouble
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorIcon
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorInteger
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorList
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
setVersion(String) - Method in class org.carewebframework.shell.layout.UILayout
Sets the version of the current layout.
setVersion(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets version information about the plugin.
setVisible(boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Sets the visibility state of the component.
setVisible(boolean) - Method in class org.carewebframework.shell.plugins.PluginContainer
Sets the visibility of the contained resource and any registered components.
setWrongValueException(Throwable) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Updates the wrong value message at the client.
setWrongValueMessage(String) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Updates the wrong value message at the client.
shared - Variable in class org.carewebframework.shell.layout.LayoutIdentifier
 
SHELL_INSTANCE - Static variable in class org.carewebframework.shell.Constants
 
showBusy(String) - Method in class org.carewebframework.shell.plugins.PluginController
Displays/clears a busy message.
showMessage(String) - Method in class org.carewebframework.shell.CareWebShell
Shows a slide-down message.
showMessage(String, String) - Method in class org.carewebframework.shell.CareWebShell
Shows a slide-down message.
showMessage(String, String, String) - Method in class org.carewebframework.shell.CareWebShell
Shows a slide-down message.
showMessage(String, String, String, int) - Method in class org.carewebframework.shell.CareWebShell
Shows a slide-down message.
showMessage(String, String, String, Integer, String) - Method in class org.carewebframework.shell.CareWebShell
Shows a slide-down message.
showMessage(String, String, String, Integer, String, String) - Method in class org.carewebframework.shell.CareWebShell
Shows a slide-down message.
showMessage(MessageWindow.MessageInfo) - Method in class org.carewebframework.shell.CareWebShell
Shows a slide-down message.
showMessage(MessageWindow.MessageInfo) - Static method in class org.carewebframework.shell.CareWebUtil
Sends an informational message for display by desktop.
showMessage(String, String) - Static method in class org.carewebframework.shell.CareWebUtil
Sends an informational message for display by desktop.
showMessage(String) - Static method in class org.carewebframework.shell.CareWebUtil
Sends an informational message for display by desktop.
start() - Method in class org.carewebframework.shell.CareWebShell
Executed once all plugins are loaded.
STRING - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for String data type.
swapChildren(Component, Component) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Swaps the position of the two child components.

T

ThemeXmlHandler - Class in org.carewebframework.shell.themes
This class registers the xml parser for the theme namespace.
ThemeXmlHandler() - Constructor for class org.carewebframework.shell.themes.ThemeXmlHandler
 
ThemeXmlParser - Class in org.carewebframework.shell.themes
Spring xml configuration file parser extension.
ThemeXmlParser() - Constructor for class org.carewebframework.shell.themes.ThemeXmlParser
 
toClipboard() - Method in interface org.carewebframework.shell.designer.IClipboardAware
Converts to string format suitable for displaying in clipboard viewer.
toClipboard() - Method in class org.carewebframework.shell.layout.UILayout
Converts to clipboard format.
TOOLBAR_PATH - Static variable in class org.carewebframework.shell.CareWebShellEx
 
toString() - Method in class org.carewebframework.shell.layout.UILayout
Returns the layout as an xml-formatted string.
tryRegisterListener(Object, boolean) - Method in class org.carewebframework.shell.plugins.PluginContainer
Attempts to register or unregister an object as an event listener.

U

UIElementActionBase - Class in org.carewebframework.shell.layout
Base class for UI elements that support an associated action.
UIElementActionBase() - Constructor for class org.carewebframework.shell.layout.UIElementActionBase
 
UIElementBase - Class in org.carewebframework.shell.layout
This is the base class for all UI elements supported by the CareWeb framework.
UIElementBase() - Constructor for class org.carewebframework.shell.layout.UIElementBase
 
UIElementButton - Class in org.carewebframework.shell.layout
Simple button stock object.
UIElementButton() - Constructor for class org.carewebframework.shell.layout.UIElementButton
 
UIElementButton(LabelImageElement, ThemeUtil.ButtonSize, ThemeUtil.ButtonStyle) - Constructor for class org.carewebframework.shell.layout.UIElementButton
 
UIElementDesktop - Class in org.carewebframework.shell.layout
This is the topmost component of the layout.
UIElementDesktop(CareWebShell) - Constructor for class org.carewebframework.shell.layout.UIElementDesktop
 
UIElementFrame - Class in org.carewebframework.shell.layout
UI element that encapsulates an iframe or an include (as determined by URL).
UIElementFrame() - Constructor for class org.carewebframework.shell.layout.UIElementFrame
 
UIElementLayout - Class in org.carewebframework.shell.layout
Wrapper for a UI layout component.
UIElementLayout() - Constructor for class org.carewebframework.shell.layout.UIElementLayout
 
UIElementLayout(String, boolean) - Constructor for class org.carewebframework.shell.layout.UIElementLayout
 
UIElementLink - Class in org.carewebframework.shell.layout
Simple hyperlink stock object.
UIElementLink() - Constructor for class org.carewebframework.shell.layout.UIElementLink
 
UIElementMenubar - Class in org.carewebframework.shell.layout
Implements a shared menubar.
UIElementMenubar() - Constructor for class org.carewebframework.shell.layout.UIElementMenubar
Creates the menu bar UI element.
UIElementMenubar(Menubar) - Constructor for class org.carewebframework.shell.layout.UIElementMenubar
 
UIElementMenuBase - Class in org.carewebframework.shell.layout
Base implementation of a menu bar.
UIElementMenuBase(Menubar) - Constructor for class org.carewebframework.shell.layout.UIElementMenuBase
 
UIElementMenuBase(Menubar, Component) - Constructor for class org.carewebframework.shell.layout.UIElementMenuBase
 
UIElementMenuItem - Class in org.carewebframework.shell.layout
Single menu item for inclusion in a menubar-based tree.
UIElementMenuItem() - Constructor for class org.carewebframework.shell.layout.UIElementMenuItem
 
UIElementMenuItemBase - Class in org.carewebframework.shell.layout
Base class for representing a single menu item.
UIElementMenuItemBase() - Constructor for class org.carewebframework.shell.layout.UIElementMenuItemBase
 
UIElementPlugin - Class in org.carewebframework.shell.layout
This class is used for all container-hosted plugins.
UIElementPlugin() - Constructor for class org.carewebframework.shell.layout.UIElementPlugin
Sets the container as the wrapped component and registers itself to receive action notifications from the container.
UIElementProxy - Class in org.carewebframework.shell.layout
Proxy for an arbitrary UI element that can store and return property values.
UIElementProxy(PluginDefinition) - Constructor for class org.carewebframework.shell.layout.UIElementProxy
 
UIElementProxy(UIElementBase) - Constructor for class org.carewebframework.shell.layout.UIElementProxy
 
UIElementSplitterPane - Class in org.carewebframework.shell.layout
A child of the UIElementSplitterView.
UIElementSplitterPane() - Constructor for class org.carewebframework.shell.layout.UIElementSplitterPane
 
UIElementSplitterView - Class in org.carewebframework.shell.layout
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.
UIElementSplitterView() - Constructor for class org.carewebframework.shell.layout.UIElementSplitterView
 
UIElementSplitterView.Orientation - Enum in org.carewebframework.shell.layout
 
UIElementStepPane - Class in org.carewebframework.shell.layout
A step-oriented UI Element.
UIElementStepPane() - Constructor for class org.carewebframework.shell.layout.UIElementStepPane
Create the ZK components that comprise this UI element.
UIElementStepView - Class in org.carewebframework.shell.layout
A step-oriented UI Element.
UIElementStepView() - Constructor for class org.carewebframework.shell.layout.UIElementStepView
Creates the ZK components that comprise this UI element.
UIElementTabMenu - Class in org.carewebframework.shell.layout
Implements a tab-based menubar.
UIElementTabMenu() - Constructor for class org.carewebframework.shell.layout.UIElementTabMenu
 
UIElementTabMenu.MenupopupEx - Class in org.carewebframework.shell.layout
 
UIElementTabMenu.MenupopupEx() - Constructor for class org.carewebframework.shell.layout.UIElementTabMenu.MenupopupEx
 
UIElementTabMenuPane - Class in org.carewebframework.shell.layout
Single menu item for the tab menu.
UIElementTabMenuPane() - Constructor for class org.carewebframework.shell.layout.UIElementTabMenuPane
 
UIElementTabPane - Class in org.carewebframework.shell.layout
Wraps the ZK Tab and Tabpanel components.
UIElementTabPane() - Constructor for class org.carewebframework.shell.layout.UIElementTabPane
Set up the tab and tab panel ZK components.
UIElementTabPane.TabEx - Class in org.carewebframework.shell.layout
Re-purpose close tab button for drop down menu.
UIElementTabPane.TabEx() - Constructor for class org.carewebframework.shell.layout.UIElementTabPane.TabEx
 
UIElementTabView - Class in org.carewebframework.shell.layout
Wraps the ZK Tabbox component.
UIElementTabView() - Constructor for class org.carewebframework.shell.layout.UIElementTabView
 
UIElementToolbar - Class in org.carewebframework.shell.layout
Implements a shared toolbar.
UIElementToolbar() - Constructor for class org.carewebframework.shell.layout.UIElementToolbar
 
UIElementToolbar(Toolbar) - Constructor for class org.carewebframework.shell.layout.UIElementToolbar
 
UIElementTreePane - Class in org.carewebframework.shell.layout
A child of a UIElementTreeView, this UI element specifies the tree path where its associated tree node is to reside in the parent's tree.
UIElementTreePane() - Constructor for class org.carewebframework.shell.layout.UIElementTreePane
 
UIElementTreeView - Class in org.carewebframework.shell.layout
A tree view consists of a selector pane on the left containing a ZK tree component and a view area on the right where tree panes are positioned.
UIElementTreeView() - Constructor for class org.carewebframework.shell.layout.UIElementTreeView
 
UIElementZKBase - Class in org.carewebframework.shell.layout
This is an abstract class from which all ZK-based UI elements must derive.
UIElementZKBase() - Constructor for class org.carewebframework.shell.layout.UIElementZKBase
 
UIException - Exception in org.carewebframework.shell.layout
 
UIException(String) - Constructor for exception org.carewebframework.shell.layout.UIException
 
UILayout - Class in org.carewebframework.shell.layout
Represents the layout of the visual interface.
UILayout() - Constructor for class org.carewebframework.shell.layout.UILayout
 
unbind() - Method in class org.carewebframework.shell.layout.UIElementBase
Override to unbind wrapped components from the UI.
unbind() - Method in class org.carewebframework.shell.layout.UIElementMenuItemBase
 
unbind() - Method in class org.carewebframework.shell.layout.UIElementStepPane
Detach the ZK components of the child pane the UI.
unbind() - Method in class org.carewebframework.shell.layout.UIElementTabMenu
 
unbind() - Method in class org.carewebframework.shell.layout.UIElementTabMenuPane
 
unbind() - Method in class org.carewebframework.shell.layout.UIElementTabPane
 
unbind() - Method in class org.carewebframework.shell.layout.UIElementTreePane
Remove the node from the tree view when this element is destroyed.
unbind() - Method in class org.carewebframework.shell.layout.UIElementZKBase
 
unregister(Class<?>) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
unregister(PluginDefinition) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
unregisterListener(IPluginEvent) - Method in class org.carewebframework.shell.plugins.PluginContainer
Unregisters a listener for the IPluginEvent callback event.
unregisterListener(IPluginEventListener) - Method in class org.carewebframework.shell.plugins.PluginContainer
Unregisters a listener for the IPluginEvent callback event.
unregisterObject(Object) - Method in class org.carewebframework.shell.CareWebStartup
Unregister a startup routine.
unregisterPlugin(PluginContainer) - Method in class org.carewebframework.shell.CareWebShell
Unregisters a plugin and its resources.
updateDisabled() - Method in class org.carewebframework.shell.plugins.PluginStatus
Call to update the disabled status for the bean.
updateListener() - Method in class org.carewebframework.shell.layout.UIElementActionBase
Disables the event listener when in design mode.
updateMenubar() - Method in class org.carewebframework.shell.layout.UIElementMenuBase
 
updateNavigationElements() - Method in class org.carewebframework.shell.layout.UIElementStepView
Update any navigation elements based on the currently active pane.
updateParentState() - Method in class org.carewebframework.shell.layout.UIElementBase
Calls updateState on the parent if one exists.
updateState() - Method in class org.carewebframework.shell.layout.UIElementBase
Update a UI element based on the state of its children.
updateState() - Method in class org.carewebframework.shell.layout.UIElementStepView
Updates the state of child components.
updateStates(UIElementBase, Disable, Disable, Disable, Disable, Disable, Disable, Disable) - Static method in class org.carewebframework.shell.designer.DesignContextMenu
Updates states on input elements (typically buttons or menu items) according to state of the specified UI element.
updateStatus() - Method in class org.carewebframework.shell.plugins.PluginStatus
Updates the disabled status of all registered containers.
updateValue() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Updates the last committed value.
updateVisibility() - Method in class org.carewebframework.shell.layout.UIElementBase
Calls updateVisibility with current settings.
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.layout.UIElementBase
Override to set the visibility of wrapped components.
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.layout.UIElementStepPane
 
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.layout.UIElementTabMenu
 
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.layout.UIElementTabMenuPane
 
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.layout.UIElementTabPane
Sets the visibility and selection state of the tab.
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.layout.UIElementTreePane
 
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.layout.UIElementZKBase
Provides a default implementation for ZK-derived UI components by setting the visibility of the outer component.

V

validateName(String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Validates a layout name.
validateName(String) - Method in class org.carewebframework.shell.layout.LayoutService
Validates a layout name.
validateName(String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Validates a layout name.
valueOf(String) - Static method in enum org.carewebframework.shell.layout.UIElementSplitterView.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carewebframework.shell.plugins.PluginEvent.PluginAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.carewebframework.shell.layout.UIElementSplitterView.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carewebframework.shell.plugins.PluginEvent.PluginAction
Returns an array containing the constants of this enum type, in the order they are declared.
view() - Method in class org.carewebframework.shell.designer.Clipboard
 

W

writeBoolean(String, boolean) - Method in class org.carewebframework.shell.layout.UILayout
 
writeInteger(String, int) - Method in class org.carewebframework.shell.layout.UILayout
 
writeString(String, String) - Method in class org.carewebframework.shell.layout.UILayout
Sets an attribute value.
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.