| Interface | Description |
|---|---|
| ActionHandler |
Interface to handle semantic events that are fired when a component-defined action occurs.
|
| Cache.CacheCallback<T> |
Interface used to access an object when it is not found in the cache.
|
| Config |
Interface for retrieving the configuration parameters of the WYSIWYG editor.
|
| DragListener |
Interface for listening to drag events.
|
| HasActionHandlers |
Interface to register action handlers.
|
| Images |
This
ClientBundle contains all the images used in the User module. |
| Selectable |
An object that can be selected.
|
| SourcesDragEvents |
An interface for registering drag event listeners.
|
| SourcesTimerEvents |
An interface for registering timer listeners.
|
| Strings |
This
Constants interface is used to localize user interface strings. |
| TimerListener |
Interface for listening to timer events.
|
| Updatable |
Interface to an object that can be updated.
|
| Class | Description |
|---|---|
| ActionEvent |
A semantic event which indicates that a component-defined action occurred.
|
| BackForwardCache |
Allows us to preserve the state of the editor against the browser's Back button, the soft page
refresh and the browser crash by using the browser's cache mechanism.
|
| Cache |
Generic object cache that can be used to optimize the JavaScript execution.
|
| CancelableAsyncCallback<T> |
An
AsyncCallback that can be canceled before it is called. |
| ClickCommand |
A command that simulates a click when executed.
|
| Console |
Interface to the browser's console.
|
| DeferredUpdater |
Schedules updates for an
Updatable object and ensures that only the most recent update is actually executed. |
| DragAdaptor |
Adapts mouse events to drag events.
|
| DragListenerCollection |
A collection of drag listeners.
|
| EscapeUtils |
Provides utility methods for escaping strings.
|
| FocusCommand |
Command that sets focus on the specified widget.
|
| HandlerRegistrationCollection |
A collection of
HandlerRegistration instances. |
| KeyboardAdaptor |
Cross-browser keyboard handling.
|
| NativeActionHandler |
Wraps a JavaScript function and calls it whenever this action handler is executed.
|
| NativeAsyncCallback<T> | |
| RichTextAreaCommand |
Executes a specific command on a rich text area.
|
| ShortcutKey |
Represents a combination of a keyboard key and one or more modifier keys, that could trigger a specific action.
|
| ShortcutKeyCommand |
A
Command that can be triggered by a shortcut key. |
| ShortcutKeyManager |
Associates
ShortcutKeyCommands to shortcut keys. |
| StringUtils |
Operations on Strings.
|
| TabPanelSelector |
Notifies
Selectable tabs within a TabPanel when they are selected. |
| TextBoxNumberFilter | |
| Timer |
Extends
Timer by allowing timer listeners to be registered and notified whenever
the run method is being called. |
| TimerListenerCollection |
A collection of timer listeners.
|
| URLUtils |
Provides utility methods for manipulating URLs.
|
| Enum | Description |
|---|---|
| ShortcutKey.ModifierKey |
A modifier key.
|
Copyright © 2004–2016 XWiki. All rights reserved.