A B C D E F G H I K L M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(IsWidget) - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- add(IsWidget) - Method in class com.opencloud.rem.client.ui.ButtonPanel
- add(IsWidget) - Method in class com.opencloud.rem.client.ui.FormField
- add(IsWidget) - Method in class com.opencloud.rem.client.ui.SimpleFormPanel
- add(Widget) - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- add(Widget) - Method in class com.opencloud.rem.client.ui.ButtonPanel
- add(Widget) - Method in class com.opencloud.rem.client.ui.ClickableWidgetGroupWithState
- add(Widget) - Method in class com.opencloud.rem.client.ui.FormField
- add(Widget) - Method in class com.opencloud.rem.client.ui.ResizeInterceptor
- add(Widget) - Method in class com.opencloud.rem.client.ui.SimpleFormPanel
- add(Widget, Widget) - Method in class com.opencloud.rem.client.ui.ScrolledTabLayoutPanel
- addClickHandler(ClickHandler) - Method in class com.opencloud.rem.client.ui.ClickableLabel
- addDetailRow(String, boolean) - Method in class com.opencloud.rem.client.ui.DetailGrid
- addDetailRow(String, Widget) - Method in class com.opencloud.rem.client.ui.DetailGrid
- addDetailRow(String, JsComponentID) - Method in class com.opencloud.rem.client.ui.DetailGrid
- addDetailRow(String, Number) - Method in class com.opencloud.rem.client.ui.DetailGrid
- addDetailRow(String, String) - Method in class com.opencloud.rem.client.ui.DetailGrid
- addField(String, Widget) - Method in class com.opencloud.rem.client.ui.GenericPopup
- addHeader(String) - Method in class com.opencloud.rem.client.ui.GenericPopup
- addHtml(String, Throwable) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- addHtml(String, Throwable) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- addMessage(String) - Method in class com.opencloud.rem.client.ui.GenericPopup
- addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class com.opencloud.rem.client.ui.WriteOnlyToggle
- addValueChangeHandler(ValueChangeHandler<T>) - Method in class com.opencloud.rem.client.ui.NamedValuesListBox
- adjustPosition() - Method in class com.opencloud.rem.client.ui.FieldHelpPanel
- adjustPosition() - Method in interface com.opencloud.rem.client.ui.FieldHelpView
- annotatedWidgetWrapper() - Method in interface com.opencloud.rem.client.ui.AnnotatedWidgetWrapper.Style
- AnnotatedWidgetWrapper - Class in com.opencloud.rem.client.ui
-
UI wrapper for widgets that need an annotation marker with popup explanation.
- AnnotatedWidgetWrapper() - Constructor for class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- AnnotatedWidgetWrapper(AnnotatedWidgetWrapper.Resources) - Constructor for class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- AnnotatedWidgetWrapper.AnnotatedWidgetWrapperConstants - Interface in com.opencloud.rem.client.ui
- AnnotatedWidgetWrapper.Resources - Interface in com.opencloud.rem.client.ui
- AnnotatedWidgetWrapper.Style - Interface in com.opencloud.rem.client.ui
- annotationMarkerImage() - Method in interface com.opencloud.rem.client.ui.AnnotatedWidgetWrapper.Resources
B
- buttonPanel() - Method in interface com.opencloud.rem.client.ui.ButtonPanel.ButtonPanelStyle
- ButtonPanel - Class in com.opencloud.rem.client.ui
-
Simple panel for holding one or more buttons or other control widgets.
- ButtonPanel() - Constructor for class com.opencloud.rem.client.ui.ButtonPanel
- ButtonPanel.ButtonPanelStyle - Interface in com.opencloud.rem.client.ui
- ButtonPanel.Resources - Interface in com.opencloud.rem.client.ui
C
- canLoad() - Method in class com.opencloud.rem.server.ext.ElementManagerExtension
-
Called by the REM extensions manager to determine if this extension is ok to be loaded.
- CellBrowserResources - Interface in com.opencloud.rem.client.ui
-
Custom resources for
CellBrowser
with modified style. - cellBrowserStyle() - Method in interface com.opencloud.rem.client.ui.CellBrowserResources
- cellListStyle() - Method in interface com.opencloud.rem.client.ui.DraggableCellList.Resources
- CellTableResources - Interface in com.opencloud.rem.client.ui
-
Custom resources for
CellTable
with modified style. - cellTableStyle() - Method in interface com.opencloud.rem.client.ui.CellTableResources
- cellTreeClosedItem() - Method in interface com.opencloud.rem.client.ui.CellTreeResources
-
An image indicating a closed branch.
- cellTreeOpenItem() - Method in interface com.opencloud.rem.client.ui.CellTreeResources
-
An image indicating an open branch.
- CellTreeResources - Interface in com.opencloud.rem.client.ui
- cellTreeStyle() - Method in interface com.opencloud.rem.client.ui.CellTreeResources
- CellTreeStyle - Interface in com.opencloud.rem.client.ui
- clear() - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- clear() - Method in class com.opencloud.rem.client.ui.ButtonPanel
- clear() - Method in class com.opencloud.rem.client.ui.ClickableWidgetGroupWithState
- clear() - Method in class com.opencloud.rem.client.ui.DetailGrid
- clear() - Method in class com.opencloud.rem.client.ui.FormField
- clear() - Method in class com.opencloud.rem.client.ui.MessagePanel
- clear() - Method in class com.opencloud.rem.client.ui.NamedValuesListBox
- clear() - Method in class com.opencloud.rem.client.ui.ResizeInterceptor
- clear() - Method in class com.opencloud.rem.client.ui.SimpleFormPanel
- clear(String) - Method in class com.opencloud.rem.client.ui.DetailGrid
- clearError() - Method in class com.opencloud.rem.client.ui.GenericPopup
- clearMessage() - Method in class com.opencloud.rem.client.ui.FormField
- clearMessage() - Method in interface com.opencloud.rem.client.ui.MessageDisplay
-
Clears the message.
- ClickableImageResourceCell - Class in com.opencloud.rem.client.ui
- ClickableImageResourceCell() - Constructor for class com.opencloud.rem.client.ui.ClickableImageResourceCell
- ClickableImageResourceCell(SafeHtmlRenderer<ImageResource>) - Constructor for class com.opencloud.rem.client.ui.ClickableImageResourceCell
- ClickableLabel - Class in com.opencloud.rem.client.ui
-
An extension of
InlineLabel
that allows for an optionalClickHandler
. - ClickableLabel() - Constructor for class com.opencloud.rem.client.ui.ClickableLabel
- ClickableLabel(String) - Constructor for class com.opencloud.rem.client.ui.ClickableLabel
- ClickableLabel(String, boolean, ClickHandler) - Constructor for class com.opencloud.rem.client.ui.ClickableLabel
- ClickableLabel(String, ClickHandler) - Constructor for class com.opencloud.rem.client.ui.ClickableLabel
- ClickableStyledTextCell<C> - Class in com.opencloud.rem.client.ui
- ClickableStyledTextCell(SafeHtmlRenderer<C>, ClickableStyledTextCell.Delegate<C>, String...) - Constructor for class com.opencloud.rem.client.ui.ClickableStyledTextCell
- ClickableStyledTextCell.Delegate<C> - Interface in com.opencloud.rem.client.ui
- ClickableWidgetGroupWithState - Class in com.opencloud.rem.client.ui
-
Simple wrapper panel for widgets with click handlers that tracks selected state.
- ClickableWidgetGroupWithState() - Constructor for class com.opencloud.rem.client.ui.ClickableWidgetGroupWithState
- close() - Method in interface com.opencloud.rem.client.ui.FieldHelpPanel.FieldHelpConstants
- close() - Method in class com.opencloud.rem.client.ui.SimpleLogHandler
- closeFieldHelp() - Method in interface com.opencloud.rem.client.ui.FieldHelpPanel.FieldHelpConstants
- closeImage() - Method in interface com.opencloud.rem.client.ui.FieldHelpPanel.Resources
- com.opencloud.rem.client.ui - package com.opencloud.rem.client.ui
- com.opencloud.rem.server.ext - package com.opencloud.rem.server.ext
- container() - Method in interface com.opencloud.rem.client.ui.FormField.Style
D
- DataGridResources - Interface in com.opencloud.rem.client.ui
-
Custom resources for
DataGrid
with modified style. - dataGridStyle() - Method in interface com.opencloud.rem.client.ui.DataGridResources
-
The styles used in this widget.
- DataGridStyle - Interface in com.opencloud.rem.client.ui
-
Custom style extensions for
DataGrid
. - debugLogPanel() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- DelayedMouseOverOutHandler - Class in com.opencloud.rem.client.ui
-
Abstract base class for a mouse-over/out handler implementation with optional delays.
- detailedMessage() - Method in interface com.opencloud.rem.client.ui.MessagePanel.MessagePanelStyle
- DetailGrid - Class in com.opencloud.rem.client.ui
-
A
Grid
providing a 2-column display of details. - DetailGrid() - Constructor for class com.opencloud.rem.client.ui.DetailGrid
- displayAnnotation() - Method in interface com.opencloud.rem.client.ui.AnnotatedWidgetWrapper.AnnotatedWidgetWrapperConstants
- displayError(String) - Method in class com.opencloud.rem.client.ui.GenericPopup
- displayFieldHelp() - Method in interface com.opencloud.rem.client.ui.FormField.FormFieldConstants
- displayHelp(Element, SafeHtml, Element...) - Method in class com.opencloud.rem.client.ui.FieldHelpPanel
- displayHelp(Element, SafeHtml, Element...) - Method in interface com.opencloud.rem.client.ui.FieldHelpView
- displayHelp(Widget, SafeHtml, Element...) - Method in class com.opencloud.rem.client.ui.FieldHelpPanel
- displayHelp(Widget, SafeHtml, Element...) - Method in interface com.opencloud.rem.client.ui.FieldHelpView
- displayMessage(String, MessageDisplay.MessageSeverity) - Method in class com.opencloud.rem.client.ui.FormField
- displayMessage(String, MessageDisplay.MessageSeverity) - Method in interface com.opencloud.rem.client.ui.MessageDisplay
-
Displays a message with the specified severity.
- DraggableCellList<T> - Class in com.opencloud.rem.client.ui
-
Subclass of
CellList
that supports rearranging the list items by dragging. - DraggableCellList(List<HasCell<T, ?>>) - Constructor for class com.opencloud.rem.client.ui.DraggableCellList
- DraggableCellList(List<HasCell<T, ?>>, ProvidesKey<T>) - Constructor for class com.opencloud.rem.client.ui.DraggableCellList
- DraggableCellList(List<HasCell<T, ?>>, DraggableCellList.Resources) - Constructor for class com.opencloud.rem.client.ui.DraggableCellList
- DraggableCellList(List<HasCell<T, ?>>, DraggableCellList.Resources, ProvidesKey<T>) - Constructor for class com.opencloud.rem.client.ui.DraggableCellList
- DraggableCellList.DragHandler<T> - Interface in com.opencloud.rem.client.ui
- DraggableCellList.Resources - Interface in com.opencloud.rem.client.ui
- DraggableCellList.Style - Interface in com.opencloud.rem.client.ui
- dragging() - Method in interface com.opencloud.rem.client.ui.DraggableCellList.Style
- dragHandle() - Method in interface com.opencloud.rem.client.ui.DraggableCellList.Style
E
- ElementManagerExtension - Class in com.opencloud.rem.server.ext
-
Base class for REM UI extensions.
- ElementManagerExtension() - Constructor for class com.opencloud.rem.server.ext.ElementManagerExtension
- EnumerationListBox<T extends Enum<T>> - Class in com.opencloud.rem.client.ui
-
A list box widget which only allows values from a given
java.lang.Enum
, ornull
. - EnumerationListBox(Class<T>, boolean) - Constructor for class com.opencloud.rem.client.ui.EnumerationListBox
- EnumerationListBox(Class<T>, boolean, EnumerationListBox.ValueRenderer<T>) - Constructor for class com.opencloud.rem.client.ui.EnumerationListBox
- EnumerationListBox.ValueRenderer<T extends Enum<T>> - Interface in com.opencloud.rem.client.ui
- error() - Method in interface com.opencloud.rem.client.ui.FormField.Style
- error() - Method in interface com.opencloud.rem.client.ui.MessagePanel.MessagePanelStyle
- ERROR - com.opencloud.rem.client.ui.MessageDisplay.MessageSeverity
- ERROR - com.opencloud.rem.client.ui.MessagePanel.MessageType
- errorImage() - Method in interface com.opencloud.rem.client.ui.MessagePanel.Resources
- execute(C) - Method in interface com.opencloud.rem.client.ui.ClickableStyledTextCell.Delegate
- execute(C, ImageElement) - Method in interface com.opencloud.rem.client.ui.StyledImageActionCell.Delegate
- ExtensionsManager - Interface in com.opencloud.rem.server.ext
-
Internal interface representing the main manager of extensions in REM.
F
- fieldHelpBox() - Method in interface com.opencloud.rem.client.ui.FieldHelpPanel.Style
- fieldHelpCloseImage() - Method in interface com.opencloud.rem.client.ui.FieldHelpPanel.Style
- fieldHelpImage() - Method in interface com.opencloud.rem.client.ui.FormField.Resources
- FieldHelpPanel - Class in com.opencloud.rem.client.ui
-
Default implementation of
FieldHelpView
that displays help contents in a small popup bubble to the right of the associated widget or UI element. - FieldHelpPanel() - Constructor for class com.opencloud.rem.client.ui.FieldHelpPanel
- FieldHelpPanel.FieldHelpConstants - Interface in com.opencloud.rem.client.ui
- FieldHelpPanel.Resources - Interface in com.opencloud.rem.client.ui
- FieldHelpPanel.Style - Interface in com.opencloud.rem.client.ui
- FieldHelpView - Interface in com.opencloud.rem.client.ui
-
Interface for displaying help for individual fields or UI elements.
- flush() - Method in class com.opencloud.rem.client.ui.SimpleLogHandler
- FormField - Class in com.opencloud.rem.client.ui
-
UI wrapper for form field widgets.
- FormField() - Constructor for class com.opencloud.rem.client.ui.FormField
- FormField(Widget) - Constructor for class com.opencloud.rem.client.ui.FormField
- FormField(FormField.Resources) - Constructor for class com.opencloud.rem.client.ui.FormField
- FormField.FormFieldConstants - Interface in com.opencloud.rem.client.ui
- FormField.Resources - Interface in com.opencloud.rem.client.ui
- FormField.Style - Interface in com.opencloud.rem.client.ui
G
- GenericPopup - Class in com.opencloud.rem.client.ui
-
A
PopupPanel
providing various helper methods and custom styling. - GenericPopup() - Constructor for class com.opencloud.rem.client.ui.GenericPopup
-
Deprecated.Use
GenericPopup.nonModalPopup()
orGenericPopup.modalPopup()
instead. - GenericPopup(boolean, boolean, boolean) - Constructor for class com.opencloud.rem.client.ui.GenericPopup
-
Deprecated.Use
GenericPopup.nonModalPopup()
orGenericPopup.modalPopup()
instead. - getClassLoader() - Method in class com.opencloud.rem.server.ext.PluginManager
- getClassLoader() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getDependencies() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getDescription() - Method in class com.opencloud.rem.server.ext.ElementManagerExtension
- getDescription() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getExtensions() - Method in interface com.opencloud.rem.server.ext.ExtensionsManager
- getExtensions() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getFieldWidget() - Method in class com.opencloud.rem.client.ui.FormField
- getHandler() - Method in class com.opencloud.rem.server.ext.MonitoringExtension
-
Gets the
MonitoringRequestHandler
that will handle requests for monitoring data. - getHelpMessage() - Static method in class com.opencloud.rem.client.ui.NullableTextBox
- getHelpMessage() - Static method in class com.opencloud.rem.client.ui.TextBoxSuggestionsImpl
- getHTML() - Method in class com.opencloud.rem.client.ui.HelpPanel
- getId() - Method in class com.opencloud.rem.server.ext.ElementManagerExtension
- getId() - Method in class com.opencloud.rem.server.ext.MonitoringExtension
-
Gets the unique identifier for this monitoring extension.
- getInjector() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getLegacyExtensions() - Method in interface com.opencloud.rem.server.ext.ExtensionsManager
- getMenuExtensions() - Method in class com.opencloud.rem.server.ext.ElementManagerExtension
- getMessage() - Method in class com.opencloud.rem.client.ui.MessagePanel
- getModules() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getMonitorExtensions() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getMonitoringExtensions() - Method in interface com.opencloud.rem.server.ext.ExtensionsManager
- getMonitoringRequestHandler(String) - Method in interface com.opencloud.rem.server.ext.ExtensionsManager
- getOtherModules() - Method in class com.opencloud.rem.server.ext.ElementManagerExtension
- getPlugins() - Method in class com.opencloud.rem.server.ext.PluginManager
- getServletModule() - Method in class com.opencloud.rem.server.ext.ElementManagerExtension
- getServletModules() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getShortcutString(char) - Method in interface com.opencloud.rem.client.ui.ShortcutKeyHelper
- getShortcutString(char) - Method in class com.opencloud.rem.client.ui.ShortcutKeyHelperImpl
- getShortcutString(char) - Method in class com.opencloud.rem.client.ui.ShortcutKeyHelperMacImpl
- getShortName() - Method in class com.opencloud.rem.server.ext.PluginWrapper.Dependency
- getShortName() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getText() - Method in class com.opencloud.rem.client.ui.HelpPanel
- getText() - Method in class com.opencloud.rem.client.ui.ImageTextButton
- getText() - Method in class com.opencloud.rem.client.ui.InlineImageHyperlink
- getText() - Method in class com.opencloud.rem.client.ui.MessagePanel
- getText() - Method in class com.opencloud.rem.client.ui.ReadOnlyDisplay
- getTitle() - Method in class com.opencloud.rem.server.ext.MonitoringExtension
-
Gets the title to display for this monitoring extension.
- getUrl() - Method in class com.opencloud.rem.server.ext.ElementManagerExtension
- getValue() - Method in class com.opencloud.rem.client.ui.NamedValuesListBox
- getValue() - Method in class com.opencloud.rem.client.ui.NullableTextBox
- getValue() - Method in class com.opencloud.rem.client.ui.WriteOnlyToggle
- getVersion() - Method in class com.opencloud.rem.server.ext.PluginWrapper.Dependency
- getVersion() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- getView() - Method in class com.opencloud.rem.client.ui.SimpleLogHandler
- gwtPushButton() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- gwtToggleButton() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
H
- handle(RhinoMBeans, ConnectionSupport, MonitoringRequest) - Method in interface com.opencloud.rem.server.ext.MonitoringRequestHandler
-
Handles a request for monitoring data.
- handlerControl() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- HasProcessing - Interface in com.opencloud.rem.client.ui
- help() - Method in interface com.opencloud.rem.client.ui.AnnotatedWidgetWrapper.AnnotatedWidgetWrapperConstants
- help() - Method in interface com.opencloud.rem.client.ui.FormField.FormFieldConstants
- helpImage() - Method in interface com.opencloud.rem.client.ui.AnnotatedWidgetWrapper.Style
- helpImage() - Method in interface com.opencloud.rem.client.ui.FormField.Style
- helpMessage() - Method in interface com.opencloud.rem.client.ui.TextBoxSuggestionsImpl.TextBoxSuggestionsConstants
- helpMessage(String) - Method in interface com.opencloud.rem.client.ui.NullableTextBox.NullableTextBoxMessages
- HelpPanel - Class in com.opencloud.rem.client.ui
- HelpPanel() - Constructor for class com.opencloud.rem.client.ui.HelpPanel
- HelpStyle - Interface in com.opencloud.rem.client.ui
- hidden() - Method in interface com.opencloud.rem.client.ui.DataGridStyle
- hideHelp() - Method in class com.opencloud.rem.client.ui.FieldHelpPanel
- hideHelp() - Method in interface com.opencloud.rem.client.ui.FieldHelpView
I
- ImageTextButton - Class in com.opencloud.rem.client.ui
-
A
Button
with text and an image. - ImageTextButton() - Constructor for class com.opencloud.rem.client.ui.ImageTextButton
- ImageTextButton(String, ImageResource, ClickHandler) - Constructor for class com.opencloud.rem.client.ui.ImageTextButton
- indicatorImage() - Method in interface com.opencloud.rem.client.ui.TextBoxSuggestionsImpl.Resources
- info() - Method in interface com.opencloud.rem.client.ui.FormField.Style
- INFO - com.opencloud.rem.client.ui.MessageDisplay.MessageSeverity
- init() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- InlineImageHyperlink - Class in com.opencloud.rem.client.ui
-
An
InlineHyperlink
with an image. - InlineImageHyperlink() - Constructor for class com.opencloud.rem.client.ui.InlineImageHyperlink
- INSTANCE - Static variable in interface com.opencloud.rem.client.ui.ButtonPanel.Resources
- INSTANCE - Static variable in interface com.opencloud.rem.client.ui.CellBrowserResources
- INSTANCE - Static variable in interface com.opencloud.rem.client.ui.CellTableResources
- INSTANCE - Static variable in interface com.opencloud.rem.client.ui.CellTreeResources
- invalidRow() - Method in interface com.opencloud.rem.client.ui.DataGridStyle
- isProcessing() - Method in interface com.opencloud.rem.client.ui.HasProcessing
- isProcessing() - Method in class com.opencloud.rem.client.ui.ProcessingButton
- isScrollLock() - Method in class com.opencloud.rem.client.ui.SimpleLogHandler
- isShortcut(NativeEvent, int) - Method in interface com.opencloud.rem.client.ui.ShortcutKeyHelper
- isShortcut(NativeEvent, int) - Method in class com.opencloud.rem.client.ui.ShortcutKeyHelperImpl
- isShortcut(NativeEvent, int) - Method in class com.opencloud.rem.client.ui.ShortcutKeyHelperMacImpl
- isShortcut(KeyCodeEvent<?>, int) - Method in interface com.opencloud.rem.client.ui.ShortcutKeyHelper
- isShortcut(KeyCodeEvent<?>, int) - Method in class com.opencloud.rem.client.ui.ShortcutKeyHelperImpl
- isShortcut(KeyCodeEvent<?>, int) - Method in class com.opencloud.rem.client.ui.ShortcutKeyHelperMacImpl
- iterator() - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- iterator() - Method in class com.opencloud.rem.client.ui.ButtonPanel
- iterator() - Method in class com.opencloud.rem.client.ui.ClickableWidgetGroupWithState
- iterator() - Method in class com.opencloud.rem.client.ui.FormField
- iterator() - Method in class com.opencloud.rem.client.ui.ResizeInterceptor
- iterator() - Method in class com.opencloud.rem.client.ui.SimpleFormPanel
K
- keyboardSelectedSuggestionItem() - Method in interface com.opencloud.rem.client.ui.TextBoxSuggestionsImpl.Style
L
- loadAll(Class<S>) - Static method in class com.opencloud.rem.server.ext.PluginManager
- loading(boolean) - Method in class com.opencloud.rem.client.ui.GenericPopup
- logCONFIG() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logContents() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logFINE() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logFINER() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logFINEST() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- LoggingStyle - Interface in com.opencloud.rem.client.ui
- logHasThrowable() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logINFO() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logSEVERE() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logTester() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- logWARNING() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
M
- mainMessage() - Method in interface com.opencloud.rem.client.ui.MessagePanel.MessagePanelStyle
- message() - Method in interface com.opencloud.rem.client.ui.FormField.Style
- MessageDisplay - Interface in com.opencloud.rem.client.ui
-
Interface for widgets that can display a message.
- MessageDisplay.MessageSeverity - Enum in com.opencloud.rem.client.ui
-
The severity of the message.
- MessagePanel - Class in com.opencloud.rem.client.ui
-
Styled widget for displaying various types of messages in a panel.
- MessagePanel() - Constructor for class com.opencloud.rem.client.ui.MessagePanel
- MessagePanel.MessagePanelStyle - Interface in com.opencloud.rem.client.ui
- MessagePanel.MessageType - Enum in com.opencloud.rem.client.ui
- MessagePanel.Resources - Interface in com.opencloud.rem.client.ui
- modalPopup() - Static method in class com.opencloud.rem.client.ui.GenericPopup
- MonitoringExtension - Class in com.opencloud.rem.server.ext
-
Base class for REM monitoring extensions.
- MonitoringExtension() - Constructor for class com.opencloud.rem.server.ext.MonitoringExtension
- MonitoringRequestHandler - Interface in com.opencloud.rem.server.ext
-
Interface for custom handlers of a
MonitoringRequest
.
N
- NamedValuesListBox<T> - Class in com.opencloud.rem.client.ui
-
A
ListBox
widget for selecting values from a given map of named values. - NamedValuesListBox(boolean) - Constructor for class com.opencloud.rem.client.ui.NamedValuesListBox
- nonModalPopup() - Static method in class com.opencloud.rem.client.ui.GenericPopup
- NullableTextBox - Class in com.opencloud.rem.client.ui
-
A
TextBox
that can hold and set a value ofnull
. - NullableTextBox() - Constructor for class com.opencloud.rem.client.ui.NullableTextBox
- NullableTextBox.NullableTextBoxConstants - Interface in com.opencloud.rem.client.ui
- NullableTextBox.NullableTextBoxMessages - Interface in com.opencloud.rem.client.ui
- NullableTextBox.Resources - Interface in com.opencloud.rem.client.ui
- NullableTextBox.Style - Interface in com.opencloud.rem.client.ui
- NullableTextBoxWithSuggestions - Class in com.opencloud.rem.client.ui
-
A
NullableTextBox
that can provide suggestions. - NullableTextBoxWithSuggestions() - Constructor for class com.opencloud.rem.client.ui.NullableTextBoxWithSuggestions
- nullValue() - Method in interface com.opencloud.rem.client.ui.NullableTextBox.Style
- nullValueMessage() - Method in interface com.opencloud.rem.client.ui.NullableTextBox.NullableTextBoxConstants
O
- ocgwtSimpleLogHandler() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- onBrowserEvent(Cell.Context, Element, ImageResource, NativeEvent, ValueUpdater<ImageResource>) - Method in class com.opencloud.rem.client.ui.ClickableImageResourceCell
- onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.opencloud.rem.client.ui.ClickableStyledTextCell
- onBrowserEvent(Cell.Context, Element, C, NativeEvent, ValueUpdater<C>) - Method in class com.opencloud.rem.client.ui.StyledImageActionCell
- onDrag(Cell.Context, Cell.Context, T) - Method in interface com.opencloud.rem.client.ui.DraggableCellList.DragHandler
- onDragEnd(Cell.Context, T) - Method in interface com.opencloud.rem.client.ui.DraggableCellList.DragHandler
- onDragStart(Cell.Context, T) - Method in interface com.opencloud.rem.client.ui.DraggableCellList.DragHandler
- onMouseOut(MouseOutEvent) - Method in class com.opencloud.rem.client.ui.DelayedMouseOverOutHandler
- onMouseOver(MouseOverEvent) - Method in class com.opencloud.rem.client.ui.DelayedMouseOverOutHandler
- onResize() - Method in class com.opencloud.rem.client.ui.FieldHelpPanel
- onResize() - Method in class com.opencloud.rem.client.ui.HelpPanel
- onResize() - Method in interface com.opencloud.rem.client.ui.ResizeInterceptor.Listener
- onResize() - Method in class com.opencloud.rem.client.ui.ResizeInterceptor
- onResize() - Method in class com.opencloud.rem.client.ui.ScrolledTabLayoutPanel
P
- parse(String) - Static method in class com.opencloud.rem.server.ext.PluginWrapper.Dependency
-
Parses information on a plugin dependency from the specified String.
- PluginManager - Class in com.opencloud.rem.server.ext
- PluginManager() - Constructor for class com.opencloud.rem.server.ext.PluginManager
- PluginWrapper - Class in com.opencloud.rem.server.ext
- PluginWrapper(String, String, String, ClassLoader, List<PluginWrapper.Dependency>) - Constructor for class com.opencloud.rem.server.ext.PluginWrapper
- PluginWrapper.Dependency - Class in com.opencloud.rem.server.ext
- pointerLeftImage() - Method in interface com.opencloud.rem.client.ui.FieldHelpPanel.Resources
- ProcessingButton - Class in com.opencloud.rem.client.ui
-
A
Button
with text and an image. - ProcessingButton() - Constructor for class com.opencloud.rem.client.ui.ProcessingButton
- ProcessingButton(String, ImageResource, ClickHandler) - Constructor for class com.opencloud.rem.client.ui.ProcessingButton
- publish(LogRecord) - Method in class com.opencloud.rem.client.ui.SimpleLogHandler
R
- ReadOnlyDisplay - Class in com.opencloud.rem.client.ui
-
A simple widget for displaying a read-only value.
- ReadOnlyDisplay() - Constructor for class com.opencloud.rem.client.ui.ReadOnlyDisplay
- ReadOnlyDisplay.Resources - Interface in com.opencloud.rem.client.ui
- ReadOnlyDisplay.Style - Interface in com.opencloud.rem.client.ui
- readOnlyLabel() - Method in interface com.opencloud.rem.client.ui.ReadOnlyDisplay.Style
- remove(IsWidget) - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- remove(IsWidget) - Method in class com.opencloud.rem.client.ui.ButtonPanel
- remove(IsWidget) - Method in class com.opencloud.rem.client.ui.FormField
- remove(IsWidget) - Method in class com.opencloud.rem.client.ui.SimpleFormPanel
- remove(Widget) - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- remove(Widget) - Method in class com.opencloud.rem.client.ui.ButtonPanel
- remove(Widget) - Method in class com.opencloud.rem.client.ui.ClickableWidgetGroupWithState
- remove(Widget) - Method in class com.opencloud.rem.client.ui.FormField
- remove(Widget) - Method in class com.opencloud.rem.client.ui.ResizeInterceptor
- remove(Widget) - Method in class com.opencloud.rem.client.ui.ScrolledTabLayoutPanel
- remove(Widget) - Method in class com.opencloud.rem.client.ui.SimpleFormPanel
- render(Cell.Context, SafeHtml, SafeHtmlBuilder) - Method in class com.opencloud.rem.client.ui.StyledTextCell
- render(Cell.Context, C, SafeHtmlBuilder) - Method in class com.opencloud.rem.client.ui.StyledImageActionCell
- required() - Method in interface com.opencloud.rem.client.ui.FormField.FormFieldConstants
- required() - Method in class com.opencloud.rem.client.ui.FormField
- required() - Method in interface com.opencloud.rem.client.ui.FormField.Style
- required() - Method in interface com.opencloud.rem.client.ui.RequiredFieldMessage.RequiredFieldMessageConstants
- requiredField() - Method in interface com.opencloud.rem.client.ui.RequiredFieldMessage.RequiredFieldMessageConstants
- requiredFieldIndicator() - Method in interface com.opencloud.rem.client.ui.FormField.FormFieldConstants
- requiredFieldMessage() - Method in interface com.opencloud.rem.client.ui.RequiredFieldMessage.Style
- RequiredFieldMessage - Class in com.opencloud.rem.client.ui
-
Simple widget that displays a message about starred fields being required.
- RequiredFieldMessage() - Constructor for class com.opencloud.rem.client.ui.RequiredFieldMessage
- RequiredFieldMessage(RequiredFieldMessage.Resources) - Constructor for class com.opencloud.rem.client.ui.RequiredFieldMessage
- RequiredFieldMessage.RequiredFieldMessageConstants - Interface in com.opencloud.rem.client.ui
- RequiredFieldMessage.Resources - Interface in com.opencloud.rem.client.ui
- RequiredFieldMessage.Style - Interface in com.opencloud.rem.client.ui
- requiredImage() - Method in interface com.opencloud.rem.client.ui.FormField.Resources
- requiredImage() - Method in interface com.opencloud.rem.client.ui.RequiredFieldMessage.Resources
- requiredIndicator() - Method in interface com.opencloud.rem.client.ui.FormField.Style
- resize(double, double) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- resize(double, double) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- resize(double, double) - Method in class com.opencloud.rem.client.ui.SimpleLogHandler
- ResizeInterceptor - Class in com.opencloud.rem.client.ui
-
Simple wrapper widget that can be used between a
ProvidesResize
widget (such as aScrollPanel
orLayoutPanel
) and other widgets in aComposite
panel to allow you to get notifications when it is resized. - ResizeInterceptor() - Constructor for class com.opencloud.rem.client.ui.ResizeInterceptor
- ResizeInterceptor.Listener - Interface in com.opencloud.rem.client.ui
S
- ScrollableLogPanel - Class in com.opencloud.rem.client.ui
- ScrollableLogPanel() - Constructor for class com.opencloud.rem.client.ui.ScrollableLogPanel
- ScrollableLogView - Interface in com.opencloud.rem.client.ui
- ScrollableLogView.Listener - Interface in com.opencloud.rem.client.ui
- ScrolledTabLayoutPanel - Class in com.opencloud.rem.client.ui
-
A
TabLayoutPanel
that shows scroll buttons in the tab bar if tabs become wider than the panel width. - ScrolledTabLayoutPanel(double, Style.Unit, ImageResource, ImageResource) - Constructor for class com.opencloud.rem.client.ui.ScrolledTabLayoutPanel
- scrollLockClicked() - Method in interface com.opencloud.rem.client.ui.ScrollableLogView.Listener
- scrollToBottom() - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- scrollToBottom() - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- scrollToBottom() - Method in class com.opencloud.rem.client.ui.SimpleLogHandler
- selectTab(int, boolean) - Method in class com.opencloud.rem.client.ui.ScrolledTabLayoutPanel
- setActiveWidget(int) - Method in class com.opencloud.rem.client.ui.ClickableWidgetGroupWithState
- setAvailableValues(Set<T>) - Method in class com.opencloud.rem.client.ui.EnumerationListBox
-
Narrows the set of available values to the given subset.
- setBold(boolean) - Method in class com.opencloud.rem.client.ui.ClickableLabel
- setClearVisible(boolean) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- setClearVisible(boolean) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- setContainerPanel(LayoutPanel) - Method in class com.opencloud.rem.client.ui.FieldHelpPanel
- setControlsVisible(boolean) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- setControlsVisible(boolean) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- setDragHandler(DraggableCellList.DragHandler<T>) - Method in class com.opencloud.rem.client.ui.DraggableCellList
- setEnabled(boolean) - Method in class com.opencloud.rem.client.ui.ClickableLabel
- setHelp(SafeHtml) - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- setHelp(SafeHtml) - Method in class com.opencloud.rem.client.ui.ClickableLabel
- setHelp(SafeHtml) - Method in class com.opencloud.rem.client.ui.FormField
- setHelpView(FieldHelpView) - Method in class com.opencloud.rem.client.ui.AnnotatedWidgetWrapper
- setHelpView(FieldHelpView) - Method in class com.opencloud.rem.client.ui.ClickableLabel
- setHelpView(FieldHelpView) - Method in class com.opencloud.rem.client.ui.FormField
- setHTML(String) - Method in class com.opencloud.rem.client.ui.HelpPanel
- setInjector(Injector) - Method in class com.opencloud.rem.server.ext.PluginWrapper
- setListener(ResizeInterceptor.Listener) - Method in class com.opencloud.rem.client.ui.ResizeInterceptor
- setListener(ScrollableLogView.Listener) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- setListener(ScrollableLogView.Listener) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- setMessage(String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- setMessageType(MessagePanel.MessageType) - Method in class com.opencloud.rem.client.ui.MessagePanel
- setNamedValues(Map<String, T>) - Method in class com.opencloud.rem.client.ui.NamedValuesListBox
- setProcessing(boolean) - Method in interface com.opencloud.rem.client.ui.HasProcessing
- setProcessing(boolean) - Method in class com.opencloud.rem.client.ui.ProcessingButton
- setProcessingResource(ImageResource) - Method in class com.opencloud.rem.client.ui.ProcessingButton
- setRequired(boolean) - Method in class com.opencloud.rem.client.ui.FormField
- setResource(ImageResource) - Method in class com.opencloud.rem.client.ui.ImageTextButton
- setResource(ImageResource) - Method in class com.opencloud.rem.client.ui.InlineImageHyperlink
- setResource(ImageResource) - Method in class com.opencloud.rem.client.ui.ProcessingButton
- setScrollLock(boolean) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- setScrollLock(boolean) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- setScrollLockVisible(boolean) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- setScrollLockVisible(boolean) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
- setSubmitButtonText(String) - Method in class com.opencloud.rem.client.ui.GenericPopup
- setSubmitCommand(Command) - Method in class com.opencloud.rem.client.ui.GenericPopup
- setSuggestions(Map<String, String>) - Method in class com.opencloud.rem.client.ui.NullableTextBoxWithSuggestions
-
Sets the suggestions to display.
- setSuggestions(Map<String, String>) - Method in class com.opencloud.rem.client.ui.TextBoxSuggestionsImpl
- setSuggestions(Map<String, String>) - Method in class com.opencloud.rem.client.ui.TextBoxWithSuggestions
- setText(String) - Method in class com.opencloud.rem.client.ui.HelpPanel
- setText(String) - Method in class com.opencloud.rem.client.ui.ImageTextButton
- setText(String) - Method in class com.opencloud.rem.client.ui.InlineImageHyperlink
- setText(String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- setText(String) - Method in class com.opencloud.rem.client.ui.ReadOnlyDisplay
- setValue(Boolean) - Method in class com.opencloud.rem.client.ui.WriteOnlyToggle
- setValue(Boolean, boolean) - Method in class com.opencloud.rem.client.ui.WriteOnlyToggle
- setValue(String, boolean) - Method in class com.opencloud.rem.client.ui.NullableTextBox
- setValue(T) - Method in class com.opencloud.rem.client.ui.NamedValuesListBox
- setValue(T, boolean) - Method in class com.opencloud.rem.client.ui.NamedValuesListBox
- ShortcutKeyHelper - Interface in com.opencloud.rem.client.ui
-
Helper class that encapsulates the modifier keys for shortcut key combinations in a platform-specific way.
- ShortcutKeyHelperImpl - Class in com.opencloud.rem.client.ui
-
Default implementation of
ShortcutKeyHelper
that uses Alt+shortcutCharacter as the shortcut key combination. - ShortcutKeyHelperImpl() - Constructor for class com.opencloud.rem.client.ui.ShortcutKeyHelperImpl
- ShortcutKeyHelperMacImpl - Class in com.opencloud.rem.client.ui
-
Mac-specific implementation of
ShortcutKeyHelper
that uses Ctrl+Alt+shortcutCharacter as the shortcut key combination. - ShortcutKeyHelperMacImpl() - Constructor for class com.opencloud.rem.client.ui.ShortcutKeyHelperMacImpl
- showError(String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- showError(String, String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- showSuccess(String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- showSuccess(String, String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- showWarning(String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- showWarning(String, String) - Method in class com.opencloud.rem.client.ui.MessagePanel
- SimpleFormPanel - Class in com.opencloud.rem.client.ui
- SimpleFormPanel() - Constructor for class com.opencloud.rem.client.ui.SimpleFormPanel
- SimpleLogHandler - Class in com.opencloud.rem.client.ui
-
A simple widget log handler to display log messages.
- SimpleLogHandler(Formatter, int, boolean, boolean, boolean, ScrollableLogView) - Constructor for class com.opencloud.rem.client.ui.SimpleLogHandler
- style() - Method in interface com.opencloud.rem.client.ui.AnnotatedWidgetWrapper.Resources
- style() - Method in interface com.opencloud.rem.client.ui.ButtonPanel.Resources
- style() - Method in interface com.opencloud.rem.client.ui.FieldHelpPanel.Resources
- style() - Method in interface com.opencloud.rem.client.ui.FormField.Resources
- style() - Method in interface com.opencloud.rem.client.ui.MessagePanel.Resources
- style() - Method in interface com.opencloud.rem.client.ui.NullableTextBox.Resources
- style() - Method in interface com.opencloud.rem.client.ui.ReadOnlyDisplay.Resources
- style() - Method in interface com.opencloud.rem.client.ui.RequiredFieldMessage.Resources
- style() - Method in interface com.opencloud.rem.client.ui.TextBoxSuggestionsImpl.Resources
- StyledImageActionCell<C> - Class in com.opencloud.rem.client.ui
- StyledImageActionCell(ImageResource, StyledImageActionCell.Delegate<C>, String...) - Constructor for class com.opencloud.rem.client.ui.StyledImageActionCell
- StyledImageActionCell(ImageResource, String, StyledImageActionCell.Delegate<C>, String...) - Constructor for class com.opencloud.rem.client.ui.StyledImageActionCell
- StyledImageActionCell.Delegate<C> - Interface in com.opencloud.rem.client.ui
- StyledLabel - Class in com.opencloud.rem.client.ui
-
A
Label
with style. - StyledLabel(String, String) - Constructor for class com.opencloud.rem.client.ui.StyledLabel
- StyledTextCell - Class in com.opencloud.rem.client.ui
- StyledTextCell(String) - Constructor for class com.opencloud.rem.client.ui.StyledTextCell
- success() - Method in interface com.opencloud.rem.client.ui.MessagePanel.MessagePanelStyle
- SUCCESS - com.opencloud.rem.client.ui.MessagePanel.MessageType
- successImage() - Method in interface com.opencloud.rem.client.ui.MessagePanel.Resources
- suggestionItem() - Method in interface com.opencloud.rem.client.ui.TextBoxSuggestionsImpl.Style
T
- TextBoxSuggestionsImpl - Class in com.opencloud.rem.client.ui
- TextBoxSuggestionsImpl(TextBox) - Constructor for class com.opencloud.rem.client.ui.TextBoxSuggestionsImpl
- TextBoxSuggestionsImpl.Resources - Interface in com.opencloud.rem.client.ui
- TextBoxSuggestionsImpl.Style - Interface in com.opencloud.rem.client.ui
- TextBoxSuggestionsImpl.TextBoxSuggestionsConstants - Interface in com.opencloud.rem.client.ui
- textBoxWithSuggestions() - Method in interface com.opencloud.rem.client.ui.TextBoxSuggestionsImpl.Style
- TextBoxWithSuggestions - Class in com.opencloud.rem.client.ui
-
A
TextBox
that can provide suggestions. - TextBoxWithSuggestions() - Constructor for class com.opencloud.rem.client.ui.TextBoxWithSuggestions
- title() - Method in interface com.opencloud.rem.client.ui.LoggingStyle
- tooltip() - Method in interface com.opencloud.rem.client.ui.TextBoxSuggestionsImpl.TextBoxSuggestionsConstants
- toString() - Method in class com.opencloud.rem.server.ext.PluginWrapper.Dependency
- toString() - Method in class com.opencloud.rem.server.ext.PluginWrapper
- trim(int) - Method in class com.opencloud.rem.client.ui.ScrollableLogPanel
- trim(int) - Method in interface com.opencloud.rem.client.ui.ScrollableLogView
V
- valueOf(String) - Static method in enum com.opencloud.rem.client.ui.MessageDisplay.MessageSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rem.client.ui.MessagePanel.MessageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.opencloud.rem.client.ui.MessageDisplay.MessageSeverity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.rem.client.ui.MessagePanel.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueToDisplayName(T) - Method in interface com.opencloud.rem.client.ui.EnumerationListBox.ValueRenderer
- visibleOnlyWhenSelected() - Method in interface com.opencloud.rem.client.ui.CellTreeStyle
- visibleWhenRowHovered() - Method in interface com.opencloud.rem.client.ui.DataGridStyle
- visibleWhenRowSelected() - Method in interface com.opencloud.rem.client.ui.DataGridStyle
W
- warning() - Method in interface com.opencloud.rem.client.ui.FormField.Style
- warning() - Method in interface com.opencloud.rem.client.ui.MessagePanel.MessagePanelStyle
- WARNING - com.opencloud.rem.client.ui.MessageDisplay.MessageSeverity
- WARNING - com.opencloud.rem.client.ui.MessagePanel.MessageType
- warningImage() - Method in interface com.opencloud.rem.client.ui.MessagePanel.Resources
- wrap(T) - Static method in class com.opencloud.rem.client.ui.ReadOnlyDisplay
- WriteOnlyToggle - Class in com.opencloud.rem.client.ui
-
A simple widget for toggling the set/unset state for a write-only field.
- WriteOnlyToggle() - Constructor for class com.opencloud.rem.client.ui.WriteOnlyToggle
All Classes All Packages