Package ch.tocco.nice2.netui.spi.bind
Class RangeFieldInfo
java.lang.Object
ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
ch.tocco.nice2.netui.spi.bind.RangeFieldInfo
Deprecated.
Maps to a RangeData in the client.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
AbstractFieldInfo.DisplayType, AbstractFieldInfo.ReturnValue
-
Constructor Summary
ConstructorDescriptionRangeFieldInfo
(String componentId, URI fieldUri, long version, AbstractFieldInfo.ReturnValue returnValue, AbstractFieldInfo.DisplayType displayType, TypedValue from, TypedValue to) Deprecated. -
Method Summary
Methods inherited from class ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
getComponentId, getDisplayType, getFieldUri, getReturnValue, getVersion, toConception
-
Constructor Details
-
RangeFieldInfo
public RangeFieldInfo(String componentId, URI fieldUri, long version, AbstractFieldInfo.ReturnValue returnValue, AbstractFieldInfo.DisplayType displayType, TypedValue from, TypedValue to) Deprecated.- Parameters:
from
- The lower range value.to
- The upper range value.
-
-
Method Details
-
getFrom
Deprecated. -
getTo
Deprecated.
-