Package ch.tocco.nice2.netui.spi.bind
Class ValueFieldInfo
java.lang.Object
ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
ch.tocco.nice2.netui.spi.bind.ValueFieldInfo
Deprecated.
Maps to a ValueData 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
ConstructorDescriptionValueFieldInfo
(String componentId, URI fieldUri, long version, AbstractFieldInfo.ReturnValue returnValue, AbstractFieldInfo.DisplayType displayType, TypedValue value) Deprecated. -
Method Summary
Methods inherited from class ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
getComponentId, getDisplayType, getFieldUri, getReturnValue, getVersion, toConception
-
Constructor Details
-
ValueFieldInfo
public ValueFieldInfo(String componentId, URI fieldUri, long version, AbstractFieldInfo.ReturnValue returnValue, AbstractFieldInfo.DisplayType displayType, TypedValue value) Deprecated.- Parameters:
value
- The current value.
-
-
Method Details
-
getValue
Deprecated.
-