|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Document | |
|---|---|
| org.xwiki.gwt.dom.client | |
| org.xwiki.gwt.dom.client.internal | |
| org.xwiki.gwt.dom.client.internal.ie | |
| org.xwiki.gwt.dom.client.internal.mozilla | |
| Uses of Document in org.xwiki.gwt.dom.client |
|---|
| Methods in org.xwiki.gwt.dom.client with parameters of type Document | |
|---|---|
Range |
RangeFactory.createRange(Document doc)
|
Selection |
SelectionManager.getSelection(Document doc)
|
com.google.gwt.dom.client.Node |
DOMUtils.importNode(Document doc,
com.google.gwt.dom.client.Node externalNode,
boolean deep)
Creates a copy of a node from an external document that can be inserted into the given document. |
| Uses of Document in org.xwiki.gwt.dom.client.internal |
|---|
| Methods in org.xwiki.gwt.dom.client.internal with parameters of type Document | |
|---|---|
Range |
DefaultRangeFactory.createRange(Document doc)
|
Selection |
DefaultSelectionManager.getSelection(Document document)
|
| Uses of Document in org.xwiki.gwt.dom.client.internal.ie |
|---|
| Methods in org.xwiki.gwt.dom.client.internal.ie that return Document | |
|---|---|
Document |
NativeRange.getOwnerDocument()
|
Document |
NativeSelection.getOwnerDocument()
|
| Methods in org.xwiki.gwt.dom.client.internal.ie with parameters of type Document | |
|---|---|
static void |
NativeSelection.ensureSelectionIsPreserved(Document document)
Ensures that the selection of the given document is preserved when the document looses focus. |
static NativeSelection |
NativeSelection.getInstance(Document document)
|
Selection |
IESelectionManager.getSelection(Document doc)
|
com.google.gwt.dom.client.Node |
IEDOMUtils.importNode(Document doc,
com.google.gwt.dom.client.Node externalNode,
boolean deep)
Creates a copy of a node from an external document that can be inserted into the given document. |
static TextRange |
TextRange.newInstance(Document doc)
Creates a new text range for the given document. |
static ControlRange |
ControlRange.newInstance(Document doc)
Creates a new control range from the given document. |
| Uses of Document in org.xwiki.gwt.dom.client.internal.mozilla |
|---|
| Methods in org.xwiki.gwt.dom.client.internal.mozilla with parameters of type Document | |
|---|---|
static NativeSelection |
NativeSelection.getInstance(Document document)
Retrieves the native selection object using Mozilla's API. |
Selection |
MozillaSelectionManager.getSelection(Document document)
|
static NativeRange |
NativeRange.newInstance(Document document)
Creates a new native range using the given document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||