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, setValueasDMNModelInstrumentedBase, getTypeRef, setTypeRefgetHasTypeRefsdefault 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 ValueAndDataTypePopoverViewCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.