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

A

AbstractEntityListSelectorWizardStep<C extends EntityConfig,E extends Entity> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Wizard step that allows the user to select an entity from a list.
AbstractEntityListSelectorWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractEntityListSelectorWizardStep
 
AbstractExplorerWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to provide an interface to selecting a wiki resource, using an XWikiExplorer.
AbstractExplorerWizardStep(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Builds a AbstractExplorerWizardStep from the passed settings.
AbstractExplorerWizardStep(String, int, int) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Builds a AbstractExplorerWizardStep from the passed settings, with parameters for size.
AbstractExternalLinkWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to collect the data about an external link (e.g.
AbstractExternalLinkWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Creates a new wizard step for configuring links to external entities.
AbstractFileUploadWizardStep - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Wizard step to handle the upload of a file to a wiki page: display the file input and upload on finish.
AbstractFileUploadWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Creates a new file upload wizard step that uses the given service to get information about the uploaded files.
AbstractFontMatcher - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Abstract font Matcher.
AbstractFontMatcher(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractFontMatcher
Creates a new abstract font matcher that uses the given text to match font properties.
AbstractHistoryExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.history.exec
Abstract history executable.
AbstractHistoryExecutable(History) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable
Creates a new history executable that will be using the given history.
AbstractInput - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.input
Abstract input control to collect data from the user.
AbstractInput() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.AbstractInput
 
AbstractListBoxPicker - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Abstract Picker that uses a ListBox.
AbstractListBoxPicker() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractListBoxPicker
Creates a new empty list box picker.
AbstractListExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.indent.exec
Superclass for all the list executables, such as indent and outdent executables, to handle frequent list operations.
AbstractListExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Creates a new executable to be executed on the specified rich text area.
AbstractListSelectorWizardStep<D,L> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Generic wizard step for selecting from a list of items: it handles list creation and population along with item selection on double click and enter.
AbstractListSelectorWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Default constructor, creating the UI of this wizard step.
AbstractMacroWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.ui
An abstract wizard step to serve as a base class for all macro wizard steps.
AbstractMacroWizardStep(Config, MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
Creates a new macro wizard step.
AbstractMacroWizardStep(Config, MacroServiceAsync, FlowPanel) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
Creates a new macro wizard step that uses the given panel to hold its widgets.
AbstractPageListSelectorWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to select the wiki page to link to, from a list of wiki pages.
AbstractPageListSelectorWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
Creates a new selector.
AbstractSelectorAggregatorWizardStep<T> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Wizard step used to aggregate a set of selectors for a file attached (file attachment or image) to a page in the wiki, and switch between the current page view and the entire wiki view.
AbstractSelectorAggregatorWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
Creates a new aggregator selector wizard step.
AbstractSelectorWizardStep<T> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Abstract interactive wizard step to implement basic selector functions (storing edited data on AbstractSelectorWizardStep.init(Object, AsyncCallback) and returning on AbstractSelectorWizardStep.getResult(), step names, directions, initialization), regardless of the actual selecting method.
AbstractSelectorWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
Default constructor.
AbstractSelectorWizardStep(FlowPanel) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
Creates a new step that uses the given panel.
AbstractSeparator - Class in org.xwiki.gwt.wysiwyg.client.plugin.separator
Abstract separator.
AbstractSeparator(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.separator.AbstractSeparator
Creates a new separator for the given extension point.
AbstractTableFeature - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
This class partly implements the Executable and TableFeature interfaces.
AbstractTableFeature(String, Command, String, TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature
Default constructor.
addActionHandler(String, JavaScriptObject) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
Creates an action handler that wraps the given JavaScript function and registers it for the specified action.
addDoubleClickNodeHandler(DoubleClickNodeHandler) - Method in interface org.xwiki.gwt.wysiwyg.client.widget.explorer.HasDoubleClickNodeHandlers
Registers the given handles for double click node events.
addDoubleClickNodeHandler(DoubleClickNodeHandler) - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
 
addHandlers() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.IEPasteManager
 
addHandlers() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
Adds all required event handlers and returns their registrations so that they can be unregistered at the end.
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
addNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
addSelectionHandler(SelectionHandler<String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPalette
 
addSelectionHandler(SelectionHandler<String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPalette
 
addStyle(Element, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
addStyle(Element, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
addSyntaxValidator(SyntaxValidator) - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.SyntaxValidatorManager
Adds a new syntax validator and binds it to the syntax specified by SyntaxValidator.getSyntax() method.
addValidationRule(ValidationRule) - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.SyntaxValidator
Adds a new validation rule to the list of rules this syntax validator obeys.
adjustLineBreak(Node, Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Adjusts the line break position so that: Anchors don't start or end with a line break. See XWIKI-4193: When hitting Return at the end of the link the new line should not be a link.
ANCHOR_TAG_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.LinkExecutableUtils
The tag name of the anchor element.
apply() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
areEqual(EntityReference.EntityType, EntityReference.EntityType) - Static method in enum org.xwiki.gwt.wysiwyg.client.wiki.EntityReference.EntityType
 
areValid(RichTextArea) - Method in class org.xwiki.gwt.wysiwyg.client.syntax.rule.ImageSelectionBehaviourRule
 
areValid(RichTextArea) - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.ValidationRule
Verifies if the underlying features of this rule should be enabled considering the current state of the given text area.
attachment() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
attachment() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
Attachment - Class in org.xwiki.gwt.wysiwyg.client.wiki
Configuration object for an attachment, to be used to transmit data about attachments from the server to the client.
Attachment() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.Attachment
 
AttachmentExplorerWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Specialized AbstractExplorerWizardStep to select an attachment to a wiki page.
AttachmentExplorerWizardStep(Config) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
Creates a new attachment selection wizard step that allows the user to select an attachment from a tree.
AttachmentReference - Class in org.xwiki.gwt.wysiwyg.client.wiki
An attachment reference.
AttachmentReference() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
Default constructor.
AttachmentReference(EntityReference) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
Creates a typed attachment reference.
AttachmentReference(String, WikiPageReference) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
Creates a new typed reference to the specified attachment.
AttachmentSelectorAggregatorWizardStep<T extends EntityConfig> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Generic wizard step that allows the user to select an attachment to link to by aggregating a current page selector step and an "all pages" selector step.
AttachmentSelectorAggregatorWizardStep(boolean) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AttachmentSelectorAggregatorWizardStep
Creates a new attachment selector wizard step.

B

backColor() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
backColor() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
BLOCK_MACRO_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of a block macro.
BlockStyleNameExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.style.exec
Applies a given style name to each of the block nodes touched by the current text selection.
BlockStyleNameExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
Creates a new instance.
BODY_NODENAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining the root node of the area being edited.
bold() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
bold() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
BoldExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.text.exec
If there is no selection, the insertion point will set bold for subsequently typed characters.
BoldExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.text.exec.BoldExecutable
Creates a new executable of this type.
BR - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The name of the <br/> tag.

C

CachedListBoxPicker - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Caches the index of selected values.
CachedListBoxPicker() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.CachedListBoxPicker
 
cancel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
canExecute(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Checks if this command can be executed on a single list item.
canExecute(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.IndentExecutable
 
canExecute(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.OutdentExecutable
 
canRedo() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.history.History
 
canUndo() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.history.History
 
canUpdate() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
canUpdate() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
canUpdate() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
CELL_DEFAULTHTML - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
HTML to be inserted in newly created table cells.
center() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPicker
 
centerPasteContainer(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.IEPasteManager
We added this method just to be able to override it for IE9 so that we can overcome a GWT bug.
centerPasteContainer(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
We added this method just to be able to override it for IE9 so that we can overcome a GWT bug.
charmap() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
charmap() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ChoiceInput - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.input
A concrete input control that allows the user to choose one of the available options.
ChoiceInput(ListBox) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.ChoiceInput
Creates a new choice input control that wraps the given ListBox widget.
CLASS_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The class name attribute.
clean(String) - Method in interface org.xwiki.gwt.wysiwyg.client.cleaner.HTMLCleaner
 
clean(String, AsyncCallback<String>) - Method in interface org.xwiki.gwt.wysiwyg.client.cleaner.HTMLCleanerAsync
Makes a request to the server to clean the given HTML fragment.
cleanOfficeHTML(String, String, Map<String, String>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportService
Cleans dirty HTML content produced from an office application like MsWord, MsExcel, OpenOffice Writer etc.
cleanOfficeHTML(String, String, Map<String, String>, AsyncCallback<String>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportServiceAsync
Makes a request to the server to clean the given HTML fragment which comes from an office application.
cleanUp(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Executes lists clean up on the subtree rooted in the element passed as parameter.
cleanUpLists(NodeList<Element>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Helper function to handle a list of list elements and clean them.
clone() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
clone() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
clone() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
COL_HNODENAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table heading cell.
COL_NODENAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table cell.
COLLAPSE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for collapsing all the macros.
COLLAPSED_MACRO_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the macro container when a place-holder is displayed instead of the macro output.
CollapseExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.exec
Collapses or expands the selected macros or all the macros present in the edited document if no macros are selected.
CollapseExecutable(MacroSelector, boolean) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.CollapseExecutable
Creates a new executable.
ColorCell - Class in org.xwiki.gwt.wysiwyg.client.plugin.color
Defines a cell in the ColorPalette that can be selected by being clicked.
ColorCell(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
Creates a new color cell using the specified color code.
ColorConverter - Class in org.xwiki.gwt.wysiwyg.client.plugin.color
Utility class for converting between different color formats.
ColorConverter() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorConverter
 
colorNameToHex(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorConverter
 
ColorPalette - Class in org.xwiki.gwt.wysiwyg.client.plugin.color
A set of colors from which the user can choose one by clicking.
ColorPalette(String[], int) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPalette
Creates a new color palette using the specified color codes to fill the color grid.
ColorPicker - Class in org.xwiki.gwt.wysiwyg.client.plugin.color
A popup panel which allows you to pick a color from a color palette by clicking on that color.
ColorPicker(ColorPalette) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPicker
Creates a new color picker that uses the given color palette.
colorPicker() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ColorPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.color
Plug-in for controlling the text color and the background color.
ColorPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
 
ColorPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.color
Factory for ColorPlugin.
compare(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontSizeComparator
 
components - Variable in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
The entity reference components.
container - Variable in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractFontMatcher
The container element where the matching takes place.
container - Variable in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
The UI container.
convertFromHTML(String) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorTabSwitchHandler
Converts the given HTML fragment to source and updates the plain text area.
convertToHex(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorConverter
Converts the specified color code to hex code (as in #F0F0EE).
convertToHTML(String) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorTabSwitchHandler
Converts the given source text to HTML and updates the rich text area.
copy() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
copyLineStyle(Element, Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Copy some of the CSS styles from the source line to the destination line.
createBooleanInput() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.InputFactory
 
createChoiceInput(Map<String, String>) - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.InputFactory
Creates a choice input based on the given options.
createInput(ParameterType) - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.InputFactory
Creates a new input control that collects user data of the specified type.
createLinkConfig() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigFactory
 
CreateLinkExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.exec
Creates a link by inserting the link XHTML.
CreateLinkExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
Creates a new executable that can be used to insert links in the specified rich text area.
createMacroContainer(Node, Node, int) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
Puts macro output inside a read only text box that can be collapsed.
CreateNewPageWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to get the name of a new page from the user.
CreateNewPageWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
Creates a new wizard step that allows the user to create a link to a new page.
createReadOnlyBox(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
createTable(Document, TableConfig) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
Create a table from TableConfig configuration.
CSS_TEXT - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
The property of the style object which holds the value of the style attribute.
CurrentPageAttachmentSelectorWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to select a file attached to a page.
CurrentPageAttachmentSelectorWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
Builds a selector from the attachments of the link origin page.
CurrentPageImageSelectorWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Wizard step to select an image from the list of images attached to a page.
CurrentPageImageSelectorWizardStep(WikiServiceAsync, boolean) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
Creates a new image selector that displays the images attached to the link destination page.
cut() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 

D

decimalToHex(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorConverter
 
DEFAULT_COLORS - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
The colors available by default on the color palette.
DEFAULT_COLUMN_COUNT - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
The default number of columns displayed by the color palette.
DEFAULT_PLUGINS - Static variable in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
The list of plugins this controller will attempt to load by default if the configuration doesn't specify which plugins to load.
DEFAULT_ROOT_UI_EXTENSIONS - Static variable in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
The list of default extensions for the rootUI extension point.
DEFAULT_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The default style of the link configuration dialog.
DEFAULT_SYNTAX - Static variable in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
The default storage syntax.
DEFAULT_TOOLBAR_FEATURES - Static variable in class org.xwiki.gwt.wysiwyg.client.ToolBarController
The list of features this controller will attempt to place on the tool bar by default if the configuration doesn't specify the tool bar features.
DefaultStringMatcher - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Matches two Strings if they are both null or equal ignoring case.
DefaultStringMatcher() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.DefaultStringMatcher
 
deleteCol() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
DeleteCol - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to remove a column from a table.
DeleteCol(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteCol
Initialize the feature.
deleteCol() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
deleteRow() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
DeleteRow - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to remove a row from a table.
DeleteRow(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteRow
Initialize the feature.
deleteRow() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
deleteTable() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
DeleteTable - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to remove a table from the editor.
DeleteTable(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteTable
Initialize the feature.
deleteTable() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Destroy this wizard.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.MenuBarController
Destroys this menu bar controller.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.HistoryPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.IndentPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.justify.JustifyPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.IELinePlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
Destroys this displayer.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
Destroys this selector.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroToolBarExtension
Destroy this extension.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
Destroy this wizard.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.MenuBarSeparator
Destroys this extension.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.SeparatorPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StylePlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature
 
destroy() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.table.TableFeature
Remove feature button from the interface.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.text.TextPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.valign.VerticalAlignPlugin
 
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
Destroys this editor, unregistering all the listeners and releasing the used memory.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.ToolBarController
Destroys this tool bar controller.
destroy() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
 
dispatch(DoubleClickNodeHandler) - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.DoubleClickNodeEvent
 
display() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
display() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
display() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
displayError(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Displays the passed error message and markers in this wizard step.
displayError(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Displays the error message and markers for this dialog.
displayError() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Displays the specified error message and error markers for this wizard step.
displayLabelError(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Display the label error message and markers.
displayURLError(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Displays the URL error message and markers.
DO_NOT_SPLIT - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
The list of HTML tags that shouldn't be split while removing the in-line style.
domUtils - Variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Collection of DOM utility methods.
domUtils - Variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
Collection of DOM utility methods.
DoubleClickNodeEvent - Class in org.xwiki.gwt.wysiwyg.client.widget.explorer
Event fired when a node in the tree is double clicked.
DoubleClickNodeEvent() - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.explorer.DoubleClickNodeEvent
 
DoubleClickNodeHandler - Interface in org.xwiki.gwt.wysiwyg.client.widget.explorer
An object that is notified when a DoubleClickNodeEvent is fired.
DynamicListBoxPicker - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
A list box picker that extends itself with the items that are not found in the list.
DynamicListBoxPicker() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.DynamicListBoxPicker
 

E

edit(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Starts the edit wizard, to edit the specified macro call.
edit() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Start the edit macro wizard.
edit() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
Casts the edit macro spell on the underlying rich text area, allowing the user to edit the parameters and the content of the currently selected macro.
EditGadgetWizardStep - Class in org.xwiki.gwt.wysiwyg.client.gadget
Wizard step to edit the parameters of the selected gadget.
EditGadgetWizardStep(Config, MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.gadget.EditGadgetWizardStep
Creates a gadget edit wizard step.
EditMacroWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.ui
Wizard step for editing macro parameters and content.
EditMacroWizardStep(Config, MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
Creates a new wizard step for editing macro parameters and content.
EmailAddressLinkWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to create a link to an email address (the mailto: protocol).
embeddedObject() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
EmbedPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.embed
Handles objects embedded in the rich text area.
EmbedPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPlugin
 
EmbedPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.embed
Factory for EmbedPlugin.
EmptyLinkFilter - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Client side empty link cleaner, to delete all links without content before the content is submitted.
EmptyLinkFilter(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.EmptyLinkFilter
Creates an empty link filter to handle links on the passed rich text area.
ensureLineBreakIsVisible(Node, Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.IELinePlugin
 
ensureLineBreakIsVisible(Node, Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Ensures that the line created by inserting a line break is visible.
Entity - Class in org.xwiki.gwt.wysiwyg.client.wiki
An entity in the wiki model.
Entity() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.Entity
 
EntityConfig - Class in org.xwiki.gwt.wysiwyg.client.wiki
Base class for entity configuration classes.
EntityConfig() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.EntityConfig
 
EntityLink<T> - Class in org.xwiki.gwt.wysiwyg.client.wiki
Defines a link from an entity to a resource.
EntityLink() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
Default constructor.
EntityLink(EntityReference, ResourceReference, T) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
Explicit constructor.
entityLocatedIn() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
EntityReference - Class in org.xwiki.gwt.wysiwyg.client.wiki
References a server side entity.
EntityReference() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
 
EntityReference.EntityType - Enum in org.xwiki.gwt.wysiwyg.client.wiki
Represents a type of entity that can be referenced from the client.
equals(Object) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
 
equals(Object) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Entity
 
equals(Object) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
 
equals(Object) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
 
ERROR_LABEL_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the error labels in this form.
execute(Node, int, int, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.RedoExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.UndoExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
 
execute(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Actually executes the operation on a single list item.
execute(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.IndentExecutable
Actually executes the operation on a single list item.
execute(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Actually executes the operation on a single list item.
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.UnlinkExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.CollapseExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.InsertExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.RefreshExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.exec.InsertHRExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
execute(Node, int, int, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
execute(Text, int, int, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.SubmitExecutable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteCol
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteRow
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteTable
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColAfter
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColBefore
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowAfter
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowBefore
 
execute(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
 
executeDelete(Node, Element, Node, Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Effectively executes the delete operation at the end of a list item by moving the next list item in this one, for the passed parameters.
executeOnMultipleItems(Range, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Executes this list operation on all items in the non-collapsed selection.
executeOnMultipleItems(Range, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.IndentExecutable
 
executeOnMultipleItems(Range, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.OutdentExecutable
 
EXPAND - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for expanding all the macros.
extendRootUI() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
Loads the root user interface extensions.
extractFileName() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 

F

fetchData(AsyncCallback<List<Attachment>>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
fetchData(AsyncCallback<List<Attachment>>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
 
fetchData(AsyncCallback<List<WikiPage>>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.RecentChangesSelectorWizardStep
 
fetchData(AsyncCallback<List<WikiPage>>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
fetchData(AsyncCallback<List<L>>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Fetches the list of items to be displayed in this list from the server.
FIELD_ERROR_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
The style of the fields under error.
FIELD_ERROR_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
The style of the fields under error.
FIELD_ERROR_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the fields under error.
FIELD_ERROR_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
The style of the fields under error.
FIELD_HINT_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
The style used on the field hint.
FIELD_LABEL_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
The style used on the field label.
FILE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
The component that stores the name of the file that hosts the referenced entity.
fileChooseLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fileListFetchError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fileUploadLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fileUploadNewFileLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fileUploadNoPathError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fileUploadSubmitError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fileUploadSubmitLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fileUploadTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
fill(Config, PluginManager) - Method in class org.xwiki.gwt.wysiwyg.client.MenuBarController
Fills the menu bar with the features specified in the configuration.
fill(Config, PluginManager) - Method in class org.xwiki.gwt.wysiwyg.client.ToolBarController
Fills the tool bar with the features specified in the configuration.
fillList(List<Attachment>, Attachment) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
fillList(List<L>, L) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Fills the list with the given data and returns the item that matches the specified item.
filter(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.IEPasteFilter
 
filter(Document) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteFilter
Filters the given DOM document.
filter(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteFilter
Filters the given element.
filter(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.WebKitPasteFilter
 
font() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
FontFamilyMatcher - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Matches values of the font-family CSS property.
FontFamilyMatcher() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyMatcher
Creates a new font family matcher.
FontFamilyPicker - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
A widget used for choosing a font family.
FontFamilyPicker() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyPicker
Creates a new empty font family picker.
fontNameOther() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
FontPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Plug-in for manipulating the font size and font family used while editing.
FontPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.FontPlugin
 
FontPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Factory for FontPlugin.
fontSize() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
FontSizeComparator - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
Compares two font sizes.
FontSizeComparator() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.FontSizeComparator
Creates a new font size comparator.
fontSizeOther() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
FontSizePicker - Class in org.xwiki.gwt.wysiwyg.client.plugin.font
A widget used for choosing a font size.
FontSizePicker() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.font.FontSizePicker
Creates a new empty font size picker.
foreColor() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
foreColor() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
format() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
FormatBlockExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.format.exec
Wraps the HTML fragment including the current selection in a specified block level element.
FormatBlockExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
Create a new executable to be executed on the specified rich text area.
formatHeader1() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
formatHeader2() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
formatHeader3() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
formatHeader4() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
formatHeader5() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
formatHeader6() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
formatPlainText() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
FormatPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.format
RichTextArea plug-in for formatting text.
FormatPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPlugin
 
FormatPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.format
Factory for FormatPlugin.
forScheme(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference.ResourceType
 
fromHTML(String, String) - Method in interface org.xwiki.gwt.wysiwyg.client.converter.HTMLConverter
Cleans and converts the given HTML fragment to the specified syntax.
fromHTML(String, String, AsyncCallback<String>) - Method in interface org.xwiki.gwt.wysiwyg.client.converter.HTMLConverterAsync
Makes a request to the server to convert the given HTML fragment to the specified syntax.

G

gadget() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
gadgetEditDialogCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
gadgetInsertActionLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
gadgetInsertDialogCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
gadgetInsertDialogTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
GadgetInstance - Class in org.xwiki.gwt.wysiwyg.client.gadget
Stores the information about a gadget instance, the macro call which is the content of the macro, and the title, to be returned by EditGadgetWizardStep as a result.
GadgetInstance() - Constructor for class org.xwiki.gwt.wysiwyg.client.gadget.GadgetInstance
 
gadgetNoGadgetSelected() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
gadgetTitleDescription() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
gadgetTitleLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
GadgetWizardApi - Class in org.xwiki.gwt.wysiwyg.client.gadget
The Gadget Wizard, along with its javascript API, allowing to create macros insert and edit wizards, to be used as gadget wizards.
GadgetWizardApi() - Constructor for class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Deprecated.
GadgetWizardApi(JavaScriptObject) - Constructor for class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Creates a new gadget wizard.
getAdditionalOptionGroupLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.DynamicListBoxPicker
 
getAlignment() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
getAltText() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
getArgument(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
 
getAssociatedType() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.DoubleClickNodeEvent
 
getAttachment(AttachmentReference) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
Returns information about the referenced attachment.
getAttachment(AttachmentReference, AsyncCallback<Attachment>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Returns information about the referenced attachment.
getAttachment(AttachmentReference, AsyncCallback<Attachment>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getAttachments(WikiPageReference) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
Returns all the attachments from the referred page.
getAttachments(WikiPageReference, AsyncCallback<List<Attachment>>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Returns all the attachments from the referred page.
getAttachments(WikiPageReference, AsyncCallback<List<Attachment>>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getBorderSize() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableConfig
Size of table border.
getByClassName(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig.LinkType
 
getCacheKeyPrefix() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.exec.InsertImageExecutable
 
getCacheKeyPrefix() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
 
getCaretNode(Document) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Get the node in which the caret is currently positioned.
getCategory() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
getCell(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Browse node ancestors and return the first table cell element (TD or TH).
getClassName() - Method in enum org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig.LinkType
 
getClosestReadOnlyAncestor(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyUtils
 
getColNumber() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableConfig
Number of columns in the table.
getColor() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
 
getColor() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPicker
 
getColorGrid() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPalette
 
getColorPalette() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPicker
 
getColorPicker() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
Lazy loads the color picker.
getColumnCount() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
 
getCommand() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature
 
getCommand() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.table.TableFeature
Get feature command.
getCommandManagerApi() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
 
getComponent(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
 
getConfig() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
 
getConfig() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
 
getConfigurationSource() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
getConfigurationSource() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
getContainer() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
 
getContent() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
 
getContentDescriptor() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
getData() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getData() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
 
getData() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
 
getDefaultDirection() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
getDefaultDirection() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
getDefaultDirection() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getDefaultStepName() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getDefaultValue() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getDescription() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
getDescription() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getDescriptor() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDisplayer
 
getDestination() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
 
getDirectionName(NavigationListener.NavigationDirection) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getDisplayer() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
getEntityConfig(EntityReference, ResourceReference) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
Creates an entity link configuration object (URL, link reference) for a link with the specified origin and destination.
getEntityConfig(EntityReference, ResourceReference, AsyncCallback<EntityConfig>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Creates an entity link configuration object (URL, reference) for a link with the specified origin and destination.
getEntityConfig(EntityReference, ResourceReference, AsyncCallback<EntityConfig>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getEntityReference() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
 
getEntityReference() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
 
getEntityReference() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.URIReference
 
getEntityReference() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
 
getEnumConstants() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterType
 
getErrorLabel() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getExplorer() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
getExtension() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroToolBarExtension
 
getFeature() - Method in class org.xwiki.gwt.wysiwyg.client.MenuItemDescriptor
 
getFeatures() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.MenuBarSeparator
 
getFeatures() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.ToolBarSeparator
 
getFeatures() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePlugin
 
getFeatures() - Method in class org.xwiki.gwt.wysiwyg.client.syntax.rule.ImageSelectionBehaviourRule
 
getFeatures() - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.ValidationRule
 
getFileHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getFileLabel() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getFileName() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
 
getFileUploadInput() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getFileUploadInputName() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getHeight() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
getHexColorCode() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
 
getHistory() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable
 
getHook() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
getHTMLCleaningParams() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
Prepares the cleaning parameters map.
getHTMLCleaningParams() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
Prepares the cleaning parameters map.
getId() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
getId() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getImageAttachments(WikiPageReference) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
Returns all the image attachments from the referred page.
getImageAttachments(WikiPageReference, AsyncCallback<List<Attachment>>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Returns all the image attachments from the referred page.
getImageAttachments(WikiPageReference, AsyncCallback<List<Attachment>>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getInlineAncestorsStack(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Computes the stack of in-line ancestors, starting with the given node and ending with its top most in-line ancestor.
getInputValue() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.history.HistoryPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.IndentPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.justify.JustifyPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.SeparatorPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StylePluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePluginFactory
Return the factory instance, create one if none exist.
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Get the instance in use.
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.text.TextPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.valign.VerticalAlignPluginFactory
 
getInstance() - Static method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorFactory
 
getKeyword() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
getLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
getLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
 
getLabelErrorLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getLabelText() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
getLabelTextBox() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getLabelTextBoxTooltip() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getList() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getListItem(Attachment) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
getListItem(Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
 
getListItem(WikiPage) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
 
getListItem(Attachment) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
 
getListItem(L) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getMacro(int) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
getMacroCall() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetInstance
 
getMacroCall() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
 
getMacroContainers(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
getMacroCount() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
getMacroDescriptor(String, String, String) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService
 
getMacroDescriptor(String, String) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService
 
getMacroDescriptor(String, String, String, AsyncCallback<MacroDescriptor>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsync
Makes a request to the server to get the descriptor for the specified macro.
getMacroDescriptor(String, String, AsyncCallback<MacroDescriptor>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsync
Makes a request to the server to get the descriptor for the specified macro.
getMacroDescriptor(String, String, String, AsyncCallback<MacroDescriptor>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
 
getMacroDescriptor(String, String, AsyncCallback<MacroDescriptor>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
 
getMacroDescriptor() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
 
getMacroDescriptors(String, String) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService
 
getMacroDescriptors(String) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService
 
getMacroDescriptors(String, String, AsyncCallback<List<MacroDescriptor>>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsync
Makes a request to the server to get all the macro descriptors for the specified syntax.
getMacroDescriptors(String, AsyncCallback<List<MacroDescriptor>>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsync
Makes a request to the server to get all the macro descriptors for the specified syntax.
getMacroDescriptors(String, String, AsyncCallback<List<MacroDescriptor>>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
 
getMacroDescriptors(String, AsyncCallback<List<MacroDescriptor>>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
 
getMacroService() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
 
getMacroService() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
 
getMatchingPages(String, String, int, int) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
 
getMatchingPages(String, String, int, int, AsyncCallback<List<WikiPage>>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
 
getMatchingPages(String, String, int, int, AsyncCallback<List<WikiPage>>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getMenu() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
 
getMimeType() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Attachment
 
getName() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
 
getName() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
getName() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getName() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterType
 
getName() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
 
getName() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature
 
getName() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.table.TableFeature
Get feature name.
getNewOptionListItem() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
getNewOptionListItem() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
 
getNewOptionListItem() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
 
getNewOptionListItem() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getNewWindowCheckBox() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getNextCellInColumn(TableCellElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Get next cell in cell's column.
getNextCellInRow(TableCellElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Get next cell in cell's row.
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageDispatcherWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkDispatcherWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
 
getNextStep() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getOrigin() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
 
getOutput(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
getPageName() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
 
getPageNames(String, String) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
 
getPageNames(String, String, AsyncCallback<List<String>>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Returns the list of the page names from a given space and a given wiki.
getPageNames(String, String, AsyncCallback<List<String>>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getParameter(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
getParameter() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
 
getParameter() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.RedoExecutable
 
getParameter() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.UndoExecutable
 
getParameter() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.InsertExecutable
 
getParameter() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
getParameter() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
getParameter() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.SubmitExecutable
 
getParameter(String) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
 
getParameterDescriptorMap() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
getParameterNames() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
 
getParameters() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
 
getPlaceHolder(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
getPlainTextArea() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
 
getPlainTextEditor() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
Get the plain text editor.
getPlugin() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.AbstractTableFeature
 
getPlugin() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.table.TableFeature
Get table plugin.
getPreviousCellInColumn(TableCellElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Get previous cell in cell's column.
getPreviousCellInRow(TableCellElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Get previous cell in cell's row.
getRange(Document) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Inspect a Document to get the currently selected Range.
getRecentlyModifiedPages(String, int, int) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
 
getRecentlyModifiedPages(String, int, int, AsyncCallback<List<WikiPage>>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
 
getRecentlyModifiedPages(String, int, int, AsyncCallback<List<WikiPage>>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getReference() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Entity
 
getReference() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityConfig
 
getRequiredStep() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
 
getRequiredStep() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getRequiredStep() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AttachmentSelectorAggregatorWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.EditGadgetWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.SelectGadgetWizardStep
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageWizard
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
 
getResult() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.LinkUploadWizardStep
 
getRichTextArea() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
 
getRichTextEditor() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
Get the rich text editor.
getRole() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.AbstractSeparator
 
getRow(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Browse node ancestors and return the first table row element.
getRowCount() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
 
getRowNumber() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableConfig
Number of rows in the table.
getScheme() - Method in enum org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference.ResourceType
 
getSelectedAlignment() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
getSelectedAnchor(RichTextArea) - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.LinkExecutableUtils
Returns the currently selected anchor element in the passed RichTextArea, as the user perceives the selection.
getSelectedAttachment() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the attachment selected in the Tree.
getSelectedColor() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPalette
 
getSelectedElement() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.exec.InsertImageExecutable
getSelectedElement() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
 
getSelectedItem() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Helper method to get the selected item in the list managed by this wizard step.
getSelectedPage() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the page selected in the Tree.
getSelectedPage() - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
 
getSelectedSpace() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the space selected in the Tree.
getSelectedSpace() - Method in class org.xwiki.gwt.wysiwyg.client.widget.SpaceSelector
 
getSelectedSymbol() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPalette
 
getSelectedTab() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
 
getSelectedTabIndex() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
getSelectedValue() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractListBoxPicker
 
getSelectedValue() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.font.Picker
 
getSelectedWiki() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Get the name of the wiki selected in the Tree.
getSelectedWiki() - Method in class org.xwiki.gwt.wysiwyg.client.widget.WikiSelector
 
getSelectElement() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractListBoxPicker
NOTE: We added this method because it is declared as private in the base class.
getSelectErrorMessage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
getSelectErrorMessage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
 
getSelectErrorMessage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
 
getSelectErrorMessage() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getSelectHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
getSelectHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
 
getSelectHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CurrentPageAttachmentSelectorWizardStep
 
getSelectHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
getSelectionRange() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
 
getSelector() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
 
getSerializedMacroCall(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
getSourceText(JavaScriptObject, JavaScriptObject) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
Sends a request to the server to convert the HTML output of the rich text editor to source text and calls one of the given functions when the response is received.
getSpace() - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
Sets the space for this selector.
getSpaceName() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
 
getSpaceNames(String) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
 
getSpaceNames(String, AsyncCallback<List<String>>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Returns a list of all spaces names in the specified wiki.
getSpaceNames(String, AsyncCallback<List<String>>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getSpacePrettyName() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
 
getStep(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageWizard
 
getStep(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportWizard
 
getStep(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizardStepProvider
 
getStep(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getStepInstance(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
 
getStepInstance(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getStepInstance(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AttachmentSelectorAggregatorWizardStep
 
getStepNames() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
 
getStepNames() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
getStepNames() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AttachmentSelectorAggregatorWizardStep
 
getStepTitle() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.EditGadgetWizardStep
 
getStepTitle() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.SelectGadgetWizardStep
 
getStepTitle() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
 
getStepTitle() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
getStyleNames(Selection) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
getStyleNames(Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
getStyleNames(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
getStyleNames(Selection) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
getStyleNames(Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
getStyleNames(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
getSubMenu() - Method in class org.xwiki.gwt.wysiwyg.client.MenuItemDescriptor
 
getSubmitHandler() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
getSymbol() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolCell
 
getSymbol() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPicker
 
getSymbolGrid() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPalette
 
getSyntax() - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.SyntaxValidator
 
getSyntax() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
getSyntaxValidator(String) - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.SyntaxValidatorManager
Returns the syntax validator for the given syntax.
getTable(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Browse node ancestors and return the first table element.
getTargetPageReference() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
 
getTargetPageReference() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
getTargetPageReference() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.LinkUploadWizardStep
 
getTemplateURL() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
getTextArea() - Method in class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
 
getTextArea() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
 
getTextArea() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
getTextArea() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
 
getTitle() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetInstance
 
getTitle() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPage
 
getToolbar() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
 
getTooltip() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
getTooltipTextBox() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getTooltipTextBoxTooltip() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getType() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
getType() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
 
getType() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
 
getType() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
 
getUI() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
In a Model-View-Controller architecture the UI represents the View component, while this class represents the Controller.
getUIObject(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.MenuBarSeparator
 
getUIObject(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.ToolBarSeparator
 
getUploadURL(AsyncCallback<String>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Requests the upload URL from the server.
getUploadURL(WikiPageReference) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
 
getUploadURL(WikiPageReference, AsyncCallback<String>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Returns the URL to be used to upload an attachment to the specified document.
getUploadURL(WikiPageReference, AsyncCallback<String>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getURI() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.URIReference
 
getURL() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Subclasses can overwrite this method to adjust the URL the user has set.
getURL() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
 
getUrl() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Entity
 
getUrl() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityConfig
 
getURLErrorMessage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLErrorMessage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
 
getURLErrorMessage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
 
getURLHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
 
getURLHelpLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
 
getURLLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
 
getURLLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
 
getUrlTextBox() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLTextBoxTooltip() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
getURLTextBoxTooltip() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
 
getURLTextBoxTooltip() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
 
getValidationMessage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
getValue() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.ChoiceInput
 
getValue() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.input.HasValue
 
getValue() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.TextInput
 
getValue() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDisplayer
 
getVirtualWikiNames() - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
 
getVirtualWikiNames(AsyncCallback<List<String>>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Returns a list containing the names of all wikis.
getVirtualWikiNames(AsyncCallback<List<String>>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
getWidget() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDisplayer
 
getWidth() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
getWiki() - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
 
getWiki() - Method in class org.xwiki.gwt.wysiwyg.client.widget.SpaceSelector
 
getWikiName() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
 
getWikiPageReference() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
 
getWikiService() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
 
getWikiService() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
getWizard() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
Get table wizard pop-up.

H

handleEmptyListItem(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Handles a list item which void by adding a placeholder to render this element editable.
handleKeyRelease(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
 
handleRepeatableKey(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Handles a repeatable key press.
handleRepeatableKey(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
 
handleRepeatableKey(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyKeyboardHandler
 
HasDoubleClickNodeHandlers - Interface in org.xwiki.gwt.wysiwyg.client.widget.explorer
An object that fires DoubleClickNodeEvents.
HasFocus - Interface in org.xwiki.gwt.wysiwyg.client.plugin.macro.input
Interface to an object that can have focus.
hashCode() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
 
hashCode() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Entity
 
hashCode() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
 
hashCode() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
 
hasHeader() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableConfig
Does the table contain a header row.
hasOutput(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
This method is useful to determine if a macro can be expanded or not.
hasSelectedNode() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
 
HasValue - Interface in org.xwiki.gwt.wysiwyg.client.plugin.macro.input
Interface to access and change the value of an object.
HELP_LABEL_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the description labels in this form.
hideError() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Hides the error messages and markers in this wizard step.
hideError() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Hides the error message and markers for this dialog.
hideError() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Hides the error markers for this wizard step.
hideErrors() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
hideErrors() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Hides the error message and markers for this dialog.
History - Interface in org.xwiki.gwt.wysiwyg.client.plugin.history
Interface for undoing and redoing user's edit actions.
HistoryPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.history
Plug-in for undoing and redoing the past actions taken on the rich text area.
HistoryPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.history.HistoryPlugin
 
HistoryPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.history
Factory for HistoryPlugin.
hookSubmitEvent(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
Registers SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
HOVERED_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
The CSS class name used when the color cell is hovered.
HOVERED_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolCell
The CSS class name used when the symbol cell is hovered.
hr() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
hr() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
HTMLCleaner - Interface in org.xwiki.gwt.wysiwyg.client.cleaner
Cleans the HTML generated by the WYSIWYG editor.
HTMLCleanerAsync - Interface in org.xwiki.gwt.wysiwyg.client.cleaner
Cleaner interface to be used on the client.
HTMLConverter - Interface in org.xwiki.gwt.wysiwyg.client.converter
Converts HTML to/from a specified syntax.
HTMLConverterAsync - Interface in org.xwiki.gwt.wysiwyg.client.converter
Converter interface to be used on the client.

I

IELinePlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.line
Internet Explorer specific implementation of the LinePlugin.
IELinePlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.line.IELinePlugin
 
IEPasteFilter - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
Removes non-HTML elements, i.e.
IEPasteFilter() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.IEPasteFilter
 
IEPasteManager - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
Extends PasteManager in order to perform operations specific to Internet Explorer.
IEPasteManager() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.IEPasteManager
 
image() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
image() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAlignBottomLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAlignCenterLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAlignLeftLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAlignMiddleLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAlignRightLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAlignTopLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAltTextHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageAltTextLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImageBehaviorAdjuster - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Customizes the behavior of the editor according to the image constraints, e.g.
ImageBehaviorAdjuster() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
 
imageChangeImageButton() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImageConfig - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Stores the data about an image: information about the image file (filename, URL, etc.) and also about its representation in an edited document (position, size, etc.).
ImageConfig() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
ImageConfig.ImageAlignment - Enum in org.xwiki.gwt.wysiwyg.client.plugin.image
Enumeration holding all possible values for the image alignment.
ImageConfigDOMReader - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Creates an ImageConfig object from an ImageElement.
ImageConfigDOMReader() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigDOMReader
 
ImageConfigDOMWriter - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Writes an ImageConfig object to a DOM element.
ImageConfigDOMWriter() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigDOMWriter
 
ImageConfigJSONParser - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Creates ImageConfig instances from JSON.
ImageConfigJSONParser() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigJSONParser
 
ImageConfigJSONSerializer - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Serializes an ImageConfig to JSON.
ImageConfigJSONSerializer() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigJSONSerializer
 
imageConfigTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImageConfigWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Wizard step to configure the image parameters.
ImageConfigWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
Default constructor.
imageCreateImageButton() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImageDispatcherWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Forwards the control to the next step based on the image type.
ImageDispatcherWizardStep(boolean, WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageDispatcherWizardStep
Creates a new wizard step that forwards the control to the next step based on the image type.
imageEditImage() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageExternal() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageExternalLocationHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageExternalLocationLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageExternalLocationNotSpecifiedError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageHeightHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageHeightLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageHorizontalAlignmentHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageHorizontalAlignmentLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageInsertAttachedImage() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageInsertURLImage() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImageMenuExtension - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Provides user interface for manipulating images through the WYSIWYG top-level menu.
ImageMenuExtension(ImagePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageMenuExtension
Builds the menu extension using the passed plugin.
ImageMetaDataExtractor - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Analyzes the passed subtree and detects the image structures and transforms them in minimal HTML elements with metafragments attached, so that the editor operates with minimal HTML.
ImageMetaDataExtractor() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageMetaDataExtractor
 
imageNoImageSelectedError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImagePlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Rich text editor plug-in for inserting images, using a dialog to get image data settings from the user.
ImagePlugin(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
Create a new image plugin that used the specified wiki service.
ImagePluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.image
Factory for ImagePlugin.
imageRemoveImage() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
Images - Interface in org.xwiki.gwt.wysiwyg.client
This ClientBundle is used for all the button icons.
imageSelectImageHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageSelectImageLocationHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageSelectImageTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImageSelectionBehaviourRule - Class in org.xwiki.gwt.wysiwyg.client.syntax.rule
Validation rule used to define the behavior when the selection is on an image.
ImageSelectionBehaviourRule() - Constructor for class org.xwiki.gwt.wysiwyg.client.syntax.rule.ImageSelectionBehaviourRule
 
imageSettingsLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImagesExplorerWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Wizard step to explore and select images from all the pages in the wiki.
ImagesExplorerWizardStep(boolean, WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Builds an image explorer with the default selection on the passed resource.
imageTooltip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageUpdateListButton() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageUploadHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageUploadNewFileLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageVerticalAlignmentHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageVerticalAlignmentLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageWidthHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
imageWidthLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImageWizard - Class in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
The link wizard, used to configure image parameters in a ImageConfig object, in successive steps.
ImageWizard(Config, WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageWizard
Builds a ImageWizard from the passed Config.
ImageWizard.ImageWizardStep - Enum in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Enumeration steps handled by this image wizard.
importMenuEntryCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importMenuEntryIcon() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
ImportMenuExtension - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
Provides access to various content importers through the top-level menu.
ImportMenuExtension(ImportPlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportMenuExtension
Creates a new import menu extension.
importOfficeContentFilterStylesCheckBoxHint() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficeContentFilterStylesCheckBoxLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficeFileFeatureNotAvailable() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficeFileHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficeFileMenuEntryIcon() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
importOfficeFileMenuItemCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficeFileUseOfficeViewerCheckBoxHint() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficeFileUseOfficeViewerCheckBoxLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImportOfficeFileWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
Wizard step responsible for importing the content of an office document into the wysiwyg editor.
ImportOfficeFileWizardStep(Config, WikiServiceAsync, ImportServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
Instantiates the office document import wizard step.
importOfficeFileWizardStepTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficePasteHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importOfficePasteInfoLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImportOfficePasteWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
Wizard step responsible for importing copy-pasted office content.
ImportOfficePasteWizardStep(ImportServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
Creates an instance of ImportOfficePasteWizardStep.
importOfficePasteWizardStepTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
ImportPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
Plugin responsible for importing external content into wysiwyg editor.
ImportPlugin(ImportServiceAsync, WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPlugin
Creates a new import plug-in that used the given import service.
ImportPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
Factory for ImportPlugin.
ImportService - Interface in org.xwiki.gwt.wysiwyg.client.plugin.importer
The service interface used on the server.
ImportServiceAsync - Interface in org.xwiki.gwt.wysiwyg.client.plugin.importer
Service interface used on the client by the importer plug-in.
ImportWizard - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
Import wizard responsible for performing various content import operation into wysiwyg editor.
ImportWizard(Config, ImportServiceAsync, WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportWizard
Instantiates the import wizard.
ImportWizard.ImportWizardStep - Enum in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
Enumeration of steps comprising the import wizard.
importWizardIcon() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
importWizardImportButtonCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
importWizardTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
indent() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
indent() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
IndentExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.indent.exec
Indent executable to handle valid XHTML lists indent, semantically: when a list item is indented, all its subitems are indented as well.
IndentExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.IndentExecutable
Creates a new executable that can be used to indent list items inside the specified rich text area.
IndentPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.indent
Plug-in for indenting or outdenting text.
IndentPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.indent.IndentPlugin
 
IndentPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.indent
Factory for IndentPlugin.
indexOf(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.ChoiceInput
Searches for the given value in the list of options.
INFO_LABEL_STYLE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
The style of the information labels in this form.
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.EditGadgetWizardStep
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.HistoryPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPlugin
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.IndentPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.justify.JustifyPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.IELinePlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.SeparatorPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StylePlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePlugin
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.text.TextPlugin
 
init(RichTextArea, Config) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.valign.VerticalAlignPlugin
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
 
init(Object, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.LinkUploadWizardStep
 
initCurrentPage(AttachmentReference, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Initializes and displays list of images attached to the same page as the specified image, and selects the specified image.
initialize(RichTextArea, ImportServiceAsync) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
Configures this instance to catch the paste events from the given rich text area and to clean the paste content using the specified service.
initializeSelection(AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
initializeSelection(AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
initializeSelection(AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
INLINE_MACRO_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of an in-line macro.
InlineStyleNameExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.style.exec
Applies a given style name to each of the text nodes from the current text selection.
InlineStyleNameExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
Creates a new instance.
InputFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.input
Creates input controls for specific data types.
insert() - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Starts the insert wizard, which will guide the user into choosing a macro and defining its parameters.
INSERT - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for inserting a macro in place of the current selection.
insert() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Start the insert macro wizard.
insert(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Skip the select macro wizard step and go directly to the edit macro wizard step for the specified macro.
INSERT - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
Rich text area command for inserting a macro in place of the current selection.
insert() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
Casts the insert macro spell on the underlying rich text area, allowing the user to insert a new macro in place of the current selection or at the current caret position.
insert(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
Casts the insert macro spell on the underlying rich text area, allowing the user to insert the specified macro in place of the current selection or at the current caret position.
insertCol(Document, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Insert a column in the currently edited table.
insertColAfter() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
InsertColAfter - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to insert a column at the right of an existing column.
InsertColAfter(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColAfter
Initialize the feature.
insertColAfter() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
insertColBefore() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
InsertColBefore - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to insert a column at the left of an existing column.
InsertColBefore(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColBefore
Initialize the feature.
insertColBefore() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
insertEmptyLine(Node, Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.IELinePlugin
Inserts an empty line before the block containing the caret.
insertEmptyLine(Node, Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Inserts an empty line before the block containing the caret.
InsertExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.exec
Inserts a new macro in the edited document or replaces an existing one.
InsertExecutable(MacroSelector, MacroServiceAsync, Config) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.InsertExecutable
Creates a new executable.
InsertHRExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.separator.exec
Inserts a horizontal rule in place of the current selection.
InsertHRExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.separator.exec.InsertHRExecutable
Creates a new executable that can be used to insert a horizontal rule in the specified rich text area.
InsertImageExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.image.exec
Handles the insertion of an image, passed through its corresponding HTML block.
InsertImageExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.exec.InsertImageExecutable
Creates a new executable that can be used to insert images in the specified rich text area.
insertItem(String, String, int) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractListBoxPicker
 
insertLineBreak(Node, Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Inserts a line break at the specified position in the document.
insertRow(Document, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Insert a row in the currently edited table.
insertRowAfter() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
InsertRowAfter - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to insert a row bellow the currently edited row.
InsertRowAfter(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowAfter
Initialize the feature.
insertRowAfter() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
insertRowBefore() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
InsertRowBefore - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to insert a row above the currently edited row.
InsertRowBefore(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowBefore
Initialize the feature.
insertRowBefore() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
insertTable() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
InsertTable - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.feature
Feature allowing to insert a table in the editor.
InsertTable(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
Initialize the feature.
insertTable(TableConfig) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
Insert a HTML table in the editor.
insertTable() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
INSTANCE - Static variable in interface org.xwiki.gwt.wysiwyg.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.wysiwyg.client.Messages
An instance of this message bundle that can be used anywhere in the code to obtain localized strings.
INSTANCE - Static variable in interface org.xwiki.gwt.wysiwyg.client.Strings
An instance of this string bundle that can be used anywhere in the code to obtain i18n strings.
invalidateCache() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Reload the tree content next time it is displayed again.
isAfterLineBreak(Node, Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
isAtStart(Node, Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
isCollapsed(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
isDebugMode() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
isEmptyLine(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
isEmptyListItemPlaceholder(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Determines if a node is an empty list item placeholder.
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.RedoExecutable
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.UndoExecutable
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.UnlinkExecutable
 
isEnabled(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.AbstractSeparator
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.SubmitExecutable
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteCol
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteRow
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteTable
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColAfter
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColBefore
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowAfter
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowBefore
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
 
isEnabled() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
isEnum() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterType
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.RedoExecutable
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.UndoExecutable
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.exec.ListExecutable
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.CollapseExecutable
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.InsertExecutable
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
isExecuted() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.SubmitExecutable
 
isHeaderRow(TableRowElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Determine if the row is a header row.
isInline() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
 
isInputConverted() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
isLineBreak(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
isList(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Checks if the passed node is a list node: either an ordered list or an unordered one.
isLoading() - Method in class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
 
isLoading() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
 
isMacroContainer(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
isMandatory() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
 
isMultiWiki() - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
Deprecated.
Multiwiki is on by default, starting with XWiki 5.0.
isMultiWiki(AsyncCallback<Boolean>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Deprecated.
Multiwiki is on by default, starting with XWiki 5.0.
isMultiWiki(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
isNewAttachment() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Is the selected resource a new attachment.
isNewPage() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Is the selected resource a new page.
isolateUpTo(Node, Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Isolates the ancestors of the given child node up to the specified top ancestor.
isOpenInNewWindow() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
isRangeBoundaryInsideReadOnlyElement(Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyUtils
 
isReadOnlyLabel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
isRichTextEditingSupported() - Static method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
 
isSelected() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
 
isSelected(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
isSelected() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolCell
 
isSelectedByDefault(E) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractEntityListSelectorWizardStep
 
isSelectedByDefault(L) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
isSelectionBoundaryInsideReadOnlyElement(Document) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyUtils
 
isSupported() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.RedoExecutable
 
isSupported() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.UndoExecutable
 
isSupported() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.SubmitExecutable
 
isSupportingInlineMode() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
isTabbed() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
isTyped() - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
 
isValid(String, RichTextArea) - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.SyntaxValidator
Verifies if a specific feature of the editor should be enabled, considering the current list of validation rules and the current state of the given text area.
isWithHeader() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
 
italic() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
italic() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 

J

justifyCenter() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
justifyCenter() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
justifyFull() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
justifyFull() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
justifyLeft() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
justifyLeft() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
JustifyPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.justify
Plug-in for justifying text.
JustifyPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.justify.JustifyPlugin
 
JustifyPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.justify
Factory for JustifyPlugin.
justifyRight() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
justifyRight() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 

L

left - Variable in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractFontMatcher
The element with the left value.
LI - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The name of the <li> tag.
limitTextSelectionOnDoubleClick(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
Make sure that a double click inside the given in-line element selects only text that is inside the element.
LINE_BREAK - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The CSS class name associated with BRs that are present in the rich text area's HTML input and which have to be kept even when they are placed at the end of a block-level element.
LINE_BREAK - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.separator.ToolBarSeparator
The string used in configurations to split the tool bar in multiple lines.
LINE_BREAK_TAG - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Line break tag, to help manage empty list items after outdenting sublists.
LinePlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.line
Overwrites the behavior of creating new lines of text and merging existing ones.
LinePlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
LinePluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.line
Factory for LinePlugin.
link() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
link() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkAttachmentUploadHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkConfig - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Stores data about a link: reference (wiki, space, page), URL, label, tooltip.
LinkConfig() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
LinkConfig.LinkType - Enum in org.xwiki.gwt.wysiwyg.client.plugin.link
Link types.
LinkConfigDOMReader - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Creates an LinkConfig object from an AnchorElement.
LinkConfigDOMReader() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigDOMReader
 
LinkConfigDOMWriter - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Serializes a LinkConfig object to an HTML fragment that can be used to insert a link into the edited document.
LinkConfigDOMWriter() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigDOMWriter
 
LinkConfigFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Creates link configuration objects based on the current selection in the rich text area.
LinkConfigFactory(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigFactory
Creates a new factory for LinkConfig objects that can be used to create or edit links inside the given rich text area.
LinkConfigJSONParser - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Creates LinkConfig instances from JSON.
LinkConfigJSONParser() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigJSONParser
 
LinkConfigJSONSerializer - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Serializes a LinkConfig to JSON.
LinkConfigJSONSerializer() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigJSONSerializer
 
linkConfigLabelTextBoxTooltip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkConfigTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkConfigTooltipTextBoxTooltip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkConfigWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Default implementation for the link configuration parameters, such as link labels, link tooltip, or opening the link in a new window or not.
LinkConfigWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Creates a new link configuration wizard step.
linkCreateLinkButton() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkCreateNewPageTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkDispatcherWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Forwards the control to the next step based on the link type.
LinkDispatcherWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkDispatcherWizardStep
Creates a new wizard step that forwards the control to the next step based on the link type.
linkEdit() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkEmailAddressError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkEmailHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkEmailLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkErrorLoadingData() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkExecutableUtils - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.exec
Utility class to perform functions associated to link executables, such as detecting the selected anchor.
LinkExecutableUtils() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.LinkExecutableUtils
Protected constructor.
linkLabelLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkMenuExtension - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Provides user interface for manipulating links through the WYSIWYG top-level menu.
LinkMenuExtension(LinkPlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkMenuExtension
Builds the menu extension using the passed plugin.
LinkMetaDataExtractor - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Analyzes the passed subtree and detects the link structures and transforms them in minimal HTML elements with meta fragments attached, so that the editor operates with minimal HTML.
LinkMetaDataExtractor() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkMetaDataExtractor
 
linkNewPageError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkNewPageLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkNewPageOptionLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkNewPageTextBoxTooltip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkNoAttachmentSelectedError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkNoLabelError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkNoPageSelectedError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkOpenInNewWindowHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkOpenInNewWindowLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Rich text editor plug-in for inserting links, using a dialog to get link settings from the user.
LinkPlugin(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
Creates a new link plugin that will use the specified wiki service.
LinkPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.link
Factory for LinkPlugin.
linkSelectAttachmentHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkSelectAttachmentTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkSelectWikipageHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkSelectWikipageTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkSettingsLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkToAttachment() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkToEmail() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkTooltipLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkToWebPage() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkToWikiPage() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkUploadWizardStep<C extends EntityConfig> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Generic wizard step that can be used by wizards that create links to attachments.
LinkUploadWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.LinkUploadWizardStep
Creates a new upload wizard step that uses the given service to access the attachments.
linkURLToEmailAddressTextBoxTooltip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkURLToWebPageTextBoxTooltip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkWebPageAddressError() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkWebPageHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkWebPageLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkWikipageSearchButton() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
linkWikipageSearchTooltip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
LinkWizard - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
The link wizard, used to configure link parameters in a LinkConfig object, in successive steps.
LinkWizard(Config, WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard
Builds a LinkWizard from the passed Config.
LinkWizard.LinkWizardStep - Enum in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Enumeration steps handled by this link wizard.
LinkWizardStepProvider - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Provides link wizard steps.
LinkWizardStepProvider(Config, WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizardStepProvider
Creates a new step provider.
LIST_ITEM_TAG - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
List item element name.
LIST_ITEM_TAG - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
List item element name.
ListBehaviorAdjuster - Class in org.xwiki.gwt.wysiwyg.client.plugin.list
Handles keyboard actions on valid HTML lists, to ensure that the lists stay valid even after keyboard changes such as adding or deleting list items (enter or delete / backspace).
ListBehaviorAdjuster(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Creates a new instance.
ListExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.list.exec
List executable to insert a list (ordered or unordered).
ListExecutable(RichTextArea, boolean) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.list.exec.ListExecutable
Create a list executable to handle lists as specified by the parameter.
ListPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.list
Plug-in for inserting ordered (numbered) and unordered (bullet) lists.
ListPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.list.ListPlugin
 
ListPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.list
Factory for ListPlugin.
loadingPanel - Variable in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
The panel used to indicate the loading state of the editor.
loadPlugins() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
Loads the plugins specified in the configuration.

M

macro() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
macro() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
MACRO_PLACEHOLDER_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the macro content place-holder.
MACRO_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of a macro.
MacroCall - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Stores information about a macro call.
MacroCall() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
Creates a new empty macro call.
MacroCall(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
Creates a new macro call from a start comment node's value.
macroCategories() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCategoriesToolTip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCategoryAll() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCategoryOther() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCategoryUsed() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCollapse() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCollapseAll() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCollapseAllShortcutKeyLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroCollapseShortcutKeyLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
MacroController - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Listens to rich text area events and takes actions on existing macros.
MacroController(MacroPlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroController
Creates a new macro controller.
MacroDescriptor - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Describes a macro and its parameters.
MacroDescriptor() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
 
MacroDisplayer - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Hides macro meta data and displays macro output in a read only text box.
MacroDisplayer(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
Creates a new macro displayer for the given rich text area.
macroEdit() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
macroEdit() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroEditDialogCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroEditShortcutKeyLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroExpand() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroExpandAll() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroExpandAllShortcutKeyLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroExpandShortcutKeyLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroInsert() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
macroInsert() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroInsertActionLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroInsertDialogCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroInsertDialogTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroInsertShortcutKeyLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroInsertTooltip(String) - Method in interface org.xwiki.gwt.wysiwyg.client.Messages
 
MacroMenuExtension - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Provides a user interface extension to allow users to manipulate macros using the top-level menu of the WYSIWYG editor.
MacroMenuExtension(MacroPlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroMenuExtension
Creates a new menu extension for the given macro plug-in.
macroNoMacroSelected() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroParameterMandatory() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
MacroPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
WYSIWYG editor plug-in for inserting macros and for editing macro parameters.
MacroPlugin(MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Creates a new macro plug-in that uses the specified macro service.
MacroPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Factory for MacroPlugin.
macroRefresh() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
macroRefresh() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
macroRefreshShortcutKeyLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
MacroSelector - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Controls the currently selected macros.
MacroSelector(MacroDisplayer) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
Creates a new macro selector.
MacroService - Interface in org.xwiki.gwt.wysiwyg.client.plugin.macro
The service interface used on the server.
MacroServiceAsync - Interface in org.xwiki.gwt.wysiwyg.client.plugin.macro
Service interface used on the client by the macro plug-in.
MacroServiceAsyncCacheProxy - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Cache proxy for MacroServiceAsync.
MacroServiceAsyncCacheProxy(MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsyncCacheProxy
Creates a new cache proxy for the given service.
MacroToolBarExtension - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Extends the tool bar with buttons for easy macro insertion, skipping the macro selection step.
MacroToolBarExtension(MacroPlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroToolBarExtension
Creates a new tool bar extension for the given macro plug-in.
MacroWizard - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
A wizard that can be used to cast macro spells on a rich text area.
MacroWizard(MacroDisplayer, Config, MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
Creates a new macro wizard.
mandatory() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
markInitialLineBreaks() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Marks the initial line breaks so they are not mistaken as LinePlugin.SPACER.
markSpacers() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Marks the BRs that have been added as spacers during the editing.
match(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.DefaultStringMatcher
 
match(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyMatcher
 
match(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontSizeComparator
 
match(T, T) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.font.Matcher
 
Matcher<T> - Interface in org.xwiki.gwt.wysiwyg.client.plugin.font
Interface to test if two objects match.
matchesStyle(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.text.exec.BoldExecutable
 
matchesStyleName(Node, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
 
matchesStyleName(Text, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
 
maybeInitialize() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
Initialize the rich text editor if it wasn't already initialized.
maybeInitializeRichTextEditor() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
Initializes the rich text editor if it wasn't already initialized.
menu - Variable in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
The menu bar.
MENU_ROLE - Static variable in class org.xwiki.gwt.wysiwyg.client.MenuBarController
The string used to identify the menu bar extension point.
MenuBarController - Class in org.xwiki.gwt.wysiwyg.client
MenuBar controller.
MenuBarController(MenuBar) - Constructor for class org.xwiki.gwt.wysiwyg.client.MenuBarController
Creates a new menu bar controller.
MenuBarSeparator - Class in org.xwiki.gwt.wysiwyg.client.plugin.separator
User interface extension that provides ways of separating menu items.
MenuBarSeparator() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.separator.MenuBarSeparator
Creates a new menu bar separator.
MenuItemDescriptor - Class in org.xwiki.gwt.wysiwyg.client
Describes a menu item.
MenuItemDescriptor(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.MenuItemDescriptor
Creates a new menu item that exposes the specified feature.
MenuItemDescriptorJSONParser - Class in org.xwiki.gwt.wysiwyg.client
Parses a list of MenuItemDescriptor from a JSON input string.
MenuItemDescriptorJSONParser() - Constructor for class org.xwiki.gwt.wysiwyg.client.MenuItemDescriptorJSONParser
 
Messages - Interface in org.xwiki.gwt.wysiwyg.client
A collection of Messages used to localize the user interface.
moveCaretOutside(Node, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.OperaReadOnlyKeyboardHandler
Places the caret outside of the specified node, either before or after.
moveCaretOutside(Node, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyKeyboardHandler
Places the caret outside of the specified node, either before or after.
moveCaretOutside(Node, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.SafariReadOnlyKeyboardHandler
Places the caret outside of the specified node, either before or after.

N

NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteCol
Feature name.
NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteRow
Feature name.
NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.DeleteTable
Feature name.
NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColAfter
Feature name.
NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertColBefore
Feature name.
NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowAfter
Feature name.
NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertRowBefore
Feature name.
NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
Feature name.
needsDeleteAdjustment(Element, Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Helper function to determine whether deleting at the end / backspacing at the beginning of one of the list items when next list item / previous list item is the other needs special handling or will fall back on the browser default.
needsSpace(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
newEditor(Config) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorFactory
Creates a new editor for the given configuration in the specified context.
newElement() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.exec.InsertImageExecutable
 
newElement() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.CreateLinkExecutable
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.HistoryPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.IndentPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.justify.JustifyPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.SeparatorPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StylePluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.text.TextPluginFactory
 
newInstance() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.valign.VerticalAlignPluginFactory
 
newLineBreak() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.ToolBarSeparator
 
newVerticalBar() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.ToolBarSeparator
 
no() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
NORMAL_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
The CSS class name used when the color cell is neither selected nor hovered.
NORMAL_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolCell
The CSS class name used when the symbol cell is not hovered.

O

officeToXHTML(Attachment, Map<String, String>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportService
Imports the given office attachment into XHTML 1.0.
officeToXHTML(Attachment, Map<String, String>, AsyncCallback<String>) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportServiceAsync
Imports the given office attachment into XHTML 1.0.
ol() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
ol() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
onAttach(AttachEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageMenuExtension
 
onAttach(AttachEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkMenuExtension
 
onAttach(AttachEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroMenuExtension
 
onAttach(AttachEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableMenuExtension
 
onAttachedImage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
Start the insert attached image wizard.
onAttachmentUploaded(Attachment, AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficeFileWizardStep
 
onAttachmentUploaded(Attachment, AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
onAttachmentUploaded(Attachment, AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.LinkUploadWizardStep
 
onAttachOrDetach(AttachEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.MenuBarSeparator
 
onBackspace(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Overwrites the default rich text area behavior when the Backspace key is being pressed.
onBackspace(Element, Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Handles the backspace key inside a list item, such that it meets the following behavior when hit at the beginning of a list item: The list item in which the delete backspace button is hit is always deleted, if there is another list item preceeding it.
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPlugin
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.EmptyLinkFilter
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPlugin
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePlugin
 
onBeforeCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
onBeforePaste(BeforePasteEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.IEPasteManager
 
onBeforeSelection(BeforeSelectionEvent<Integer>) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorTabSwitchHandler
 
onBlur(BlurEvent) - Method in class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
 
onBlur(BlurEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
onBrowserEvent(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
 
onBrowserEvent(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolCell
 
onCancel(Wizard) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
 
onCancel(Wizard) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
 
onCancel(Wizard) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPlugin
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
 
onCancel(Wizard) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
onCancel(Wizard) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
onCancel(Wizard) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
onCancel() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
onChange(ChangeEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontPlugin
 
onChange(ChangeEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPlugin
 
onChange(ChangeEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
onChange(ChangeEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StylePlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPalette
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.history.HistoryPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.IndentPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.justify.JustifyPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroToolBarExtension
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.SeparatorPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPalette
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.text.TextPlugin
 
onClick(ClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.valign.VerticalAlignPlugin
 
onClose(CloseEvent<PopupPanel>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin
 
onClose(CloseEvent<CompositeDialogBox>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPlugin
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPlugin
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.EmptyLinkFilter
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPlugin
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePlugin
 
onCommand(CommandManager, Command, String) - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
onCopy(CopyEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
 
onDelete(Element, Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Handles the delete key inside a list item, such that it meets the following behavior when hit at the end of a list item: The list item in which the delete button is hit is never deleted, if there is another list item following it.
onDelete(Event, Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyKeyboardHandler
Deletes a read-only element when it is the only target of the given event.
onDelete(Event, Element, Range, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyKeyboardHandler
Deletes a read-only element when it is not the only target of the given event.
onDelete(Event, Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.SafariReadOnlyKeyboardHandler
Deletes a read-only element when it is the only target of the given event.
onDelete(Event, Element, Range, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.SafariReadOnlyKeyboardHandler
Deletes a read-only element when it is not the only target of the given event.
onDirection(NavigationListener.NavigationDirection) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
onDoubleClick(DoubleClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroController
 
onDoubleClick(DoubleClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
onDoubleClick(DoubleClickEvent) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
onDoubleClickNode(DoubleClickNodeEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
onDoubleClickNode(DoubleClickNodeEvent) - Method in interface org.xwiki.gwt.wysiwyg.client.widget.explorer.DoubleClickNodeHandler
Called when a node in the tree is double clicked.
onEditDone(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Handles the call of the js callback when the edit is done.
onElapsed(Timer) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorDebugger
 
onEnter(Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Overwrites the default rich text area behavior when the Enter key is being pressed.
onEnterParagraph(Node, Range, Event) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Behaves as if the caret is inside a paragraph.
onFailure(Throwable) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.RefreshExecutable
 
onFinish(Wizard, Object) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
 
onFinish(Wizard, Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
 
onFinish(Wizard, Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPlugin
 
onFinish(Wizard, Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
onFinish(Wizard, Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroWizard
 
onFinish(Wizard, Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.feature.InsertTable
 
onImage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
Function to handle the image event, when the tool bar button is clicked or the menu command is issued: either create a new image, or edit an existing image.
onImageEdit() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
Start the edit image wizard.
onImageRemove() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
Removes the selection if the insert image command is executed.
onImportOfficeFile() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportPlugin
Method invoked by ImportMenuExtension when "Import -& Office File" menu item is clicked.
onInnerHTMLChange(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPlugin
 
onInnerHTMLChange(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageMetaDataExtractor
 
onInnerHTMLChange(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.IELinePlugin
 
onInnerHTMLChange(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkMetaDataExtractor
 
onInnerHTMLChange(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
 
onInsertDone(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Handles the call of the js callback when the insert is done.
onKeyDown(KeyDownEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
 
onKeyDown(KeyDownEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroController
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
onKeyPress(KeyPressEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
onKeyUp(KeyUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
onLinkEdit() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
Handles the edit of a link: prepares and shows the link wizard.
onLinkInsert(LinkConfig.LinkType) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
Handles the creation of a link of the specified type: prepares and shows the link wizard.
onLoad(LoadEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
 
onLoad() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
 
onLoad(LoadEvent) - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
onLoad() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
 
onLoad(LoadEvent) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
 
onModuleLoad() - Method in class org.xwiki.gwt.wysiwyg.client.Wysiwyg
 
onMouseUp(MouseUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
onMouseUp(MouseUpEvent) - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
onPaste(PasteEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
 
onPaste(PasteEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPlugin
 
onReset() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Called after the content of the rich text area has been reset.
onSelection(SelectionEvent<String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPicker
 
onSelection(SelectionEvent<ListItem<Attachment>>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
onSelection(SelectionEvent<String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPicker
 
onSelection(SelectionEvent<Integer>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
onSelection(SelectionEvent<Integer>) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorTabSwitchHandler
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportOfficePasteWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
onSubmit() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
Called when the HTML form hosting the rich text area is submitted.
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceParserWizardStep
 
onSubmit(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceSerializerWizardStep
 
onSubmitComplete(FormPanel.SubmitCompleteEvent, AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Handles the submit completion in asynchronous mode, to pass the result of processing the result in the received callback.
onSuccess(Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.RefreshExecutable
 
onSymbols(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPlugin
Either shows the symbol picker dialog or inserts the chosen symbol depending in the given flag.
onUnlink() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkPlugin
Executed when the unlink button is clicked.
onUnload() - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
 
onURLImage() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImagePlugin
Start the insert external image wizard.
onWindowClosing(Window.ClosingEvent) - Method in class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
 
onWindowClosing(Window.ClosingEvent) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
onWindowClosing(Window.ClosingEvent) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
 
OperaReadOnlyKeyboardHandler - Class in org.xwiki.gwt.wysiwyg.client.plugin.readonly
Custom implementation of ReadOnlyKeyboardHandler for Opera browser.
OperaReadOnlyKeyboardHandler() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.readonly.OperaReadOnlyKeyboardHandler
 
ORDERED_LIST_TAG - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Ordered list element name.
ORDERED_LIST_TAG - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Ordered list element name.
org.xwiki.gwt.wysiwyg.client - package org.xwiki.gwt.wysiwyg.client
 
org.xwiki.gwt.wysiwyg.client.cleaner - package org.xwiki.gwt.wysiwyg.client.cleaner
 
org.xwiki.gwt.wysiwyg.client.converter - package org.xwiki.gwt.wysiwyg.client.converter
 
org.xwiki.gwt.wysiwyg.client.gadget - package org.xwiki.gwt.wysiwyg.client.gadget
 
org.xwiki.gwt.wysiwyg.client.plugin.color - package org.xwiki.gwt.wysiwyg.client.plugin.color
 
org.xwiki.gwt.wysiwyg.client.plugin.embed - package org.xwiki.gwt.wysiwyg.client.plugin.embed
 
org.xwiki.gwt.wysiwyg.client.plugin.font - package org.xwiki.gwt.wysiwyg.client.plugin.font
 
org.xwiki.gwt.wysiwyg.client.plugin.format - package org.xwiki.gwt.wysiwyg.client.plugin.format
 
org.xwiki.gwt.wysiwyg.client.plugin.format.exec - package org.xwiki.gwt.wysiwyg.client.plugin.format.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.history - package org.xwiki.gwt.wysiwyg.client.plugin.history
 
org.xwiki.gwt.wysiwyg.client.plugin.history.exec - package org.xwiki.gwt.wysiwyg.client.plugin.history.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.image - package org.xwiki.gwt.wysiwyg.client.plugin.image
 
org.xwiki.gwt.wysiwyg.client.plugin.image.exec - package org.xwiki.gwt.wysiwyg.client.plugin.image.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.image.ui - package org.xwiki.gwt.wysiwyg.client.plugin.image.ui
 
org.xwiki.gwt.wysiwyg.client.plugin.importer - package org.xwiki.gwt.wysiwyg.client.plugin.importer
 
org.xwiki.gwt.wysiwyg.client.plugin.importer.ui - package org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
 
org.xwiki.gwt.wysiwyg.client.plugin.indent - package org.xwiki.gwt.wysiwyg.client.plugin.indent
 
org.xwiki.gwt.wysiwyg.client.plugin.indent.exec - package org.xwiki.gwt.wysiwyg.client.plugin.indent.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.justify - package org.xwiki.gwt.wysiwyg.client.plugin.justify
 
org.xwiki.gwt.wysiwyg.client.plugin.line - package org.xwiki.gwt.wysiwyg.client.plugin.line
 
org.xwiki.gwt.wysiwyg.client.plugin.link - package org.xwiki.gwt.wysiwyg.client.plugin.link
 
org.xwiki.gwt.wysiwyg.client.plugin.link.exec - package org.xwiki.gwt.wysiwyg.client.plugin.link.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.link.ui - package org.xwiki.gwt.wysiwyg.client.plugin.link.ui
 
org.xwiki.gwt.wysiwyg.client.plugin.list - package org.xwiki.gwt.wysiwyg.client.plugin.list
 
org.xwiki.gwt.wysiwyg.client.plugin.list.exec - package org.xwiki.gwt.wysiwyg.client.plugin.list.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.macro - package org.xwiki.gwt.wysiwyg.client.plugin.macro
 
org.xwiki.gwt.wysiwyg.client.plugin.macro.exec - package org.xwiki.gwt.wysiwyg.client.plugin.macro.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.macro.input - package org.xwiki.gwt.wysiwyg.client.plugin.macro.input
 
org.xwiki.gwt.wysiwyg.client.plugin.macro.ui - package org.xwiki.gwt.wysiwyg.client.plugin.macro.ui
 
org.xwiki.gwt.wysiwyg.client.plugin.readonly - package org.xwiki.gwt.wysiwyg.client.plugin.readonly
 
org.xwiki.gwt.wysiwyg.client.plugin.separator - package org.xwiki.gwt.wysiwyg.client.plugin.separator
 
org.xwiki.gwt.wysiwyg.client.plugin.separator.exec - package org.xwiki.gwt.wysiwyg.client.plugin.separator.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.style - package org.xwiki.gwt.wysiwyg.client.plugin.style
 
org.xwiki.gwt.wysiwyg.client.plugin.style.exec - package org.xwiki.gwt.wysiwyg.client.plugin.style.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.submit - package org.xwiki.gwt.wysiwyg.client.plugin.submit
 
org.xwiki.gwt.wysiwyg.client.plugin.submit.exec - package org.xwiki.gwt.wysiwyg.client.plugin.submit.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.symbol - package org.xwiki.gwt.wysiwyg.client.plugin.symbol
 
org.xwiki.gwt.wysiwyg.client.plugin.table - package org.xwiki.gwt.wysiwyg.client.plugin.table
 
org.xwiki.gwt.wysiwyg.client.plugin.table.feature - package org.xwiki.gwt.wysiwyg.client.plugin.table.feature
 
org.xwiki.gwt.wysiwyg.client.plugin.table.ui - package org.xwiki.gwt.wysiwyg.client.plugin.table.ui
 
org.xwiki.gwt.wysiwyg.client.plugin.table.util - package org.xwiki.gwt.wysiwyg.client.plugin.table.util
 
org.xwiki.gwt.wysiwyg.client.plugin.text - package org.xwiki.gwt.wysiwyg.client.plugin.text
 
org.xwiki.gwt.wysiwyg.client.plugin.text.exec - package org.xwiki.gwt.wysiwyg.client.plugin.text.exec
 
org.xwiki.gwt.wysiwyg.client.plugin.valign - package org.xwiki.gwt.wysiwyg.client.plugin.valign
 
org.xwiki.gwt.wysiwyg.client.syntax - package org.xwiki.gwt.wysiwyg.client.syntax
 
org.xwiki.gwt.wysiwyg.client.syntax.rule - package org.xwiki.gwt.wysiwyg.client.syntax.rule
 
org.xwiki.gwt.wysiwyg.client.widget - package org.xwiki.gwt.wysiwyg.client.widget
 
org.xwiki.gwt.wysiwyg.client.widget.explorer - package org.xwiki.gwt.wysiwyg.client.widget.explorer
 
org.xwiki.gwt.wysiwyg.client.widget.wizard.util - package org.xwiki.gwt.wysiwyg.client.widget.wizard.util
 
org.xwiki.gwt.wysiwyg.client.wiki - package org.xwiki.gwt.wysiwyg.client.wiki
 
outdent() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
outdent() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
OutdentExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.indent.exec
Outdent executable to handle valid XHTML lists outdent, semantically: when a list item is outdented, all its subitems are outdented as well.
OutdentExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Creates a new executable that can be used to decrease the identation of list items inside the specified rich text area.
outdentFirstLevelItem(Element, Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Outdents an element on the first level of the list, by splitting the list in two, and leaving the list item's content as text between the lists.
outdentItem(Element, Element, Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.OutdentExecutable
Actually executes the outdent on listItem, with respect to the list it takes part of.

P

PAGE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
The component that stores the name of the page that hosts the referenced entity.
PageSelector - Class in org.xwiki.gwt.wysiwyg.client.widget
Selector for the pages from a space in a wiki.
PageSelector(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
Creates a new page selector that uses the given service to get the list of page names.
PageSelectorWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
A page selector that aggregates different views for selecting a page: recently modified pages, all pages or page search.
PageSelectorWizardStep(WikiServiceAsync, Config) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.PageSelectorWizardStep
Creates a new page selector, that aggregates different views for selecting a page: recently modified pages, all pages or page search.
ParameterDescriptor - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Describes a macro parameter.
ParameterDescriptor() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
 
ParameterDisplayer - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Displays a macro parameter allowing us to change its value.
ParameterDisplayer(ParameterDescriptor) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDisplayer
Creates a new displayer for the specified parameter.
ParameterType - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro
Defines the parameter type.
ParameterType() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterType
 
parse(String) - Method in class org.xwiki.gwt.wysiwyg.client.MenuItemDescriptorJSONParser
 
parse(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigJSONParser
 
parse(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigJSONParser
 
parse(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptorJSONParser
 
parseAndRender(String, String) - Method in interface org.xwiki.gwt.wysiwyg.client.converter.HTMLConverter
Parses the given HTML fragment and renders the result in annotated XHTML syntax.
parseAndRender(String, String, AsyncCallback<String>) - Method in interface org.xwiki.gwt.wysiwyg.client.converter.HTMLConverterAsync
Makes a request to the server to parse the given HTML fragment and render the result in annotated XHTML syntax.
parseLinkReference(String, EntityReference) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiService
Parses the given link reference and extracts a reference to the linked resource.
parseLinkReference(String, EntityReference, AsyncCallback<ResourceReference>) - Method in interface org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync
Parses the given link reference and extracts a reference to the linked resource.
parseLinkReference(String, EntityReference, AsyncCallback<ResourceReference>) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
 
paste() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
paste() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
PasteFilter - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
Filters the DOM tree generated from the text pasted into a right text area.
PasteFilter() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteFilter
 
PasteManager - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
A PasteHandler that can filter the value that has been pasted in a RichTextArea.
PasteManager() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
 
Picker - Interface in org.xwiki.gwt.wysiwyg.client.plugin.font
Generic interface for picking a String value.
PlainTextEditor - Class in org.xwiki.gwt.wysiwyg.client
Source editor.
PlainTextEditor(Element) - Constructor for class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
Creates a new plain text editor that wraps the given text area element.
publish() - Static method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Publishes the JavaScript API that can be used to create and control GadgetWizardApis.
publish() - Static method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
Publishes the JavaScript API that can be used to create and control WysiwygEditors.
putCaretInNode(RichTextArea, Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
Put caret in the given HTML node.

Q

quickSearch() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 

R

read(ImageElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigDOMReader
 
read(AnchorElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigDOMReader
 
readImageAlignment(ImageElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigDOMReader
Parses the style attribute of the given image to determine its ImageConfig.ImageAlignment.
ReadOnlyKeyboardHandler - Class in org.xwiki.gwt.wysiwyg.client.plugin.readonly
Handles the keyboard events concerning read-only regions inside the rich text area.
ReadOnlyKeyboardHandler() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyKeyboardHandler
 
ReadOnlyPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.readonly
Controls the user interaction with read-only regions within the rich text area content.
ReadOnlyPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyPlugin
 
ReadOnlyPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.readonly
Factory for ReadOnlyPlugin.
ReadOnlyUtils - Class in org.xwiki.gwt.wysiwyg.client.plugin.readonly
Utility methods concerning read-only regions inside the rich text area.
ReadOnlyUtils() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.readonly.ReadOnlyUtils
 
readReference(ImageElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigDOMReader
Extracts the image reference from the image meta data.
RecentChangesSelectorWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to select the wiki page to link to, from the recently modified ones for the current user.
RecentChangesSelectorWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.RecentChangesSelectorWizardStep
Creates a new page selector based on the recently modified pages.
redo() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
redo() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.history.History
Loads the next newer version of the edited content.
redo() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
RedoExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.history.exec
Loads the next entry in the history of a rich text area.
RedoExecutable(History) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.RedoExecutable
Creates a new redo executable that uses the given history.
REFRESH - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroPlugin
Rich text area command for refreshing macro output.
refreshData() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorDebugger
Refreshes the debug text areas if the text in the rich text area has been changed.
RefreshExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.exec
Refreshes all the macros present on the edited document.
RefreshExecutable(RichTextArea, String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.exec.RefreshExecutable
Creates a new executable that can be used to refresh the specified rich text area.
refreshList(String, AsyncCallback<List<String>>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
Refreshes the list of pages for this selector.
refreshList(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
 
refreshList(String, AsyncCallback<List<String>>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.SpaceSelector
Refreshes the list of spaces for the current wiki.
refreshList(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.SpaceSelector
 
refreshList(String, AsyncCallback<List<String>>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.WikiSelector
Get the wikis list and populate the wikis list box.
refreshList(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.WikiSelector
 
refreshList(AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Reloads the list of image previews in asynchronous manner.
registerAttachHandlers() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.MenuBarSeparator
Register attach handlers to update the visibility of the menu separators when a menu is displayed.
release() - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
Releases the editor so that it can be garbage collected before the page is unloaded.
removeArgument(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
Removes the specified argument from this macro call.
removeFormat() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
removeFormat() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
RemoveFormatExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.format.exec
Removes the in-line style from the current selection.
RemoveFormatExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Creates a new executable that can be used to remove the in-line style from the current text selection.
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.CreateNewPageWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
removeNavigationListener(NavigationListener) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
 
removeStyle(Text, int, int) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
 
removeStyleName(Node, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.BlockStyleNameExecutable
Removes the specified style name from the block-level ancestors of the given DOM node.
removeStyleName(Text, int, int, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.exec.InlineStyleNameExecutable
Removes the give style name from all the in-line element ancestors of the given text node, making sure no other nodes are affected by this change (by isolating the nodes while iterating the ancestors).
removeSyntaxValidator(String) - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.SyntaxValidatorManager
Removes the validator associated with the given syntax identifier.
removeValidationRule(ValidationRule) - Method in interface org.xwiki.gwt.wysiwyg.client.syntax.SyntaxValidator
Removes the specified rule from the list of validation rules this syntax validator obeys.
reorder(Node, Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Moves the parent of the given child node before the specified top and replicates three times the ancestors up to the top: once for the left siblings of the given child node, once the child node itself and once for the right siblings of the given child node.
replace(Element, String) - Static method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.FormatBlockExecutable
Replaces the given element with an element with the specified tag name, moving all the child nodes to the new element.
replaceEmptyLinesWithParagraphs() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Replaces <div class="wikimodel-emptyline"/> with <p/>.
RESET - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.embed.EmbedPlugin
The command that notifies us when the content of the rich text area has been reset.
RESET - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The command that notifies us when the content of the rich text area has been reset.
RESET_COMMAND - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
The command that notifies when the content of the rich text area has been reset.
ResourceReference - Class in org.xwiki.gwt.wysiwyg.client.wiki
A reference to a resource that can be linked.
ResourceReference() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
 
ResourceReference.ResourceType - Enum in org.xwiki.gwt.wysiwyg.client.wiki
Lists the type of resources that can be linked.
ResourceReferenceParserWizardStep<T extends EntityConfig> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
An auto-submit wizard step that parses the resource reference from the input data.
ResourceReferenceParserWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceParserWizardStep
Creates a new step that parses the resource reference from the input data.
ResourceReferenceSerializerWizardStep<T extends EntityConfig> - Class in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
An auto-submit wizard step that serializes the resource reference from the input data.
ResourceReferenceSerializerWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceSerializerWizardStep
Creates a new step that serializes the resource reference from the input data.
rgbToHex(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorConverter
Converts a RGB expression to hex code.
RichTextEditor - Class in org.xwiki.gwt.wysiwyg.client
The user interface of the WYSIWYG editor.
RichTextEditor() - Constructor for class org.xwiki.gwt.wysiwyg.client.RichTextEditor
Creates a new rich text editor.
RichTextEditorController - Class in org.xwiki.gwt.wysiwyg.client
A RichTextEditor controller.
RichTextEditorController(RichTextEditor, Config, PluginFactoryManager, SyntaxValidator) - Constructor for class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
Creates a new editor.
right - Variable in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractFontMatcher
The element with the right value.
ROW_NODENAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table row.

S

SafariReadOnlyKeyboardHandler - Class in org.xwiki.gwt.wysiwyg.client.plugin.readonly
Custom implementation of ReadOnlyKeyboardHandler for WebKit-based browsers.
SafariReadOnlyKeyboardHandler() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.readonly.SafariReadOnlyKeyboardHandler
 
SANS_SERIF_SUFFIX - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyMatcher
The suffix added to a font family name in order to default it to the generic sans-serif family.
saveForm(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
saveForm(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Saves the form values in this step's data, to be called only when LinkConfigWizardStep.validateForm() returns true.
saveRegistration(HandlerRegistration) - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
Saves a handler registration in order for the handler to be automatically removed when the plug-in is destroyed.
saveSelectedValue(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.CurrentPageImageSelectorWizardStep
 
saveSelectedValue(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractEntityListSelectorWizardStep
 
saveSelectedValue(AsyncCallback<Boolean>) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
Saves the current selection in this panel in the data managed by this wizard step, if all validation goes well on the submit time.
SearchSelectorWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to select the wiki page to link to, from the page search results for a keyword.
SearchSelectorWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
Creates a new page selector from search results.
select() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
SELECTED_DARK_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
The CSS class name used when a dark color is selected.
SELECTED_LIGHT_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
The CSS class name used when a light color is selected.
SELECTED_MACRO_STYLE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The CSS class name used on the text box containing the output of a selected macro.
selectEntity(EntityReference, String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Selects the tree node corresponding to the specified entity and anchor.
SelectGadgetWizardStep - Class in org.xwiki.gwt.wysiwyg.client.gadget
The wizard step to select a gadget, extending the macro selecting step.
SelectGadgetWizardStep(Config, MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.gadget.SelectGadgetWizardStep
Creates a gadget select wizard step.
SelectMacroWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.ui
Wizard step for selecting one of the available macros.
SelectMacroWizardStep(Config, MacroServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
Creates a new wizard step for selecting one of the available macros.
selectorSelectFromAllPages() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
selectorSelectFromCurrentPage() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
selectorSelectFromRecentPages() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
selectorSelectFromSearchPages() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
selectPasteContainer(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.IEPasteManager
 
selectPasteContainer(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteManager
Select the contents of the given paste container.
selectTab(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep
Selects the tab indicated by the passed name.
SeparatorPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.separator
Utility plug-in for separating tool bar entries, menu entries and so on.
SeparatorPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.separator.SeparatorPlugin
 
SeparatorPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.separator
Factory for SeparatorPlugin.
serialize(ImageConfig) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigJSONSerializer
 
serialize(LinkConfig) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigJSONSerializer
 
serializeDocumentReference(WikiPageReference) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
Serializes a document reference to be displayed to the user.
SERIF_SUFFIX - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyMatcher
The suffix added to a font family name in order to default it to the generic serif family.
setActive() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
 
setActive() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
setActive() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
setActive() - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
Notifies this wizard step that it has been activated, when part of an aggregator for example.
setAdditionalOptionGroupLabel(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.DynamicListBoxPicker
Sets the label of the additional option group.
setAlignment(ImageConfig.ImageAlignment) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
setAllPagesSelector(WizardStep) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AttachmentSelectorAggregatorWizardStep
Sets the wizard step to be used for selecting an attachment from all pages.
setAltText(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
setArgument(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
Sets the value of the specified argument.
setCategory(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the macro category.
setCollapsed(Element, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
Collapses or expands the specified macro.
setColor(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPicker
Sets the color that should appear as selected on the color palette.
setColumnCount(int) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
Sets the number of columns.
setComponent(String, String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
Sets the value of a reference component.
setContent(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
Sets the content of the macro.
setContentDescriptor(ParameterDescriptor) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the content descriptor.
setCurrentPageSelector(WizardStep) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AttachmentSelectorAggregatorWizardStep
Sets the wizard step to be used for selecting an attachment from the current page.
setData(T) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
Sets the link data.
setDefaultValue(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the default value of the parameter.
setDescription(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the macro description.
setDescription(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the description of this parameter.
setDestination(ResourceReference) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
Sets the link destination.
setEditCallback(JavaScriptObject) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Sets the native js edit callback to be called when the edit wizard is done.
setEnabled(String, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.separator.AbstractSeparator
 
setEntityReference(EntityReference) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
Sets the entity reference.
setEnumConstants(Map<String, String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterType
Sets the values that can be assigned to parameter of this type.
setFeature(String) - Method in class org.xwiki.gwt.wysiwyg.client.MenuItemDescriptor
Sets the feature exposed by this menu item.
setFileHelpLabel(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractFileUploadWizardStep
Sets the help label for the file input.
setFileName(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference
Sets the name of the file that hosts the referenced entity.
setFocus(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
Set focus on the editor.
setFocus() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
setFocus() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Sets the default focus in this wizard step.
setFocus(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.ChoiceInput
 
setFocus(boolean) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.input.HasFocus
Gives or takes the focus to/from this object.
setFocus(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.TextInput
 
setFocus(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
Focuses or blurs the WYSIWYG editor.
setFocused(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDisplayer
Explicitly focus/unfocus the input control.
setHeight(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
setHelpLabelText(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Sets the help message to be displayed on top of the explorer tree.
setId(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the identifier of the macro.
setId(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the identifier of this parameter.
setImageAlignment(ImageConfig.ImageAlignment) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageConfigWizardStep
Sets the passed alignment in the image alignment radio set.
setInline(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
Sets whether the style is in-line or not.
setInputConverted(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
Sets whether the WYSIWYG editor needs to convert its input from source syntax to HTML.
setInsertCallback(JavaScriptObject) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetWizardApi
Sets the native js insert callback to be called when the insert wizard is done.
setKeyword(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.SearchSelectorWizardStep
 
setLabel(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
setLabel(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
Sets the style label.
setLabelText(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
setLoading(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
Puts the editor in loading state.
setLoading(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
Set the editor loading state.
setMacroCall(MacroCall) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetInstance
 
setMandatory(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
Specify if this parameter is required or not.
setMimeType(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Attachment
Sets the mime type of the attached file.
setName(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
Sets the name of the macro to be called.
setName(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the human-readable name of the macro (e.g.
setName(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the display name of this parameter.
setName(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterType
Sets the parameter type name.
setName(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
Sets the style name.
setNewOptionOnTop(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep
 
setOpenInNewWindow(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
setOrigin(EntityReference) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityLink
Sets the link origin.
setPageName(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
Sets the name of the page that hosts the referenced entity.
setParameterDescriptorMap(Map<String, ParameterDescriptor>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the Map of parameter descriptors.
setReadOnlyLabel(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
setReference(EntityReference) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Entity
Sets the entity reference.
setReference(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityConfig
Sets the string serialization of the entity reference.
setRowCount(int) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
Sets the number of rows.
setSelected(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell
Sets the selected state of this color cell.
setSelected(Element, boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
Changes the appearance of the specified macro based on its selected state.
setSelected(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolCell
Sets the selected state of this symbol cell.
setSelectedColor(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPalette
Selects a color in the color grid by its color code.
setSelectedPage(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
Sets this selector on the specified page.
setSelectedSpace(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.SpaceSelector
Sets this selector on the specified space.
setSelectedSymbol(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPalette
Selects a symbol in the symbol grid.
setSelectedTab(int) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
Sets the selected tab.
setSelectedTabIndex(int) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
Caches the active text area.
setSelectedValue(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractListBoxPicker
 
setSelectedValue(String, Matcher<String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractListBoxPicker
Looks for a list item that matches the given value and selects the one that is found.
setSelectedValue(String, Matcher<String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.CachedListBoxPicker
 
setSelectedValue(String, Matcher<String>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.DynamicListBoxPicker
 
setSelectedValue(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyPicker
 
setSelectedValue(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontSizePicker
 
setSelectedValue(String) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.font.Picker
Selects the given value.
setSelectedWiki(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.WikiSelector
Sets this selector on the specified wiki.
setSelection(AttachmentReference, AsyncCallback<?>) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImagesExplorerWizardStep
Refreshes the list of images with the images attached to the same page as the specified image, and then selects the specified image.
setSelectionRange(JavaScriptObject) - Method in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
Sets the rich text area's selection range.
setSpace(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
 
setSpaceName(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
Sets the name of the space that hosts the referenced entity.
setSupportingInlineMode(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor
Sets the flag which indicates if this macro supports in-line mode.
setTextArea(RichTextArea) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageBehaviorAdjuster
 
setTitle(String) - Method in class org.xwiki.gwt.wysiwyg.client.gadget.GadgetInstance
 
setTitle(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPage
Sets the page title.
setTooltip(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
setType(LinkConfig.LinkType) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig
 
setType(ParameterType) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDescriptor
Sets the type of this parameter.
setType(EntityReference.EntityType) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityReference
Sets the type of entity being referenced.
setType(ResourceReference.ResourceType) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
Sets the resource type.
setTyped(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference
Sets whether the resource type has been explicitly provided or not.
setURI(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.URIReference
Sets the URI that identifies the referenced entity.
setURL(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
Fills the URL text box with the given URL.
setURL(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.EmailAddressLinkWizardStep
 
setUrl(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.Entity
Sets the entity URL.
setUrl(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.EntityConfig
Sets the entity URL.
setValue(int, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.CachedListBoxPicker
 
setValue(int, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyPicker
 
setValue(int, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontSizePicker
 
setValue(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.ChoiceInput
 
setValue(String) - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.macro.input.HasValue
Sets this object's value.
setValue(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.TextInput
 
setValue(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDisplayer
Sets the displayed value of the underlying macro parameter.
setWidth(String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig
 
setWiki(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.PageSelector
Sets the current wiki for this selector.
setWiki(String) - Method in class org.xwiki.gwt.wysiwyg.client.widget.SpaceSelector
Sets the wiki for which this space selector fetches the spaces.
setWikiName(String) - Method in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
Sets the name of the wiki that hosts the referenced entity.
setWithHeader(boolean) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
Specifies if the table has a header or not.
source() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
SOURCE_TAB_INDEX - Static variable in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
Source tab index in the TabPanel.
SPACE_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
The component that stores the name of the space that hosts the referenced entity.
SPACER - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The CSS class name associated with BRs added at edit time to make items like empty block-level elements editable.
SpaceSelector - Class in org.xwiki.gwt.wysiwyg.client.widget
Selector for the spaces in a wiki.
SpaceSelector(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.SpaceSelector
Creates a new space selector that uses the given service to retrieve the list of space names.
split(String, PluginManager) - Method in class org.xwiki.gwt.wysiwyg.client.ToolBarController
Splits a string representing the tool bar feature list into its components, i.e.
splitLine(Node, Range) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
Splits a line after a line break.
splitParenStyle(Node) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.exec.RemoveFormatExecutable
Removes the in-line style from the parent of the given node and applies it to the given node's siblings.
start(String, Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageWizard
 
start(String, Object) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard
 
START_MACRO_COMMENT_PREFIX - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The prefix of the start macro comment node.
STOP_MACRO_COMMENT_VALUE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDisplayer
The value of the stop macro comment node.
strikeThrough() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
strikeThrough() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
Strings - Interface in org.xwiki.gwt.wysiwyg.client
A collection of Constants used to localize the user interface.
styleBlockGroupLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
StyleDescriptor - Class in org.xwiki.gwt.wysiwyg.client.plugin.style
Describes a CSS style (class name).
StyleDescriptor(String, String, boolean) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
Creates a new style descriptor.
StyleDescriptorJSONParser - Class in org.xwiki.gwt.wysiwyg.client.plugin.style
Parses a list of style descriptors from a JDON input string.
StyleDescriptorJSONParser() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptorJSONParser
 
styleInlineGroupLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
stylePickerLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
stylePickerTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
StylePlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.style
Enhances the editor with the ability to apply predefined styles to the current text selection.
StylePlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.style.StylePlugin
 
StylePluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.style
Factory for StylePlugin.
submit() - Method in class org.xwiki.gwt.wysiwyg.client.PlainTextEditor
Stores the value of the plain text area in the hook's value property.
SUBMIT - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The command that stores the value of the rich text area in an HTML form field.
SUBMIT - Static variable in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
The command used to submit the value of the rich text area.
SubmitExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.submit.exec
Stores the value of the rich text area in a HTML form field before submitting it to the server.
SubmitExecutable(RichTextArea, String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.SubmitExecutable
Creates a new submit executable that bind a rich text area to the specified form field.
SubmitPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.submit
Binds a RichTextArea to a form field.
SubmitPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
 
SubmitPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.submit
Factory for SubmitPlugin.
subscript() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
subscript() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
superscript() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
superscript() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
SymbolCell - Class in org.xwiki.gwt.wysiwyg.client.plugin.symbol
Defines a cell in the SymbolPalette that can be selected by being clicked.
SymbolCell(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolCell
Creates a new symbol cell using the specified symbol.
SymbolPalette - Class in org.xwiki.gwt.wysiwyg.client.plugin.symbol
A set of symbols from which the user can choose one by clicking.
SymbolPalette(Object[][], int, int) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPalette
Creates a new symbol palette using the given list of symbols to fill a symbol grid with the specified number of rows and columns.
SymbolPicker - Class in org.xwiki.gwt.wysiwyg.client.plugin.symbol
A popup panel which allows you to pick a symbol from a symbol palette by clicking on that symbol.
SymbolPicker() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPicker
Creates a new symbol picker using the default list of symbols.
SymbolPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.symbol
Allows the user to insert a special symbol chosen with a symbol picker in place of the current selection.
SymbolPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.symbol.SymbolPlugin
 
SymbolPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.symbol
Factory for SymbolPlugin.
SyntaxValidator - Interface in org.xwiki.gwt.wysiwyg.client.syntax
A syntax validator ensures that the XHTML code generated by the editor can be converted without loss of information to the underlying syntax.
SyntaxValidatorManager - Interface in org.xwiki.gwt.wysiwyg.client.syntax
Utility class for registering and retrieving syntax validators for different syntaxes.

T

table() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
TABLE_NODENAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table.
tableBorderHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableBorderLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableColsHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableColsLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableColsToolTip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
TableConfig - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.util
 
TableConfig() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableConfig
Default constructor.
TableConfigWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.ui
Wizard step for configuring a table before inserting it.
TableConfigWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableConfigWizardStep
Creates a new wizard step for configuring a table before inserting it.
TableDescriptor - Class in org.xwiki.gwt.wysiwyg.client.plugin.table
Describes a table.
TableDescriptor() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.TableDescriptor
 
TableFeature - Interface in org.xwiki.gwt.wysiwyg.client.plugin.table
TableFeature API.
tableHeaderHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableHeaderLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableInsertButton() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableInsertDialogCaption() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableInsertDialogTitle() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableInsertStrictPositiveIntegerRequired() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
TableMenuExtension - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.ui
Provides user interface for manipulating tables through the WYSIWYG top-level menu.
TableMenuExtension(TablePlugin) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.ui.TableMenuExtension
Builds the menu extension using the passed plugin.
tablePixel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
TablePlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.table
Plug-in allowing to manipulate tables in the WYSIWYG editor.
TablePlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.TablePlugin
 
TablePluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.table
Factory for the WYSIWYG table plug-in.
tableRowsHelpLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableRowsLabel() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
tableRowsToolTip() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
TableUtils - Class in org.xwiki.gwt.wysiwyg.client.plugin.table.util
Utility class designed to ease HTML tables manipulation.
TableUtils() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
 
TBODY_NODENAME - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.table.util.TableUtils
HTML tag defining a table body.
TD - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The name of the <td> tag.
teletype() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
teletype() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
TEST_FONT_SIZE - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontFamilyMatcher
A larger font size increases the accuracy but may lower the speed of the test.
textArea - Variable in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
The rich text area.
TextInput - Class in org.xwiki.gwt.wysiwyg.client.plugin.macro.input
A concrete input control used to collect text from the user.
TextInput(TextBoxBase) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.macro.input.TextInput
Creates a new text input that wraps a text box.
TextPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.text
Plug-in for making text bold, italic, underline or strike through.
TextPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.text.TextPlugin
 
TextPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.text
Factory for TextPlugin.
TH - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
The name of the <th> tag.
titleInput - Variable in class org.xwiki.gwt.wysiwyg.client.gadget.EditGadgetWizardStep
The widget holding the input for the title of this gadget.
toHTML(String, String) - Method in interface org.xwiki.gwt.wysiwyg.client.converter.HTMLConverter
Converts the given source text from the specified syntax to HTML.
toHTML(String, String, AsyncCallback<String>) - Method in interface org.xwiki.gwt.wysiwyg.client.converter.HTMLConverterAsync
Makes a request to the server to convert the given source text from the specified syntax to HTML.
toolbar - Variable in class org.xwiki.gwt.wysiwyg.client.RichTextEditor
The tool bar.
TOOLBAR_ROLE - Static variable in class org.xwiki.gwt.wysiwyg.client.ToolBarController
The string used to identify the tool bar extension point.
ToolBarController - Class in org.xwiki.gwt.wysiwyg.client
ToolBar controller.
ToolBarController(ToolBar) - Constructor for class org.xwiki.gwt.wysiwyg.client.ToolBarController
Creates a new tool bar controller.
ToolBarSeparator - Class in org.xwiki.gwt.wysiwyg.client.plugin.separator
User interface extension that provides ways of separating tool bar entries.
ToolBarSeparator() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.separator.ToolBarSeparator
Creates a new tool bar separator.
toString() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroCall
 
TYPE - Static variable in class org.xwiki.gwt.wysiwyg.client.widget.explorer.DoubleClickNodeEvent
Event type for double click node events.

U

ul() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
ul() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
underline() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
underline() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
undo() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
undo() - Method in interface org.xwiki.gwt.wysiwyg.client.plugin.history.History
Loads the next older version of the edited content.
undo() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
UndoExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.history.exec
Loads the previous entry in the history of a rich text area.
UndoExecutable(History) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.history.exec.UndoExecutable
Creates a new undo executable that uses the given history.
unhookSubmitEvent(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.submit.SubmitPlugin
Unregisters SubmitPlugin.getSubmitHandler() as a listener for submit events generated by the given HTML form element.
unlink() - Method in interface org.xwiki.gwt.wysiwyg.client.Images
 
unlink() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
UnlinkExecutable - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.exec
Executable for the unlink command, to remove a link in the wiki document.
UnlinkExecutable(RichTextArea) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.exec.UnlinkExecutable
Creates a new executable that can be used to remove links from the specified rich text area.
unMarkSpacers() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
 
UNORDERED_LIST_TAG - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.indent.exec.AbstractListExecutable
Unordered list element name.
UNORDERED_LIST_TAG - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Unordered list element name.
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.font.FontPlugin
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.format.FormatPlugin
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.justify.JustifyPlugin
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListPlugin
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroSelector
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.SelectMacroWizardStep
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.style.StylePlugin
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.text.TextPlugin
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.valign.VerticalAlignPlugin
 
update() - Method in class org.xwiki.gwt.wysiwyg.client.RichTextEditorController
 
update(RichTextArea, SyntaxValidator) - Method in class org.xwiki.gwt.wysiwyg.client.ToolBarController
Updates the tool bar state, i.e.
updateDimension(ImageElement, String, String) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigDOMWriter
Updates the specified dimension of the given image.
updateLinkConfig(EntityReference) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
Updates the link configuration object based on the selected entity.
URI - Static variable in class org.xwiki.gwt.wysiwyg.client.wiki.URIReference
The component that stores the URI that identifies the reference entity.
URIReference - Class in org.xwiki.gwt.wysiwyg.client.wiki
A reference to an external entity identified by an URI.
URIReference() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.URIReference
Default constructor.
URIReference(EntityReference) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.URIReference
Creates a typed URI reference.
URIReference(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.URIReference
Creates a new typed reference that points to the external entity identified by the given URI.
URLImageSelectorWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Allows the user to select an external image by specifying its URL.
URLImageSelectorWizardStep() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.image.ui.URLImageSelectorWizardStep
Creates a new wizard step that allows the user to select an external image by specifying its URL.

V

validate() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.macro.ParameterDisplayer
Validates the current value of the displayed macro parameter and shows a notification message near the input control if the value is illegal.
validateForm() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExternalLinkWizardStep
 
validateForm() - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkConfigWizardStep
Validates this step's form and displays errors if needed.
ValidationRule - Interface in org.xwiki.gwt.wysiwyg.client.syntax
A validation rule states that some of the editor's features (like 'bold', 'indent' etc.) should not be enabled when the text area is in a specific state.
valueOf(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig.ImageAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageWizard.ImageWizardStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportWizard.ImportWizardStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard.LinkWizardStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.wiki.EntityReference.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfig.ImageAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageWizard.ImageWizardStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportWizard.ImportWizardStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard.LinkWizardStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.gwt.wysiwyg.client.wiki.EntityReference.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.gwt.wysiwyg.client.wiki.ResourceReference.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL_BAR - Static variable in class org.xwiki.gwt.wysiwyg.client.plugin.separator.ToolBarSeparator
The string used in configurations to place a vertical bar on the tool bar.
VerticalAlignPlugin - Class in org.xwiki.gwt.wysiwyg.client.plugin.valign
Plug-in for making text superscript or subscript.
VerticalAlignPlugin() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.valign.VerticalAlignPlugin
 
VerticalAlignPluginFactory - Class in org.xwiki.gwt.wysiwyg.client.plugin.valign
Factory for VerticalAlignPlugin.

W

WebKitPasteFilter - Class in org.xwiki.gwt.wysiwyg.client.plugin.importer
A PasteFilter specific for the browsers based on the WebKit engine.
WebKitPasteFilter() - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.importer.WebKitPasteFilter
 
WebPageLinkWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Wizard step to create a link to a web page (http protocol).
WebPageLinkWizardStep(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WebPageLinkWizardStep
Creates a new wizard step for configuring a link to an external web page.
WIKI_NAME - Static variable in class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
The component that stores the name of the wiki that hosts the referenced entity.
WikiPage - Class in org.xwiki.gwt.wysiwyg.client.wiki
Stores information about a wiki page.
WikiPage() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.WikiPage
 
WikiPageExplorerWizardStep - Class in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Specialized AbstractExplorerWizardStep to select a wiki page (existing or new).
WikiPageExplorerWizardStep(Config) - Constructor for class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
Creates a wiki page selection wizard step that allows the user to select the page to link to from a tree.
WikiPageReference - Class in org.xwiki.gwt.wysiwyg.client.wiki
A reference to a wiki page.
WikiPageReference() - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
Default constructor.
WikiPageReference(EntityReference) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
Creates a typed wiki page reference.
WikiPageReference(String, String, String) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference
Creates a reference to the specified wiki page.
WikiSelector - Class in org.xwiki.gwt.wysiwyg.client.widget
Selector to choose the wiki from the list of wikis in this instance.
WikiSelector(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.WikiSelector
Builds a wiki selector.
WikiService - Interface in org.xwiki.gwt.wysiwyg.client.wiki
The service interface used on the server.
WikiServiceAsync - Interface in org.xwiki.gwt.wysiwyg.client.wiki
Service interface used on the client.
WikiServiceAsyncCacheProxy - Class in org.xwiki.gwt.wysiwyg.client.wiki
Cache proxy for WikiServiceAsync.
WikiServiceAsyncCacheProxy(WikiServiceAsync) - Constructor for class org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsyncCacheProxy
Creates a new cache proxy for the given service.
wrapList(Element) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.list.ListBehaviorAdjuster
Tries to reposition a list element that appears in another list element: if there is a previous sibling, it tries to add it as a sublist, else it wraps it in a new list item.
write(ImageConfig, ImageElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.exec.InsertImageExecutable
 
write(ImageConfig, ImageElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.image.ImageConfigDOMWriter
 
write(LinkConfig, AnchorElement) - Method in class org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigDOMWriter
 
wysiwyg() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
Wysiwyg - Class in org.xwiki.gwt.wysiwyg.client
Publishes the JavaScript APIs to be used for creating and managing WYSIWYG editor instances.
Wysiwyg() - Constructor for class org.xwiki.gwt.wysiwyg.client.Wysiwyg
 
WYSIWYG_TAB_INDEX - Static variable in class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
WYWISYWG tab index in the TabPanel.
WysiwygEditor - Class in org.xwiki.gwt.wysiwyg.client
A what-you-see-is-what-you-get rich text editor.
WysiwygEditor(Config, SyntaxValidatorManager, PluginFactoryManager) - Constructor for class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
Creates a new WYSIWYG editor.
WysiwygEditor(WysiwygEditorConfig, SyntaxValidatorManager, PluginFactoryManager) - Constructor for class org.xwiki.gwt.wysiwyg.client.WysiwygEditor
Creates a new WYSIWYG editor.
WysiwygEditorApi - Class in org.xwiki.gwt.wysiwyg.client
This class exposes a WysiwygEditor to the native JavaScript code.
WysiwygEditorApi(JavaScriptObject) - Constructor for class org.xwiki.gwt.wysiwyg.client.WysiwygEditorApi
Creates a new WysiwygEditor based on the given configuration object.
WysiwygEditorConfig - Class in org.xwiki.gwt.wysiwyg.client
WYSIWYG Editor configuration.
WysiwygEditorConfig(Config) - Constructor for class org.xwiki.gwt.wysiwyg.client.WysiwygEditorConfig
Creates a new WYSIWYG editor configuration object based on the given configuration source.
WysiwygEditorDebugger - Class in org.xwiki.gwt.wysiwyg.client
Debugger for the WysiwygEditor.
WysiwygEditorDebugger(WysiwygEditor) - Constructor for class org.xwiki.gwt.wysiwyg.client.WysiwygEditorDebugger
Creates a new debugger for the given editor.
WysiwygEditorFactory - Class in org.xwiki.gwt.wysiwyg.client
Factory for WysiwygEditor.
WysiwygEditorTabSwitchHandler - Class in org.xwiki.gwt.wysiwyg.client
WysiwygEditor tab-switch handler.

X

XWikiExplorer - Class in org.xwiki.gwt.wysiwyg.client.widget.explorer
Wrapper for XWikiExplorer SmartClient-based widget.
XWikiExplorer(String) - Constructor for class org.xwiki.gwt.wysiwyg.client.widget.explorer.XWikiExplorer
Creates a new document tree widget.

Y

yes() - Method in interface org.xwiki.gwt.wysiwyg.client.Strings
 
A B C D E F G H I J L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2004–2016 XWiki. All rights reserved.