Class TextContentDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.responses.TextContentDTO
public final class TextContentDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextContentDTO
create
(com.google.gwt.core.client.JsArray<PositionedBlockDTO> blocks) Replacement constructor.com.google.gwt.core.client.JsArray
<PositionedBlockDTO> void
setBlocks
(com.google.gwt.core.client.JsArray<PositionedBlockDTO> blocks) static List
<com.levigo.jadice.document.internal.text.Block> Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
TextContentDTO
protected TextContentDTO()
-
-
Method Details
-
getBlocks
-
setBlocks
-
create
Replacement constructor. Creates a new nativeTextContentDTO
.- Returns:
- The new instance.
-
toBlockList
-