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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RangePropertyDTO
create
(com.google.gwt.core.client.JavaScriptObject minimumValue, com.google.gwt.core.client.JavaScriptObject maximumValue) Replacement constructor.static RangePropertyDTO
from
(RangeProperty property) com.google.gwt.core.client.JavaScriptObject
com.google.gwt.core.client.JavaScriptObject
void
setMaximumValue
(com.google.gwt.core.client.JavaScriptObject maximumValue) void
setMinimumValue
(com.google.gwt.core.client.JavaScriptObject minimumValue) static RangeProperty
to
(RangePropertyDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
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 nativeRangePropertyDTO
.- Returns:
- The new instance.
-
from
-
to
-