info.magnolia.ui.vaadin.gwt.client.editor.dom
Class Comment

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.dom.client.Node
          extended by info.magnolia.ui.vaadin.gwt.client.editor.dom.Comment

public class Comment
extends com.google.gwt.dom.client.Node

This class implements the DOM Comment in gwt, as there is no type specified for it.


Field Summary
static short COMMENT_NODE
           
 
Fields inherited from class com.google.gwt.dom.client.Node
DOCUMENT_NODE, ELEMENT_NODE, TEXT_NODE
 
Constructor Summary
protected Comment()
          Constructor must be protected.
 
Method Summary
 String getData()
           
 
Methods inherited from class com.google.gwt.dom.client.Node
appendChild, as, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, is, isOrHasChild, removeChild, removeFromParent, replaceChild, setNodeValue
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMENT_NODE

public static final short COMMENT_NODE
See Also:
Constant Field Values
Constructor Detail

Comment

protected Comment()
Constructor must be protected.

Method Detail

getData

public final String getData()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.