public interface HasDatatype<V>
| Modifier and Type | Method and Description |
|---|---|
io.jmix.core.metamodel.datatype.Datatype<V> |
getDatatype() |
void |
setDatatype(io.jmix.core.metamodel.datatype.Datatype<V> datatype)
Sets the given
datatype to the component. |
@StudioProperty(type=DATATYPE_ID, typeParameter="V") void setDatatype(@Nullable io.jmix.core.metamodel.datatype.Datatype<V> datatype)
datatype to the component. Its value will be formatted according to this
datatype.datatype - Datatype instance@Nullable io.jmix.core.metamodel.datatype.Datatype<V> getDatatype()