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

A

AbstractCompositeWizardStep - Class in org.xwiki.gwt.user.client.ui.wizard
An abstract wizard step that is a widget composite.
AbstractCompositeWizardStep() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.AbstractCompositeWizardStep
Creates a new composite wizard step.
AbstractCompositeWizardStep(FlowPanel) - Constructor for class org.xwiki.gwt.user.client.ui.wizard.AbstractCompositeWizardStep
Creates a new composite 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
Creates a new navigation-aware wizard step.
AbstractNavigationAwareWizardStep(FlowPanel) - Constructor for class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
Creates a new navigation-aware wizard step that uses the given panel to hold its widgets.
add(Widget) - Method in class org.xwiki.gwt.user.client.ui.ToolBar
addAll(List<UIObject>) - Method in class org.xwiki.gwt.user.client.ui.MenuBar
Adds all the MenuItems and MenuItemSeparators from the given list to this menu bar.
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.
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
Registers a drag listener for the underlying event source.
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
addMenuListener(MenuListener) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
Start notifying the given listener of the menu events generated by this object.
addMenuListener(MenuListener) - Method in interface org.xwiki.gwt.user.client.ui.SourcesMenuEvents
Start notifying the given listener of the menu events generated by this object.
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
Adds the listener to the list of listeners for the navigation events launched by this source.
addSelectionHandler(SelectionHandler<ListItem<T>>) - Method in class org.xwiki.gwt.user.client.ui.ListBox
addStyleDependentName(String) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
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
Registers a timer listener for the underlying 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.
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.
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
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(Element) - Constructor for class org.xwiki.gwt.user.client.Cache
Creates a new cache based on the given HTML element whose value can be cached by the browser.
canUpdate() - Method in class org.xwiki.gwt.user.client.Cache
canUpdate() - Method in interface org.xwiki.gwt.user.client.Updatable
 
center() - Method in class org.xwiki.gwt.user.client.ui.ComplexDialogBox
Centers this dialog on the screen.
center() - Method in class org.xwiki.gwt.user.client.ui.CompositeDialogBox
Centers this dialog on the screen.
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.
clearPlaceHolders() - 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
The icon representing the action of closing a dialog box.
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.
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.
deferUpdate() - Method in class org.xwiki.gwt.user.client.DeferredUpdater
Schedule an 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.Cache
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.
display() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractCompositeWizardStep
display() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
 
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

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.
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(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(RichTextArea, String) - Method in interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
Executes the associated Command on the specified rich text area 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.
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.
fireMenuItemSelected(MenuItem) - Method in class org.xwiki.gwt.user.client.ui.MenuListenerCollection
Notifies all the listeners in this collection.
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.Cache
Retrieves the value of a cached property specified by the given key.
get(String, String) - Method in class org.xwiki.gwt.user.client.Cache
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.
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.ui.MenuItem
getCommandManager() - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
 
getData() - Method in class org.xwiki.gwt.user.client.ui.ListItem
 
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
Allows this step to overwrite the default printed for the navigation directions.
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
 
getItem(int) - Method in class org.xwiki.gwt.user.client.ui.MenuBar
 
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.Cache
 
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
Returns the key of the next step in the wizard.
getNextStep() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
Returns the key of the next step in the wizard.
getPanel() - Method in class org.xwiki.gwt.user.client.ui.wizard.AbstractCompositeWizardStep
 
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
Returns the value of the specified parameter, defaulting to null if the parameter doesn't exist.
getParameter(String, String) - Method in class org.xwiki.gwt.user.client.ui.HiddenConfig
Returns the value of the specified parameter, defaulting to the given value if the parameter doesn't exist.
getParameter(RichTextArea) - 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.
getResult() - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStep
 
getSelectedItem() - Method in class org.xwiki.gwt.user.client.ui.ListBox
 
getStep(String) - Method in class org.xwiki.gwt.user.client.ui.wizard.WizardStepMap
Returns the WizardStep corresponding to the passed name.
getStep(String) - Method in interface org.xwiki.gwt.user.client.ui.wizard.WizardStepProvider
Returns the WizardStep corresponding to the passed name.
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.
getSubMenu() - Method in class org.xwiki.gwt.user.client.ui.MenuItem
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
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

HandlerRegistrationCollection - Class in org.xwiki.gwt.user.client
A collection of HandlerRegistration instances.
HandlerRegistrationCollection() - Constructor for class org.xwiki.gwt.user.client.HandlerRegistrationCollection
 
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
hasParentMenu() - Method in class org.xwiki.gwt.user.client.ui.MenuBar
NOTE: This is a hack required because #parentMenu is private.
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.
hide() - Method in class org.xwiki.gwt.user.client.ui.DialogBox
hideDialog() - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard
Helper function to hide the dialog and mark that it's a programmatic close not a user close.

I

Images - Interface in org.xwiki.gwt.user.client
This ImageBundle 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 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.
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 image 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.
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() - Method in class org.xwiki.gwt.user.client.ui.MenuItem
 
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(RichTextArea) - 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(RichTextArea) - 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
 
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(RichTextArea) - 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

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.

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

MenuBar - Class in org.xwiki.gwt.user.client.ui
Improves the default menu bar widget provided by GWT.
MenuBar() - Constructor for class org.xwiki.gwt.user.client.ui.MenuBar
Creates an empty horizontal menu bar.
MenuBar(boolean) - Constructor for class org.xwiki.gwt.user.client.ui.MenuBar
Creates an empty menu bar.
MenuItem - Class in org.xwiki.gwt.user.client.ui
Improves the default menu item widget provided by GWT: Allows us to disable and re-enable it.
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.
MenuListener - Interface in org.xwiki.gwt.user.client.ui
Interface that must be implemented in order to be notified of menu events.
MenuListenerCollection - Class in org.xwiki.gwt.user.client.ui
A collection of MenuListeners.
MenuListenerCollection() - Constructor for class org.xwiki.gwt.user.client.ui.MenuListenerCollection
 

N

name - Variable in class org.xwiki.gwt.user.client.ui.rta.cmd.Command
The name of the command.
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

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.MenuBar
onBrowserEvent(Event) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
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.
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
Triggered when a navigation event takes place.
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
This event is fired at the source of the drag, that is, the element where DragStart was fired, during the drag operation.
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
The source of the drag will receive a DragEnd event when the drag operation is complete, whether it was successful or not.
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
Fired on an element when a drag is started.
onElapsed(Timer) - Method in interface org.xwiki.gwt.user.client.TimerListener
Called whenever the delay period of the timer elapses.
onFailure(Throwable) - Method in class org.xwiki.gwt.user.client.NativeAsyncCallback
onFailure(Throwable) - Method in class org.xwiki.gwt.user.client.ui.wizard.Wizard.AbstractDefaultAsyncCallback
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.ShortcutKeyManager
onKeyDown(KeyDownEvent) - Method in class org.xwiki.gwt.user.client.ui.ListBox
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.user.client.ShortcutKeyManager
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.user.client.TextBoxNumberFilter
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.user.client.ui.ListBox
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.user.client.ShortcutKeyManager
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.user.client.ui.ListBox
onLoad(LoadEvent) - Method in class org.xwiki.gwt.user.client.ui.rta.RichTextArea
onLoad() - Method in class org.xwiki.gwt.user.client.ui.VerticalResizePanel
onMenuItemSelected(MenuItem) - Method in interface org.xwiki.gwt.user.client.ui.MenuListener
Notifies that the given menu item has been selected.
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.
onSelection(SelectionEvent<Integer>) - Method in class org.xwiki.gwt.user.client.TabPanelSelector
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.NativeAsyncCallback
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.
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.Cache
Adds a new key in the cache or updates the value of an existing key.

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>, LoadHandler) - 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.
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
Unregister a drag listener from the underlying event source.
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.
removeMenuListener(MenuListener) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
Stop notifying the given listener of the menu events generated by this object.
removeMenuListener(MenuListener) - Method in interface org.xwiki.gwt.user.client.ui.SourcesMenuEvents
Stop notifying the given listener of the menu events generated by this object.
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
Removes the listener from the list of listeners for the navigation events launched by this source.
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
Unregister a timer listener from the underlying 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.
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
Restores the saved 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 and a mock history.
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.Cache
Converts the given map of key-value pairs to a string from which it can be recomputed.
setAccessKey(char) - Method in class org.xwiki.gwt.user.client.ui.ListBox
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.
setEnabled(boolean) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
Disables or enables this menu item.
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(AbstractImagePrototype.ImagePrototypeElement) - 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.
setItems(List<MenuItem>) - Method in class org.xwiki.gwt.user.client.ui.MenuBar
Sets the list of menu items displayed by this menu bar.
NOTE: This is just a hack required to overcome the fact that the GWT menu bar steals the focus when hovered.
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
 
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.
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.
ShortcutKeyManager - Class in org.xwiki.gwt.user.client
Associates Commands to shortcut keys.
ShortcutKeyManager() - Constructor for class org.xwiki.gwt.user.client.ShortcutKeyManager
 
show() - Method in class org.xwiki.gwt.user.client.ui.DialogBox
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.
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.
SourcesMenuEvents - Interface in org.xwiki.gwt.user.client.ui
Interface to register and unregister MenuListeners.
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.
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.Cache
Updates the state of this object.
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.

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.AbstractDefaultAsyncCallback<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.AbstractDefaultAsyncCallback() - Constructor for class org.xwiki.gwt.user.client.ui.wizard.Wizard.AbstractDefaultAsyncCallback
 
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 behaviour 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.

X

xFindItem(Element) - Method in class org.xwiki.gwt.user.client.ui.MenuBar
Finds the menu item containing the given element, which is the target of a DOM event.
NOTE: This is a hack required because #findItem(Element) is private.
xItemOver(MenuItem, boolean) - Method in class org.xwiki.gwt.user.client.ui.MenuBar
Called when a menu item is being hovered.
NOTE: This is a hack required because #itemOver(MenuItem, boolean) is package-protected.
xSetSelectionStyle(boolean) - Method in class org.xwiki.gwt.user.client.ui.MenuItem
Visually marks this menu item as selected or unselected based on the given argument.
NOTE: This is just a hack required because #setSelectionStyle(boolean) is private.

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

Copyright © 2004-2009 XWiki. All Rights Reserved.