public interface ValueAndDataTypePopoverView extends PopoverView, org.uberfire.client.mvp.UberElement<ValueAndDataTypePopoverView.Presenter>
HasValueAndTypeRef| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueAndDataTypePopoverView.Presenter
Definition of the _presenter_ to edit a domain object implementing
HasValueAndTypeRef |
| Modifier and Type | Method and Description |
|---|---|
void |
initSelectedTypeRef(QName typeRef)
Initialises the UI _typeRef_ editor content.
|
void |
initValue(String value)
Initialises the UI _value_ editor content.
|
void |
setDMNModel(DMNModelInstrumentedBase dmnModel)
Initialises the UI for the domain object.
|
hide, reset, showsetOnClosedByKeyboardCallbackvoid setDMNModel(DMNModelInstrumentedBase dmnModel)
dmnModel - The DMN domain object.void initValue(String value)
String from the
domain object. HasValueAndTypeRef.toWidgetValue(V).value - The value to set in the UI.void initSelectedTypeRef(QName typeRef)
typeRef - The typeRef to set in the UI.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.