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

A

AbstractAutoSubmitWizardStep<T> - Class in org.xwiki.gwt.user.client.ui.wizard
Abstract wizard step that is automatically submitted after it is initialized.
AbstractAutoSubmitWizardStep() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
 
AbstractInteractiveWizardStep - Class in org.xwiki.gwt.user.client.ui.wizard
An abstract wizard step that requires user input in order to move forward.
AbstractInteractiveWizardStep() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
Creates a new composite wizard step.
AbstractInteractiveWizardStep(FlowPanel) - Constructor for class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
Creates a new interactive wizard step that uses the given panel to hold its widgets.
AbstractNavigationAwareWizardStep - Class in org.xwiki.gwt.user.client.ui.wizard
An abstract wizard step that is aware of the wizard navigation.
AbstractNavigationAwareWizardStep() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
 
ActionEvent - Class in org.xwiki.gwt.user.client
A semantic event which indicates that a component-defined action occurred.
ActionEvent(String) - Constructor for class org.xwiki.gwt.user.client.ActionEvent
Creates a new event for the specified action.
ActionHandler - Interface in org.xwiki.gwt.user.client
Interface to handle semantic events that are fired when a component-defined action occurs.
add(Widget) - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 
addActionHandler(String, ActionHandler) - Method in interface org.xwiki.gwt.user.client.HasActionHandlers
Registers the given handler for the specified action.
addActionHandler(String, ActionHandler) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
addBreakPoint() - Method in class org.xwiki.gwt.user.client.Console
Adds a break point for the debugger.
addButton(WizardStep, NavigationListener.NavigationDirection, Panel, String) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
Adds the button for the specified direction for the step in the passed container.
addCloseHandler(CloseHandler<CompositeDialogBox>) - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
 
addCommandListener(CommandListener) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.SourcesCommandEvents
Start listening to the Command events generated by this object.
addCopyHandler(CopyHandler) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
addDoubleClickHandler(DoubleClickHandler) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
addDoubleClickHandler(DoubleClickHandler) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
addDragListener(DragListener) - Method in class org.xwiki.gwt.user.client.DragAdaptor
 
addDragListener(DragListener) - Method in interface org.xwiki.gwt.user.client.SourcesDragEvents
Registers a drag listener for the underlying event source.
addFlag(String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
Sets the specified flag.
addHandlers(HasAllKeyHandlers) - Method in class org.xwiki.gwt.user.client.ShortcutKeyManager
Adds the necessary key handlers to be able to catch shortcut keys.
addItem(ListItem<T>) - Method in class org.xwiki.gwt.user.client.ui.ListBox
Adds a new item to the list.
addKeyDownHandler(KeyDownHandler) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
addKeyPressHandler(KeyPressHandler) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
addKeyUpHandler(KeyUpHandler) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
addLoadHandler(LoadHandler) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
addNavigationListener(NavigationListener) - Method in interface org.xwiki.gwt.user.client.ui.wizard.SourcesNavigationEvents
Adds the listener to the list of listeners for the navigation events launched by this source.
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
 
addPasteHandler(PasteHandler) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
addSelectionHandler(SelectionHandler<ListItem<T>>) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
addTimerListener(TimerListener) - Method in interface org.xwiki.gwt.user.client.SourcesTimerEvents
Registers a timer listener for the underlying timer.
addTimerListener(TimerListener) - Method in class org.xwiki.gwt.user.client.Timer
 
addWizardListener(WizardListener) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Adds a wizard listener to the list notified by this wizard.
areEqual(String, String) - Static method in class org.xwiki.gwt.user.client.StringUtils
 
assertTrue(boolean, Object...) - Method in class org.xwiki.gwt.user.client.Console
Tests that an expression is true.

B

BACK_COLOR - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will set the background color of the document.
BackForwardCache - Class in org.xwiki.gwt.user.client
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.
BackForwardCache(Element) - Constructor for class org.xwiki.gwt.user.client.BackForwardCache
Creates a new cache based on the given HTML element whose value can be cached by the browser.
BOLD - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If there is no selection, the insertion point will set bold for subsequently typed characters.
If there is a selection and all of the characters are already bold, the bold will be removed.

C

Cache - Class in org.xwiki.gwt.user.client
Generic object cache that can be used to optimize the JavaScript execution.
Cache(JavaScriptObject) - Constructor for class org.xwiki.gwt.user.client.Cache
Creates a new cache that uses the given JavaScript object to store the cached objects.
Cache.CacheCallback<T> - Interface in org.xwiki.gwt.user.client
Interface used to access an object when it is not found in the cache.
CancelableAsyncCallback<T> - Class in org.xwiki.gwt.user.client
An AsyncCallback that can be canceled before it is called.
CancelableAsyncCallback(AsyncCallback<T>) - Constructor for class org.xwiki.gwt.user.client.CancelableAsyncCallback
Wraps the given call-back and add the ability to cancel it.
canUpdate() - Method in class org.xwiki.gwt.user.client.BackForwardCache
 
canUpdate() - Method in interface org.xwiki.gwt.user.client.Updatable
 
center() - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
 
center() - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
Centers this dialog on the screen.
clear(boolean) - Method in class org.xwiki.gwt.user.client.Cache
Clears the cache and optionally disables it.
clear() - Method in class org.xwiki.gwt.user.client.ui.ListBox
Removes all the items from this list.
clear() - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 
clearFloats - Variable in class org.xwiki.gwt.user.client.ui.ToolBar
This needs to be put at the end of the ToolBar.panel because we're using HTML divs on which we set the float CSS property.
clearSelection() - Method in class org.xwiki.gwt.user.client.ui.rta.SelectionPreserver
Removes the markers from the document and clears the list of saved range place holders.
ClickCommand - Class in org.xwiki.gwt.user.client
A command that simulates a click when executed.
ClickCommand(HasClickHandlers) - Constructor for class org.xwiki.gwt.user.client.ClickCommand
Creates a new click command that will simulate a click on the specified object when executed.
close() - Method in interface org.xwiki.gwt.user.client.Images
 
close() - Method in interface org.xwiki.gwt.user.client.Strings
 
Command - Class in org.xwiki.gwt.user.client.ui.rta.cmd
Identifies an action that the user can take on a rich text area.
Command(String) - Constructor for class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Creates a new command with the given name.
CommandListener - Interface in org.xwiki.gwt.user.client.ui.rta.cmd
Interface that must be implemented in order to be notified of executed commands.
CommandListenerCollection - Class in org.xwiki.gwt.user.client.ui.rta.cmd
A collection of CommandListener.
CommandListenerCollection() - Constructor for class org.xwiki.gwt.user.client.ui.rta.cmd.CommandListenerCollection
 
CommandManager - Interface in org.xwiki.gwt.user.client.ui.rta.cmd
Interface for executing commands on a rich text area and for retrieving informations about the state of these commands.
CommandManagerApi - Class in org.xwiki.gwt.user.client.ui.rta.cmd
This class exposes a CommandManager to the native JavaScript code.
CommandManagerApi() - Constructor for class org.xwiki.gwt.user.client.ui.rta.cmd.CommandManagerApi
Default constructor.
ComplexDialogBox - Class in org.xwiki.gwt.user.client.ui
A dialog box that can be part of a wizard and whose content is structured in three parts: the header, the body and the footer.
ComplexDialogBox(boolean, boolean) - Constructor for class org.xwiki.gwt.user.client.ui.ComplexDialogBox
Creates a new complex dialog box.
CompositeDialogBox - Class in org.xwiki.gwt.user.client.ui
The base class for any custom dialog box.
CompositeDialogBox(boolean, boolean) - Constructor for class org.xwiki.gwt.user.client.ui.CompositeDialogBox
Creates a new composite dialog box.
Config - Interface in org.xwiki.gwt.user.client
Interface for retrieving the configuration parameters of the WYSIWYG editor.
Console - Class in org.xwiki.gwt.user.client
Interface to the browser's console.
Console() - Constructor for class org.xwiki.gwt.user.client.Console
 
count(String) - Method in class org.xwiki.gwt.user.client.Console
Writes the number of times that the line of code where count was called was executed.
CREATE_LINK - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will insert a link in place of the current selection, either if it is a collapsed selection or an expanded one.
currentStep - Variable in class org.xwiki.gwt.user.client.ui.wizard.Wizard
The current step of the wizard.

D

debug(Object, Object...) - Method in class org.xwiki.gwt.user.client.Console
Writes a message to the console, including a hyperlink to the line where it was called.
DEFAULT_DELAY - Static variable in class org.xwiki.gwt.user.client.DeferredUpdater
The default number of milliseconds to wait before executing an update.
DeferredUpdater - Class in org.xwiki.gwt.user.client
Schedules updates for an Updatable object and ensures that only the most recent update is actually executed.
DeferredUpdater(Updatable) - Constructor for class org.xwiki.gwt.user.client.DeferredUpdater
Creates a new deferred updater for the specified Updatable object.
DeferredUpdater(Updatable, int) - Constructor for class org.xwiki.gwt.user.client.DeferredUpdater
Creates a new deferred updater for the specified Updatable object.
deferUpdate() - Method in class org.xwiki.gwt.user.client.DeferredUpdater
Cancels any pending updates and schedule a new update for the underlying object.
DELETE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Deletes the current selection.
deserialize(String) - Method in class org.xwiki.gwt.user.client.BackForwardCache
Parses the given string and extracts a map of key-value pairs.
dialog - Variable in class org.xwiki.gwt.user.client.ui.wizard.Wizard
The dialog in which the wizard steps are loaded.
DialogBox - Class in org.xwiki.gwt.user.client.ui
Generic dialog box with optimized dragging.
DialogBox() - Constructor for class org.xwiki.gwt.user.client.ui.DialogBox
Creates a new dialog that doesn't auto hide and is not modal.
DialogBox(boolean) - Constructor for class org.xwiki.gwt.user.client.ui.DialogBox
Creates a new dialog that is not modal.
DialogBox(boolean, boolean) - Constructor for class org.xwiki.gwt.user.client.ui.DialogBox
Creates a new dialog.
dialogFailedToLoad() - Method in interface org.xwiki.gwt.user.client.Strings
 
dir(Object) - Method in class org.xwiki.gwt.user.client.Console
Prints an interactive listing of all properties of the given object.
DIRTY - Static variable in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
dirxml(Node) - Method in class org.xwiki.gwt.user.client.Console
Prints the XML source tree of an HTML or XML element.
dispatch(ActionHandler) - Method in class org.xwiki.gwt.user.client.ActionEvent
 
display() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
 
display() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
This method is called right after the wizard step has been successfully initialized.
display() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
This method is called right after the wizard step has been successfully initialized.
displayStep(WizardStep, boolean) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
Displays the passed wizard step in this dialog.
DragAdaptor - Class in org.xwiki.gwt.user.client
Adapts mouse events to drag events.
DragAdaptor(Widget) - Constructor for class org.xwiki.gwt.user.client.DragAdaptor
Creates a new drag adaptor for the given source of mouse events.
DRAGGING_STYLE - Static variable in class org.xwiki.gwt.user.client.ui.DialogBox
The style name used when the dialog is dragged.
DragListener - Interface in org.xwiki.gwt.user.client
Interface for listening to drag events.
DragListenerCollection - Class in org.xwiki.gwt.user.client
A collection of drag listeners.
DragListenerCollection() - Constructor for class org.xwiki.gwt.user.client.DragListenerCollection
 

E

ENABLE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Enables or disables the rich text area.
equals(Object) - Method in class org.xwiki.gwt.user.client.ShortcutKey
 
equals(Object) - Method in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
 
error(Object, Object...) - Method in class org.xwiki.gwt.user.client.Console
Writes a message to the console with the visual "error" icon and color coding and a hyperlink to the line where it was called.
escapeComment(String) - Static method in class org.xwiki.gwt.user.client.EscapeUtils
Escapes the -- sequence before setting the text of a comment DOM node.
EscapeUtils - Class in org.xwiki.gwt.user.client
Provides utility methods for escaping strings.
EscapeUtils() - Constructor for class org.xwiki.gwt.user.client.EscapeUtils
Constructor.
Executable - Interface in org.xwiki.gwt.user.client.ui.rta.cmd
The code associated with a Command.
execute() - Method in class org.xwiki.gwt.user.client.ClickCommand
 
execute() - Method in class org.xwiki.gwt.user.client.FocusCommand
 
execute() - Method in class org.xwiki.gwt.user.client.RichTextAreaCommand
 
execute() - Method in class org.xwiki.gwt.user.client.ShortcutKeyCommand
 
execute(Command, String) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Executes a command on the current selection of the document edited with the underlying rich text area.
execute(Command, int) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Executes a command on the current selection of the document edited with the underlying rich text area.
execute(Command, boolean) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Executes a command on the current selection of the document edited with the underlying rich text area.
execute(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Executes a command on the current selection of the document edited with the underlying rich text area.
execute(String) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
Runs this executable with the given parameter.

F

fillButtonsContainers(WizardStep, boolean) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
Fill the buttons containers according to the passed wizard step valid directions.
finishing - Variable in class org.xwiki.gwt.user.client.ui.wizard.Wizard
true if NavigationDirection#FINISH has been triggered and the queue of next wizard steps is not empty, false otherwise.
fire(HasActionHandlers, String) - Static method in class org.xwiki.gwt.user.client.ActionEvent
Fires an action event on all registered handlers in the handler manager.
fireBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.user.client.ui.rta.cmd.CommandListenerCollection
Notifies all the listeners in this collection that the specified command is about to be executed.
fireCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.user.client.ui.rta.cmd.CommandListenerCollection
Notifies all the listeners in this collection that the specified command was executed.
fireDrag(Widget, int, int) - Method in class org.xwiki.gwt.user.client.DragListenerCollection
Notifies all the listeners in this collection of the Drag event.
fireDragEnd(Widget, int, int) - Method in class org.xwiki.gwt.user.client.DragListenerCollection
Notifies all the listeners in this collection of the DragEnd event.
fireDragStart(Widget, int, int) - Method in class org.xwiki.gwt.user.client.DragListenerCollection
Notifies all the listeners in this collection of the DragStart event.
fireNavigationEvent(NavigationListener.NavigationDirection) - Method in class org.xwiki.gwt.user.client.ui.wizard.NavigationListenerCollection
Fires a navigation event for all listeners in the collection.
fireTimer(Timer) - Method in class org.xwiki.gwt.user.client.TimerListenerCollection
Notify all the listeners from this collection.
FocusCommand - Class in org.xwiki.gwt.user.client
Command that sets focus on the specified widget.
FocusCommand(Focusable) - Constructor for class org.xwiki.gwt.user.client.FocusCommand
Builds a focus command for the specified widget.
FONT_NAME - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will set the font face for a selection or at the insertion point if there is no selection.
The given string is such as would be used in the "name" attribute of the font tag.
FONT_SIZE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will set the font size for a selection or at the insertion point if there is no selection.
The given number is such as would be used in the "size" attribute of the font tag.
FORE_COLOR - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will set the text color of the selection or at the insertion point.
FORMAT_BLOCK - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Adds an HTML block-style tag around a selection or at the insertion point line.

G

get(String) - Method in class org.xwiki.gwt.user.client.BackForwardCache
Retrieves the value of a cached property specified by the given key.
get(String, String) - Method in class org.xwiki.gwt.user.client.BackForwardCache
Retrieves the value of a cached property specified by the given key, falling back on a default value if the key is not found in the cache.
get() - Method in interface org.xwiki.gwt.user.client.Cache.CacheCallback
 
get(String, Cache.CacheCallback<T>) - Method in class org.xwiki.gwt.user.client.Cache
Looks up the given key in the cache and returns the associated object if the key if found.
getActionName() - Method in class org.xwiki.gwt.user.client.ActionEvent
 
getAssociatedType() - Method in class org.xwiki.gwt.user.client.ActionEvent
 
getBody() - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
 
getBooleanValue(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Returns the value of the given command for the current selection in the document edited with the underlying rich text area.
getCaption() - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
getCommand() - Method in class org.xwiki.gwt.user.client.ShortcutKeyCommand
 
getCommandManager() - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
getData() - Method in class org.xwiki.gwt.user.client.ui.ListItem
 
getData() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
 
getDialog() - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
Protected access to the underlying dialog box.
getDirectionName(NavigationListener.NavigationDirection) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
 
getDirectionName(NavigationListener.NavigationDirection) - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
Allows this step to overwrite the default printed for the navigation directions.
getDocument() - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
NOTE: If the current browser doesn't support rich text editing this method returns null.
getExecutable(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
 
getFlagNames() - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
 
getFooter() - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
 
getHeader() - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
 
getHTML() - Method in class org.xwiki.gwt.user.client.ui.MenuItem
 
getIcon() - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
getIcon() - Method in class org.xwiki.gwt.user.client.ui.MenuItem
 
getImpl() - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
NOTE: We need this method because RichTextArea.impl is private.
getInstance() - Static method in class org.xwiki.gwt.user.client.Console
 
getIntegerValue(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Returns the value of the given command for the current selection in the document edited with the underlying rich text area.
getItem(int) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
getItemCount() - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
getItemForEvent(DomEvent<?>) - Method in class org.xwiki.gwt.user.client.ui.ListBox
Finds the list item that is the target of the specified DOM event.
getKeyCode() - Method in class org.xwiki.gwt.user.client.ShortcutKey
 
getMap() - Method in class org.xwiki.gwt.user.client.BackForwardCache
 
getModifiers() - Method in class org.xwiki.gwt.user.client.ShortcutKey
 
getModifiers(KeyDownEvent) - Static method in class org.xwiki.gwt.user.client.ShortcutKeyManager
 
getNameSpace() - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
 
getNextStep() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
 
getNextStep() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
Returns the key of the next step in the wizard.
getParameter(String) - Method in interface org.xwiki.gwt.user.client.Config
Returns the value of the specified parameter, defaulting to null if the parameter doesn't exist.
getParameter(String, String) - Method in interface org.xwiki.gwt.user.client.Config
Returns the value of the specified parameter, defaulting to the given value if the parameter doesn't exist.
getParameter(String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
 
getParameter(String, String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
 
getParameter() - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
 
getParameterNames() - Method in interface org.xwiki.gwt.user.client.Config
 
getParameterNames() - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
 
getProvider() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
 
getQualifiedName(String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
The qualified form of a parameter's name is obtained by prefixing the name of the parameter with HiddenConfig.nameSpace.
getQueryString(String) - Static method in class org.xwiki.gwt.user.client.URLUtils
Extracts the query string from the given URL.
getResult() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
 
getResult() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
 
getResult() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
 
getSelectedItem() - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
getShortcutKeyLabel() - Method in class org.xwiki.gwt.user.client.ui.MenuItem
 
getStep(String) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardStepMap
 
getStep(String) - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStepProvider
Returns the WizardStep corresponding to the passed name.
getStepTitle() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
 
getStepTitle() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
 
getStepTitle() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
 
getStringValue(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Returns the value of the given command for the current selection in the document edited with the underlying rich text area.
getTabIndex() - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
getText() - Method in class org.xwiki.gwt.user.client.ui.LabeledTextBox
 
getText() - Method in class org.xwiki.gwt.user.client.ui.MenuItem
 
getType(String) - Static method in class org.xwiki.gwt.user.client.ActionEvent
 
getValidDirections() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
 
getValidDirections() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
 
getWidget() - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
getWidget(int) - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 
getWidgetCount() - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 
getWidgetIndex(Widget) - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 
group(Object, Object...) - Method in class org.xwiki.gwt.user.client.Console
Writes a message to the console and opens a nested block to indent all future messages sent to the console.
groupEnd() - Method in class org.xwiki.gwt.user.client.Console
Closes the most recently opened block created by a call to Console.group(Object, Object...).

H

handleKeyRelease(Event) - Method in class org.xwiki.gwt.user.client.KeyboardAdaptor
Handles a key release.
handleRepeatableKey(Event) - Method in class org.xwiki.gwt.user.client.KeyboardAdaptor
Handles a repeatable key press.
HandlerRegistrationCollection - Class in org.xwiki.gwt.user.client
A collection of HandlerRegistration instances.
HandlerRegistrationCollection() - Constructor for class org.xwiki.gwt.user.client.HandlerRegistrationCollection
 
HasActionHandlers - Interface in org.xwiki.gwt.user.client
Interface to register action handlers.
hasFlag(String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
Tests of the specified flag has been set.
hashCode() - Method in class org.xwiki.gwt.user.client.ShortcutKey
 
hashCode() - Method in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
 
hasSelection() - Method in class org.xwiki.gwt.user.client.ui.rta.SelectionPreserver
 
HiddenConfig - Class in org.xwiki.gwt.user.client.ui
A group of Hidden widgets that can be used to send data to the server when the HTML form is submitted.
HiddenConfig() - Constructor for class org.xwiki.gwt.user.client.ui.HiddenConfig
Creates a new group of Hidden widgets without specifying the HiddenConfig.nameSpace.
HiddenConfig(String) - Constructor for class org.xwiki.gwt.user.client.ui.HiddenConfig
Creates a new group of Hidden widgets.
hide() - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
Hides this dialog box.
hideDialog() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Helper function to hide the dialog and mark that it was closed by code and not by user action.
httpStatusTextRequestAborted() - Method in interface org.xwiki.gwt.user.client.Strings
NOTE: We added this message because the statusText response property is not accessible when the status code is 0 (unknown).

I

Images - Interface in org.xwiki.gwt.user.client
This ClientBundle contains all the images used in the User module.
INDENT - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Indent the block where the caret is located.
info(Object, Object...) - Method in class org.xwiki.gwt.user.client.Console
Writes a message to the console with the visual "info" icon and color coding and a hyperlink to the line where it was called.
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
Initializes the current wizard step, according to the passed data.
init(Object, AsyncCallback<?>) - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
Initializes the current wizard step, according to the passed data.
initAndDisplayCurrentStep(Object) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Initializes and displays the current wizard step, with the passed data.
INITIALIZING - Static variable in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
Flag indicating that the load event is currently being handled.
initWidget(Widget) - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
 
INSERT_BR_ON_RETURN - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Selects whether pressing return inside a paragraph creates another paragraph or just inserts a <br> tag.
INSERT_HORIZONTAL_RULE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will insert a horizontal rule (line) at the insertion point.
Does it delete the selection? Yes!
INSERT_HTML - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will insert the given HTML into the <body> in place of the current selection or at the caret location.
The given string is the HTML to insert.
INSERT_IMAGE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will insert an image (referenced by the given url) at the insertion point.
INSERT_ORDERED_LIST - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Depends on the selection.
INSERT_PARAGRAPH - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Inserts a new paragraph.
INSERT_UNORDERED_LIST - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Depends on the selection.
insertItem(ListItem<T>, int) - Method in class org.xwiki.gwt.user.client.ui.ListBox
Inserts an item before the specified position.
INSTANCE - Static variable in interface org.xwiki.gwt.user.client.Images
An instance of this client bundle that can be used anywhere in the code to extract images.
INSTANCE - Static variable in interface org.xwiki.gwt.user.client.Strings
An instance of this string bundle that can be used anywhere in the code to obtain i18n strings.
isAutoSubmit() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
 
isAutoSubmit() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
 
isAutoSubmit() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
 
isCanceled() - Method in class org.xwiki.gwt.user.client.CancelableAsyncCallback
 
isCanceled() - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
 
isEmpty(String) - Static method in class org.xwiki.gwt.user.client.StringUtils
Check is a String is empty ("") or null.
isEnabled(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Returns a boolean value that indicates whether the specified command can be successfully executed using CommandManager.execute(Command, String), given the current selection of the document edited with the underlying rich text area.
isEnabled() - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
 
isExecuted(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Returns a boolean value that indicates the current state of the given command.
isExecuted() - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
 
isLoading() - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
 
isLoading() - Method in class org.xwiki.gwt.user.client.ui.LoadingPanel
 
isRepeatable() - Method in class org.xwiki.gwt.user.client.ShortcutKeyCommand
 
isSelected() - Method in interface org.xwiki.gwt.user.client.Selectable
 
isShowing() - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
 
isSupported(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Returns a boolean value that indicates whether the current command is supported by the underlying rich text area.
isSupported() - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
 
ITALIC - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If there is no selection, the insertion point will set italic for subsequently typed characters.
If there is a selection and all of the characters are already italic, the italic will be removed.
iterator() - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 

J

join(Collection<?>, String) - Static method in class org.xwiki.gwt.user.client.StringUtils
Joins the elements of the provided collection into a single string containing the provided elements.
JUSTIFY_CENTER - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Center-aligns the current block.
JUSTIFY_FULL - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Fully-justifies the current block.
JUSTIFY_LEFT - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Left-aligns the current block.
JUSTIFY_RIGHT - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Right aligns the current block.

K

KeyboardAdaptor - Class in org.xwiki.gwt.user.client
Cross-browser keyboard handling.
KeyboardAdaptor() - Constructor for class org.xwiki.gwt.user.client.KeyboardAdaptor
 

L

LabeledTextBox - Class in org.xwiki.gwt.user.client.ui
A labeled text box.
LabeledTextBox(String) - Constructor for class org.xwiki.gwt.user.client.ui.LabeledTextBox
Creates a new labeled text box.
ListBox<T> - Class in org.xwiki.gwt.user.client.ui
Displays a list of items allowing us to select one using the mouse or the keyboard.
ListBox() - Constructor for class org.xwiki.gwt.user.client.ui.ListBox
Creates a new list box.
ListItem<T> - Class in org.xwiki.gwt.user.client.ui
An item in a list box.
ListItem() - Constructor for class org.xwiki.gwt.user.client.ui.ListItem
Creates a new list item.
LOADED - Static variable in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
Flag indicating that the load event was fired.
LoadingPanel - Class in org.xwiki.gwt.user.client.ui
Used to indicate that a specified widget is loading.
LoadingPanel() - Constructor for class org.xwiki.gwt.user.client.ui.LoadingPanel
Creates a new loading panel.
log(Object, Object...) - Method in class org.xwiki.gwt.user.client.Console
Writes a message to the console.

M

MenuItem - Class in org.xwiki.gwt.user.client.ui
Improves the default menu item widget provided by GWT with support for icon and shortcut key label.
MenuItem(String, Command) - Constructor for class org.xwiki.gwt.user.client.ui.MenuItem
Constructs a new menu item that fires a command when it is selected.
MenuItem(String, boolean, Command) - Constructor for class org.xwiki.gwt.user.client.ui.MenuItem
Constructs a new menu item that fires a command when it is selected.
MenuItem(String, MenuBar) - Constructor for class org.xwiki.gwt.user.client.ui.MenuItem
Constructs a new menu item that cascades to a sub-menu when it is selected.
MenuItem(String, boolean, MenuBar) - Constructor for class org.xwiki.gwt.user.client.ui.MenuItem
Constructs a new menu item that cascades to a sub-menu when it is selected.

N

name - Variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
The name of the command.
NativeActionHandler - Class in org.xwiki.gwt.user.client
Wraps a JavaScript function and calls it whenever this action handler is executed.
NativeActionHandler(JavaScriptObject) - Constructor for class org.xwiki.gwt.user.client.NativeActionHandler
Creates a new action handler that wraps the given JavaScript function and calls it whenever an action is caught.
NativeAsyncCallback<T> - Class in org.xwiki.gwt.user.client
 
NativeAsyncCallback(JavaScriptObject, JavaScriptObject) - Constructor for class org.xwiki.gwt.user.client.NativeAsyncCallback
Creates a new native AsyncCallback by wrapping the given JavaScript functions.
NavigationListener - Interface in org.xwiki.gwt.user.client.ui.wizard
Navigation events listener.
NavigationListener.NavigationDirection - Enum in org.xwiki.gwt.user.client.ui.wizard
The navigation directions defined by this wizard.
NavigationListenerCollection - Class in org.xwiki.gwt.user.client.ui.wizard
A collection of NavigationListener to be used by SourcesNavigationEvents to manage the list of listeners.
NavigationListenerCollection() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.NavigationListenerCollection
 
navigationStack - Variable in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Navigation stack to store the user's path through the chain of wizard steps.
newInstance(CommandManager) - Static method in class org.xwiki.gwt.user.client.ui.rta.cmd.CommandManagerApi
We need this static native method because we can't instantiate JavaScript objects directly in Java code.

O

onAction(ActionEvent) - Method in interface org.xwiki.gwt.user.client.ActionHandler
Handles the specified action.
onAction(ActionEvent) - Method in class org.xwiki.gwt.user.client.NativeActionHandler
 
onBeforeCommand(CommandManager, Command, String) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandListener
Notifies that the given command is about to be executed with the given parameter by the specified command manager.
onBeforeSelection(BeforeSelectionEvent<Integer>) - Method in class org.xwiki.gwt.user.client.TabPanelSelector
 
onBlur(BlurEvent) - Method in class org.xwiki.gwt.user.client.ui.LabeledTextBox
 
onBrowserEvent(Event) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
onCancel() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
 
onCancel() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Handle cancel of the whole wizard.
onCancel(Wizard) - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardListener
Fired when the wizard is canceled.
onCancel() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
Called before canceling the current wizard step.
onClick(ClickEvent) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
onClose(CloseEvent<PopupPanel>) - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
 
onClose(CloseEvent<CompositeDialogBox>) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
 
onCommand(CommandManager, Command, String) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandListener
Notifies that the given command has been executed with the given parameter by the specified command manager.
onDetach() - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
onDirection(NavigationListener.NavigationDirection) - Method in interface org.xwiki.gwt.user.client.ui.wizard.NavigationListener
Triggered when a navigation event takes place.
onDirection(NavigationListener.NavigationDirection) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
 
onDrag(Widget, int, int) - Method in interface org.xwiki.gwt.user.client.DragListener
This event is fired at the source of the drag, that is, the element where DragStart was fired, during the drag operation.
onDrag(Widget, int, int) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
onDragEnd(Widget, int, int) - Method in interface org.xwiki.gwt.user.client.DragListener
The source of the drag will receive a DragEnd event when the drag operation is complete, whether it was successful or not.
onDragEnd(Widget, int, int) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
onDragStart(Widget, int, int) - Method in interface org.xwiki.gwt.user.client.DragListener
Fired on an element when a drag is started.
onDragStart(Widget, int, int) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
onElapsed(Timer) - Method in class org.xwiki.gwt.user.client.DeferredUpdater
 
onElapsed(Timer) - Method in interface org.xwiki.gwt.user.client.TimerListener
Called whenever the delay period of the timer elapses.
onError(Request, Throwable) - Method in class org.xwiki.gwt.user.client.ui.rta.Reloader
 
onFailure(Throwable) - Method in class org.xwiki.gwt.user.client.CancelableAsyncCallback
 
onFailure(Throwable) - Method in class org.xwiki.gwt.user.client.NativeAsyncCallback
 
onFailure(Throwable) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard.AbstractAsyncCallbackAdaptor
 
onFinish() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Handle commanding the finish of the whole wizard.
onFinish(Wizard, Object) - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardListener
Fired when the wizard is finished, passing the result of the wizard in its parameter.
onFocus(FocusEvent) - Method in class org.xwiki.gwt.user.client.ui.LabeledTextBox
 
onKeyDown(KeyDownEvent) - Method in class org.xwiki.gwt.user.client.KeyboardAdaptor
 
onKeyDown(KeyDownEvent) - Method in class org.xwiki.gwt.user.client.ShortcutKeyManager
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.user.client.KeyboardAdaptor
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.user.client.ShortcutKeyManager
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.user.client.TextBoxNumberFilter
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.user.client.KeyboardAdaptor
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.user.client.ShortcutKeyManager
 
onLoad(LoadEvent) - Method in class org.xwiki.gwt.user.client.ui.rta.Reloader
 
onLoad(LoadEvent) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
onLoad() - Method in class org.xwiki.gwt.user.client.ui.VerticalResizePanel
 
onMouseDown(MouseDownEvent) - Method in class org.xwiki.gwt.user.client.DragAdaptor
 
onMouseMove(MouseMoveEvent) - Method in class org.xwiki.gwt.user.client.DragAdaptor
 
onMouseUp(MouseUpEvent) - Method in class org.xwiki.gwt.user.client.DragAdaptor
 
onNext() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Handle advancing to the next step.
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
onPrevious() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Handle going to the previous step.
onResponseReceived(Request, Response) - Method in class org.xwiki.gwt.user.client.ui.rta.Reloader
 
onSelection(SelectionEvent<Integer>) - Method in class org.xwiki.gwt.user.client.TabPanelSelector
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
Called before submitting the current wizard step.
onSubmit(AsyncCallback<Boolean>) - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
Called before submitting the current wizard step.
onSuccess(T) - Method in class org.xwiki.gwt.user.client.CancelableAsyncCallback
 
onSuccess(T) - Method in class org.xwiki.gwt.user.client.NativeAsyncCallback
 
onWindowClosing(Window.ClosingEvent) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
org.xwiki.gwt.user.client - package org.xwiki.gwt.user.client
 
org.xwiki.gwt.user.client.ui - package org.xwiki.gwt.user.client.ui
 
org.xwiki.gwt.user.client.ui.rta - package org.xwiki.gwt.user.client.ui.rta
 
org.xwiki.gwt.user.client.ui.rta.cmd - package org.xwiki.gwt.user.client.ui.rta.cmd
 
org.xwiki.gwt.user.client.ui.wizard - package org.xwiki.gwt.user.client.ui.wizard
 
OUTDENT - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Outdent the block where the caret is located.

P

panel - Variable in class org.xwiki.gwt.user.client.ui.ToolBar
The panel holding the tool bar widgets.
parseQueryString(String) - Static method in class org.xwiki.gwt.user.client.URLUtils
Parses the given query string and decodes the parameter names and values.
profile(String) - Method in class org.xwiki.gwt.user.client.Console
Turns on the JavaScript profiler.
profileEnd() - Method in class org.xwiki.gwt.user.client.Console
Turns off the JavaScript profiler and prints its report.
provider - Variable in class org.xwiki.gwt.user.client.ui.wizard.Wizard
The wizard step provider to get the steps for the next wizard dialogs.
publish() - Static method in class org.xwiki.gwt.user.client.ui.rta.cmd.CommandManagerApi
Publishes the JavaScript API that can be used to play with a CommandManager.
put(String, String) - Method in class org.xwiki.gwt.user.client.BackForwardCache
Adds a new key in the cache or updates the value of an existing key.

Q

QUERY_STRING_COMPONENT_SEPARATOR - Static variable in class org.xwiki.gwt.user.client.URLUtils
The query string component separator.

R

REDO - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will redo the previous undo action.
refreshHeights() - Method in class org.xwiki.gwt.user.client.ui.VerticalResizePanel
Recomputes the heights of the child widgets, setting the appropriate height for the expanded widget.
registerCommand(Command, Executable) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Associates the given command with the specified executable.
reload(Map<String, String>, AsyncCallback<?>) - Method in class org.xwiki.gwt.user.client.ui.rta.Reloader
Reloads the underlying rich text area.
Reloader - Class in org.xwiki.gwt.user.client.ui.rta
Reloads a rich text area.
Reloader(RichTextArea) - Constructor for class org.xwiki.gwt.user.client.ui.rta.Reloader
Creates a new reloader for the specified rich text area.
Reloader(RichTextArea, String) - Constructor for class org.xwiki.gwt.user.client.ui.rta.Reloader
Creates a new reloader that makes requests to the specified URL and uses the response to reset the content of the given rich text area.
remove(Widget) - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 
remove(int) - Method in class org.xwiki.gwt.user.client.ui.ToolBar
 
REMOVE_FORMAT - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Removes inline formatting from the current selection.
removeCommandListener(CommandListener) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.SourcesCommandEvents
Stop receiving notifications for the Command events generated by this object.
removeDragListener(DragListener) - Method in class org.xwiki.gwt.user.client.DragAdaptor
 
removeDragListener(DragListener) - Method in interface org.xwiki.gwt.user.client.SourcesDragEvents
Unregister a drag listener from the underlying event source.
removeFlag(String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
Removes the specified flag.
removeHandlers() - Method in class org.xwiki.gwt.user.client.HandlerRegistrationCollection
Removes all handlers which have registrations in this collection.
removeItem(ListItem<T>) - Method in class org.xwiki.gwt.user.client.ui.ListBox
Removes an item from this list.
removeNavigationListener(NavigationListener) - Method in interface org.xwiki.gwt.user.client.ui.wizard.SourcesNavigationEvents
Removes the listener from the list of listeners for the navigation events launched by this source.
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
 
removeParameter(String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
Removes the specified parameter.
removeTimerListener(TimerListener) - Method in interface org.xwiki.gwt.user.client.SourcesTimerEvents
Unregister a timer listener from the underlying timer.
removeTimerListener(TimerListener) - Method in class org.xwiki.gwt.user.client.Timer
 
removeWizardListener(WizardListener) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Removes the specified wizard listener from the list notified by this wizard.
RESET - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
Resets the content of the rich text area.
restoreSelection() - Method in class org.xwiki.gwt.user.client.ui.rta.SelectionPreserver
Restores the saved selection on the underlying rich text area and resets the state of the selection preserver.
restoreSelection(boolean) - Method in class org.xwiki.gwt.user.client.ui.rta.SelectionPreserver
If there is a saved selection restores it, otherwise restores the default selection on the underlying rich text area.
RichTextArea - Class in org.xwiki.gwt.user.client.ui.rta
Extends the rich text area provided by GWT to add support for advanced editing.
RichTextArea() - Constructor for class org.xwiki.gwt.user.client.ui.rta.RichTextArea
Creates a new rich text area.
RichTextArea(CommandManager) - Constructor for class org.xwiki.gwt.user.client.ui.rta.RichTextArea
Custom constructor allowing us to inject a mock command manager.
RichTextAreaCommand - Class in org.xwiki.gwt.user.client
Executes a specific command on a rich text area.
RichTextAreaCommand(RichTextArea, Command) - Constructor for class org.xwiki.gwt.user.client.RichTextAreaCommand
Creates a new GWT command that executes the specified rich text area command.
RichTextAreaCommand(RichTextArea, Command, String) - Constructor for class org.xwiki.gwt.user.client.RichTextAreaCommand
Creates a new GWT command that executes the specified rich text area command.
RichTextAreaCommand(RichTextArea, Command, String, boolean) - Constructor for class org.xwiki.gwt.user.client.RichTextAreaCommand
Creates a new GWT command that executes the specified rich text area command.
run() - Method in class org.xwiki.gwt.user.client.Timer
 

S

saveSelection() - Method in class org.xwiki.gwt.user.client.ui.rta.SelectionPreserver
Saves the current selection for later changes.
Selectable - Interface in org.xwiki.gwt.user.client
An object that can be selected.
selectFirstItem() - Method in class org.xwiki.gwt.user.client.ui.ListBox
Selects the first list item if the list is not empty.
SelectionPreserver - Class in org.xwiki.gwt.user.client.ui.rta
Most of the plugins alter the DOM document edited with the rich text area by executing commands on the current selection (thus on the current range).
SelectionPreserver(RichTextArea) - Constructor for class org.xwiki.gwt.user.client.ui.rta.SelectionPreserver
Creates a new selection preserver for the specified rich text area.
selectLastItem() - Method in class org.xwiki.gwt.user.client.ui.ListBox
Selects the last list item if the list of not empty.
selectNextItem() - Method in class org.xwiki.gwt.user.client.ui.ListBox
Selects the next list item with respect to the currently selected item.
selectPreviousItem() - Method in class org.xwiki.gwt.user.client.ui.ListBox
Selects the previous list item with respect to the currently selected item.
serialize(Map<String, String>) - Method in class org.xwiki.gwt.user.client.BackForwardCache
Converts the given map of key-value pairs to a string from which it can be recomputed.
serializeQueryStringParameters(Map<String, ?>) - Static method in class org.xwiki.gwt.user.client.URLUtils
Serializes the given parameters into a query string.
setAccessKey(char) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
setCanceled(boolean) - Method in class org.xwiki.gwt.user.client.CancelableAsyncCallback
Sets the canceled state of this call-back.
setCanceled(boolean) - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
Sets the canceled state of this dialog.
setCanceled(boolean) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
Sets the canceled state of this dialog.
setCaption(String) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
Sets the text of the caption bar.
setData(T) - Method in class org.xwiki.gwt.user.client.ui.ListItem
Associates a data with this list item.
setDirectionName(NavigationListener.NavigationDirection, String) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
Sets the name for a navigation direction.
setExpandingWidget(Widget, boolean) - Method in class org.xwiki.gwt.user.client.ui.VerticalResizePanel
 
setFocus(boolean) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
setHTML(String) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
 
setHTML(String) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
setIcon(Image) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
Sets the icon on left of the caption bar.
setIcon(ImageResource) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
Sets the icon of this menu item using the element created from an AbstractImagePrototype.
setIcon(Element) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
Sets the icon of this menu item.
setLoading(boolean) - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
Puts the dialog in loading state or get it out of it.
setLoading(boolean) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
Toggles the loading state on the current dialog (busy icon and disabled buttons).
setNameSpace(String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
Sets the name of this group of Hidden.
setNextStep(String) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
Sets the name of the next wizard step.
setParameter(String, String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
Sets the value of the specified parameter.
setProvider(WizardStepProvider) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
 
setQueryString(String, Map<String, ?>) - Static method in class org.xwiki.gwt.user.client.URLUtils
Replaces the query string of the given URL and returns the result.
setSelected(boolean) - Method in interface org.xwiki.gwt.user.client.Selectable
Marks this object as selected or not selected.
setSelected(boolean) - Method in class org.xwiki.gwt.user.client.ui.ListItem
Visually marks this list item as selected or unselected based on the given argument.
setSelectedItem(ListItem<T>) - Method in class org.xwiki.gwt.user.client.ui.ListBox
Selects the specified list item.
setShortcutKeyLabel(String) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
Sets the text representing the shortcut key associated with this menu item.
setStepTitle(String) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
Sets the step title.
setStepTitle(String) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
Sets the step title.
setTabIndex(int) - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
setText(String) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
 
setValidDirections(EnumSet<NavigationListener.NavigationDirection>) - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
Sets the valid directions the wizard can go to from this wizard step.
setWidget(Widget) - Method in class org.xwiki.gwt.user.client.ui.DialogBox
 
ShortcutKey - Class in org.xwiki.gwt.user.client
Represents a combination of a keyboard key and one or more modifier keys, that could trigger a specific action.
ShortcutKey(int, Set<ShortcutKey.ModifierKey>) - Constructor for class org.xwiki.gwt.user.client.ShortcutKey
Creates a new shortcut key.
ShortcutKey.ModifierKey - Enum in org.xwiki.gwt.user.client
A modifier key.
ShortcutKeyCommand - Class in org.xwiki.gwt.user.client
A Command that can be triggered by a shortcut key.
ShortcutKeyCommand(Command) - Constructor for class org.xwiki.gwt.user.client.ShortcutKeyCommand
Creates a new shortcut key command by wrapping the given command.
ShortcutKeyCommand(Command, boolean) - Constructor for class org.xwiki.gwt.user.client.ShortcutKeyCommand
Creates a new shortcut key command by wrapping the given command.
ShortcutKeyManager - Class in org.xwiki.gwt.user.client
Associates ShortcutKeyCommands to shortcut keys.
ShortcutKeyManager() - Constructor for class org.xwiki.gwt.user.client.ShortcutKeyManager
 
showError(Throwable) - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
If an error occurred on the server while fulfilling the request then this method can be used to display the error message to the user.
showError(Throwable) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
If an error occurred on the server while fulfilling the request then this method can be used to display the error message to the user.
sinkEvents(int) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
SourcesCommandEvents - Interface in org.xwiki.gwt.user.client.ui.rta.cmd
Interface for registering CommandListener.
SourcesDragEvents - Interface in org.xwiki.gwt.user.client
An interface for registering drag event listeners.
SourcesNavigationEvents - Interface in org.xwiki.gwt.user.client.ui.wizard
Wizard navigation events source, to accept listeners for the navigation events.
SourcesTimerEvents - Interface in org.xwiki.gwt.user.client
An interface for registering timer listeners.
start(String, Object) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Shows the wizard from the starting step, with the passed data.
startLoading(Widget) - Method in class org.xwiki.gwt.user.client.ui.LoadingPanel
Shows the loading animation.
stopLoading() - Method in class org.xwiki.gwt.user.client.ui.LoadingPanel
Hides the loading animation.
STRIKE_THROUGH - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If there is no selection, the insertion point will set strikethrough for subsequently typed characters.
If there is a selection and all of the characters are already striked, the strikethrough will be removed.
Strings - Interface in org.xwiki.gwt.user.client
This Constants interface is used to localize user interface strings.
StringUtils - Class in org.xwiki.gwt.user.client
Operations on Strings.
StringUtils() - Constructor for class org.xwiki.gwt.user.client.StringUtils
Constructor.
STYLE_WITH_CSS - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command is used for toggling the format of generated content.
SUB_SCRIPT - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If there is no selection, the insertion point will set subscript for subsequently typed characters.
If there is a selection and all of the characters are already subscripted, the subscript will be removed.
substringAfterLast(String, String) - Static method in class org.xwiki.gwt.user.client.StringUtils
 
SUPER_SCRIPT - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If there is no selection, the insertion point will set superscript for subsequently typed characters.
If there is a selection and all of the characters are already superscripted, the superscript will be removed.

T

TabPanelSelector - Class in org.xwiki.gwt.user.client
Notifies Selectable tabs within a TabPanel when they are selected.
TabPanelSelector() - Constructor for class org.xwiki.gwt.user.client.TabPanelSelector
 
TELETYPE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If there is no selection, the insertion point will be set to teletype for subsequently typed characters.
If there is a selection and all of the characters have already teletype style, the teletype will be removed.
TextBoxNumberFilter - Class in org.xwiki.gwt.user.client
 
TextBoxNumberFilter() - Constructor for class org.xwiki.gwt.user.client.TextBoxNumberFilter
 
time(String) - Method in class org.xwiki.gwt.user.client.Console
Creates a new timer under the given name.
timeEnd(String) - Method in class org.xwiki.gwt.user.client.Console
Stops a timer created by a call to Console.time(String) and writes the time elapsed.
Timer - Class in org.xwiki.gwt.user.client
Extends Timer by allowing timer listeners to be registered and notified whenever the run method is being called.
Timer() - Constructor for class org.xwiki.gwt.user.client.Timer
 
TimerListener - Interface in org.xwiki.gwt.user.client
Interface for listening to timer events.
TimerListenerCollection - Class in org.xwiki.gwt.user.client
A collection of timer listeners.
TimerListenerCollection() - Constructor for class org.xwiki.gwt.user.client.TimerListenerCollection
 
ToolBar - Class in org.xwiki.gwt.user.client.ui
Generic tool bar panel accepting any kind of widget.
ToolBar() - Constructor for class org.xwiki.gwt.user.client.ui.ToolBar
Creates an empty tool bar that waits for widgets to be added.
toString() - Method in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
 
trace() - Method in class org.xwiki.gwt.user.client.Console
Prints an interactive stack trace of JavaScript execution at the point where it is called.
The stack trace details the functions on the stack, as well as the values that were passed as arguments to each function.

U

UNDERLINE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If there is no selection, the insertion point will set underline for subsequently typed characters.
If there is a selection and all of the characters are already underlined, the underline will be removed.
UNDO - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command will undo the previous action.
unescape(String, char) - Static method in class org.xwiki.gwt.user.client.EscapeUtils
Unescapes characters escaped with the specified escape character.
unescapeBackslash(String) - Static method in class org.xwiki.gwt.user.client.EscapeUtils
Unescapes characters escaped with backslash in the given text.
UNLINK - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
If the insertion point is within a link or if the current selection contains a link, the link will be removed and the text will remain.
unloadCurrentStep() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Prepares the current step to be unloaded (remove all listeners, etc.), to be executed before loading a next (or previous) step.
unregisterCommand(Command) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager
Unregisters the given command.
Updatable - Interface in org.xwiki.gwt.user.client
Interface to an object that can be updated.
update() - Method in class org.xwiki.gwt.user.client.BackForwardCache
 
UPDATE - Static variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
This command is used only to notify the command listeners that they need to update their state.
update() - Method in interface org.xwiki.gwt.user.client.Updatable
Updates the state of this object.
updateSelectedItem(Event) - Method in class org.xwiki.gwt.user.client.ui.ListBox
Updates the selected item based on the native keyboard event that was fired.
URLUtils - Class in org.xwiki.gwt.user.client
Provides utility methods for manipulating URLs.
URLUtils() - Constructor for class org.xwiki.gwt.user.client.URLUtils
Constructor.

V

valueOf(String) - Static method in enum org.xwiki.gwt.user.client.ShortcutKey.ModifierKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.gwt.user.client.ui.wizard.NavigationListener.NavigationDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.gwt.user.client.ShortcutKey.ModifierKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.gwt.user.client.ui.wizard.NavigationListener.NavigationDirection
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalResizePanel - Class in org.xwiki.gwt.user.client.ui
Panel that allows one of the contained widgets to be resized so that it vertically fills all the space left in this container after its siblings are drawn.
VerticalResizePanel() - Constructor for class org.xwiki.gwt.user.client.ui.VerticalResizePanel
 

W

warn(Object, Object...) - Method in class org.xwiki.gwt.user.client.Console
Writes a message to the console with the visual "warning" icon and color coding and a hyperlink to the line where it was called.
Wizard - Class in org.xwiki.gwt.user.client.ui.wizard
Wizard to handle the loading and navigation in a list of chained dialogs.
Wizard(String, Image) - Constructor for class org.xwiki.gwt.user.client.ui.wizard.Wizard
Builds a wizard from the passed title and with the specified icon.
Wizard.AbstractAsyncCallbackAdaptor<T> - Class in org.xwiki.gwt.user.client.ui.wizard
Asynchronous callback adapter to handle the callback fails by displaying the error inside the dialog.
Wizard.AbstractAsyncCallbackAdaptor() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.Wizard.AbstractAsyncCallbackAdaptor
 
WizardDialog - Class in org.xwiki.gwt.user.client.ui.wizard
Wizard dialog class, used to display the current wizard step.
WizardDialog(String, Image) - Constructor for class org.xwiki.gwt.user.client.ui.wizard.WizardDialog
Builds a wizard dialog with the passed title and icon.
wizardFinish() - Method in interface org.xwiki.gwt.user.client.Strings
 
WizardListener - Interface in org.xwiki.gwt.user.client.ui.wizard
Interface to specify wizard event, such as the wizard completion or cancel, to let obsevers know when a wizard is done.
wizardListeners - Variable in class org.xwiki.gwt.user.client.ui.wizard.Wizard
The list of wizard listeners to be notified by this wizard on events.
wizardNext() - Method in interface org.xwiki.gwt.user.client.Strings
 
wizardPrevious() - Method in interface org.xwiki.gwt.user.client.Strings
 
WizardStep - Interface in org.xwiki.gwt.user.client.ui.wizard
Defines the behavior of a wizard step.
WizardStepMap - Class in org.xwiki.gwt.user.client.ui.wizard
A generic wizard step provider implemented as a map of wizard steps.
WizardStepMap() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.WizardStepMap
 
WizardStepProvider - Interface in org.xwiki.gwt.user.client.ui.wizard
Component which handles the instantiation and resolution of wizard steps based on the step names.

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

Copyright © 2004-2013 XWiki. All Rights Reserved.