| Interface | Description |
|---|---|
| CopyHandler |
Handler interface for
CopyEvent events. |
| HasCopyHandlers |
A widget that implements this interface provides registration for
CopyHandler instances. |
| HasPasteHandlers |
A widget that implements this interface provides registration for
PasteHandler instances. |
| InnerHTMLListener |
Interface for listening to changes of the
innerHTML property of a DOM element. |
| PasteHandler |
Handler interface for
PasteEvent events. |
| Range |
A contiguous fragment of a
Document or DocumentFragment that can contain nodes and parts of text
nodes. |
| RangeFactory |
Defines the interface used to create range objects.
|
| Selection |
A selection object represents the ranges that the user has selected, or the cursor position when the user didn't
select any range.
|
| SelectionManager |
Interface for retrieving the current selection.
|
| Class | Description |
|---|---|
| Attribute |
Exposes a JavaScript DOM attribute node in Java code.
|
| CopyEvent |
Represents a native copy event.
|
| DepthFirstPreOrderIterator |
Iterator for the depth-first pre-order strategy, starting in a specified node.
|
| Document |
Extends the document implementation provided by GWT to add support for selection and range.
|
| DocumentFragment |
A fragment of a DOM document.
We've added this class because at the time of writing GWT doesn't offer a similar implementation. |
| DOMUtils |
Utility class providing methods for manipulating the DOM tree.
|
| Element |
Extends the element implementation provided by GWT to add useful methods.
|
| Event |
DOM Event.
|
| IFrameElement |
In-line sub-windows.
|
| JavaScriptObject |
Extends GWT JavaScriptObject to add a fromJson method.
|
| PasteEvent |
Represents a native paste event.
|
| Property |
Style property.
|
| Style |
Extends the
Style to add constants for standard property names and values. |
| Style.Display |
Standard values for
Style.DISPLAY. |
| Style.Float |
Standard values for
Style.FLOAT. |
| Style.FloatProperty |
Defines the
float CSS property. |
| Style.FontSize |
The font-size property sets the size of a font.
|
| Style.FontStyle |
Standard values for
Style.FONT_STYLE. |
| Style.FontWeight |
Standard values for
Style.FONT_WEIGHT. |
| Style.IEOldFloatProperty |
Specific implementation of
Style.FloatProperty for older versions of Internet Explorer (6, 7 and 8). |
| Style.Margin |
Standard values for
Style.MARGIN_LEFT and Style.MARGIN_RIGHT properties. |
| Style.Position |
Standard values for
Style.POSITION. |
| Style.TextAlign |
The text-align property aligns the text in an element.
|
| Style.TextDecoration |
Standard values for
Style.TEXT_DECORATION. |
| Style.Visibility |
Standard values for
Style.VISIBILITY. |
| TableCellElement |
Extends the implementation provided by GWT to add useful methods.
|
| TableRowElement |
Extends the implementation provided by GWT to add useful methods.
|
| Text |
Extends the text implementation provided by GWT to add useful methods.
|
| TextFragment |
A text fragment is a substring of a text node from a DOM tree.
|
| Window |
A browser window, displaying a DOM
Document. |
| Enum | Description |
|---|---|
| JavaScriptType |
The type a JavaScript variable can have.
|
| RangeCompare |
Passed as a parameter to the compareBoundaryPoints method.
|
Copyright © 2004–2015 XWiki. All rights reserved.