- 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
-
- 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.
- 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
-
- 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.
- 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.
- 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.