Uses of Class
com.google.gwt.dom.client.Text
Packages that use Text
-
Uses of Text in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return TextModifier and TypeMethodDescriptionstatic TextAssert that the givenNodeis of typeNode.TEXT_NODEand automatically typecast it.final TextDocument.createTextNode(String data) Creates a text node.final TextText.splitText(int offset) Splits the data in this node into two separate text nodes.