Class RangePropertyDTO

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

public final class RangePropertyDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • RangePropertyDTO

      protected RangePropertyDTO()
  • Method Details

    • getMinimumValue

      public com.google.gwt.core.client.JavaScriptObject getMinimumValue()
    • setMinimumValue

      public void setMinimumValue(com.google.gwt.core.client.JavaScriptObject minimumValue)
    • getMaximumValue

      public com.google.gwt.core.client.JavaScriptObject getMaximumValue()
    • setMaximumValue

      public void setMaximumValue(com.google.gwt.core.client.JavaScriptObject maximumValue)
    • create

      public static RangePropertyDTO create(com.google.gwt.core.client.JavaScriptObject minimumValue, com.google.gwt.core.client.JavaScriptObject maximumValue)
      Replacement constructor. Creates a new native RangePropertyDTO.
      Returns:
      The new instance.
    • from

      public static RangePropertyDTO from(RangeProperty property)
    • to

      public static RangeProperty to(RangePropertyDTO dto)