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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.google.gwt.core.client.JsArray<LineDTO> lines)
    Replacement constructor.
    com.google.gwt.core.client.JsArray<LineDTO>
     
    void
    setLines(com.google.gwt.core.client.JsArray<LineDTO> lines)
     
    static ArrayList<com.levigo.jadice.document.internal.text.Line>
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TextLinesDTO

      protected TextLinesDTO()
  • Method Details

    • getLines

      public com.google.gwt.core.client.JsArray<LineDTO> getLines()
    • setLines

      public void setLines(com.google.gwt.core.client.JsArray<LineDTO> lines)
    • create

      public static TextLinesDTO create(com.google.gwt.core.client.JsArray<LineDTO> lines)
      Replacement constructor. Creates a new native TextLinesDTO.
      Returns:
      The new instance.
    • toLineList

      public static ArrayList<com.levigo.jadice.document.internal.text.Line> toLineList(TextLinesDTO dto)