public interface HasValueAndTypeRef<V> extends HasValue<V>, HasTypeRef
ValueAndDataTypePopoverView
.Modifier and Type | Method and Description |
---|---|
default String |
getPopoverTitle()
Returns the
String for the ValueAndDataTypePopoverView title used to to edit properties. |
String |
getValueLabel()
Returns the
String for the _value_ label in the ValueAndDataTypePopoverView |
String |
normaliseValue(String componentValue)
Returns a _normalised_ value that can be used to populate the domain model from the value entered by Users.
|
V |
toModelValue(String componentValue)
Converts the value in the UI to the domain model value.
|
String |
toWidgetValue(V modelValue)
Converts the value in the domain model to the UI value.
|
getValue, setValue
asDMNModelInstrumentedBase, getTypeRef, setTypeRef
getHasTypeRefs
default String getPopoverTitle()
String
for the ValueAndDataTypePopoverView
title used to to edit properties.V toModelValue(String componentValue)
componentValue
- String toWidgetValue(V modelValue)
modelValue
- String getValueLabel()
String
for the _value_ label in the ValueAndDataTypePopoverView
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.