Interface SettingsView

    • Method Detail

      • setupDropdown

        void setupDropdown​(com.google.gwt.dom.client.Element dropdownElement)
      • getNameLabel

        com.google.gwt.dom.client.LabelElement getNameLabel()
      • getFileName

        com.google.gwt.dom.client.InputElement getFileName()
      • getTypeLabel

        com.google.gwt.dom.client.LabelElement getTypeLabel()
      • getScenarioType

        com.google.gwt.dom.client.SpanElement getScenarioType()
      • getRuleSettings

        com.google.gwt.dom.client.DivElement getRuleSettings()
      • getDmoSession

        com.google.gwt.dom.client.InputElement getDmoSession()
      • getRuleFlowGroup

        com.google.gwt.dom.client.InputElement getRuleFlowGroup()
      • getDmnSettings

        com.google.gwt.dom.client.DivElement getDmnSettings()
      • getDmnFileLabel

        com.google.gwt.dom.client.LabelElement getDmnFileLabel()
      • getDmnFilePathPlaceholder

        com.google.gwt.dom.client.DivElement getDmnFilePathPlaceholder()
      • getDmnFilePathErrorLabel

        com.google.gwt.dom.client.SpanElement getDmnFilePathErrorLabel()
      • getDmnNamespaceLabel

        com.google.gwt.dom.client.LabelElement getDmnNamespaceLabel()
      • getDmnNamespace

        com.google.gwt.dom.client.InputElement getDmnNamespace()
      • getDmnNameLabel

        com.google.gwt.dom.client.LabelElement getDmnNameLabel()
      • getDmnName

        com.google.gwt.dom.client.InputElement getDmnName()
      • getSkipFromBuild

        com.google.gwt.dom.client.InputElement getSkipFromBuild()
      • getSkipFromBuildLabel

        com.google.gwt.dom.client.SpanElement getSkipFromBuildLabel()
      • getStateless

        com.google.gwt.dom.client.InputElement getStateless()