Class TextLinesDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.responses.TextLinesDTO
public final class TextLinesDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextLinesDTO
Replacement constructor.com.google.gwt.core.client.JsArray
<LineDTO> getLines()
void
static ArrayList
<com.levigo.jadice.document.internal.text.Line> toLineList
(TextLinesDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
TextLinesDTO
protected TextLinesDTO()
-
-
Method Details
-
getLines
-
setLines
-
create
Replacement constructor. Creates a new nativeTextLinesDTO
.- Returns:
- The new instance.
-
toLineList
-