Class TextSearchProgressDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.TextSearchProgressDTO

public final class TextSearchProgressDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int pages)
    Replacement constructor.
    int
     
    void
    setPages(int pages)
     
    static com.levigo.jadice.web.shared.service.internal.textsearch.Progress
     

    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

    • TextSearchProgressDTO

      protected TextSearchProgressDTO()
  • Method Details

    • getPages

      public int getPages()
    • setPages

      public void setPages(int pages)
    • create

      public static TextSearchProgressDTO create(int pages)
      Replacement constructor. Creates a new native TextSearchProgressDTO.
      Returns:
      The new instance.
    • to

      public static com.levigo.jadice.web.shared.service.internal.textsearch.Progress to(TextSearchProgressDTO dto)