Uses of Class
com.google.gwt.dom.client.Text
-
Packages that use Text Package Description com.google.gwt.dom.client Classes for low-level DOM programming. -
-
Uses of Text in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return Text Modifier and Type Method Description static TextText. as(Node node)Assert that the givenNodeis of typeNode.TEXT_NODEand automatically typecast it.TextDocument. createTextNode(java.lang.String data)Creates a text node.TextText. splitText(int offset)Splits the data in this node into two separate text nodes.
-