Uses of Class
com.google.gwt.dom.client.Text
-
Uses of Text in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionstatic Text
Assert that the givenNode
is of typeNode.TEXT_NODE
and automatically typecast it.final Text
Document.createTextNode
(String data) Creates a text node.final Text
Text.splitText
(int offset) Splits the data in this node into two separate text nodes.