Interface ValueAndDataTypePopoverView

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initSelectedTypeRef​(org.kie.workbench.common.dmn.api.property.dmn.QName typeRef)
      Initialises the UI _typeRef_ editor content.
      void initValue​(String value)
      Initialises the UI _value_ editor content.
      void setDMNModel​(org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase dmnModel)
      Initialises the UI for the domain object.
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.ui.client.local.api.IsElement

        getElement
      • Methods inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.popover.PopoverView

        hide, reset, show
    • Method Detail

      • setDMNModel

        void setDMNModel​(org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase dmnModel)
        Initialises the UI for the domain object.
        Parameters:
        dmnModel - The DMN domain object.
      • initValue

        void initValue​(String value)
        Initialises the UI _value_ editor content. The value should be converted to String from the domain object. {@see HasValueAndTypeRef#toWidgetValue}.
        Parameters:
        value - The value to set in the UI.
      • initSelectedTypeRef

        void initSelectedTypeRef​(org.kie.workbench.common.dmn.api.property.dmn.QName typeRef)
        Initialises the UI _typeRef_ editor content.
        Parameters:
        typeRef - The typeRef to set in the UI.