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 RangePropertyDTOcreate(com.google.gwt.core.client.JavaScriptObject minimumValue, com.google.gwt.core.client.JavaScriptObject maximumValue) Replacement constructor.static RangePropertyDTOfrom(RangeProperty property) com.google.gwt.core.client.JavaScriptObjectcom.google.gwt.core.client.JavaScriptObjectvoidsetMaximumValue(com.google.gwt.core.client.JavaScriptObject maximumValue) voidsetMinimumValue(com.google.gwt.core.client.JavaScriptObject minimumValue) static RangePropertyto(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
-