Uses of Class
org.xwiki.gwt.dom.client.Document

Packages that use Document
org.xwiki.gwt.dom.client   
 

Uses of Document in org.xwiki.gwt.dom.client
 

Methods in org.xwiki.gwt.dom.client that return Document
static Document IFrameElement.getContentDocument(IFrameElement iframe)
          This is a utility method for accessing the content document of an in-line frame in a static way.
 Document Window.getDocument()
           
 

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.
 boolean DOMUtils.isDesignMode(Document document)
           
 void DOMUtils.setDesignMode(Document document, boolean designMode)
          Puts the given document in design mode or in view-only mode.
 



Copyright © 2004–2014 XWiki. All rights reserved.