Class ScriptEditorView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<ViewLayout>
io.jmix.flowui.view.StandardView
io.jmix.reportsflowui.view.scripteditor.ScriptEditorView
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, FragmentOwner, Serializable

@ViewController("report_ScriptEditorView") @ViewDescriptor("script-editor-view.xml") @DialogMode(width="75em", height="45em", resizable=true) public class ScriptEditorView extends StandardView
See Also:
  • Field Details

  • Constructor Details

    • ScriptEditorView

      public ScriptEditorView()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • setEditorMode

      public void setEditorMode(CodeEditorMode mode)
    • setTitle

      public void setTitle(String title)
    • setOkButtonConsumer

      public void setOkButtonConsumer(Consumer<String> okButtonConsumer)
    • setHelpBtnClickListener

      public void setHelpBtnClickListener(Runnable helpBtnClickListener)
    • setHelpBtnVisible

      public void setHelpBtnVisible(boolean visible)
    • onInit

      @Subscribe public void onInit(View.InitEvent event)
    • onOkAction

      @Subscribe("okAction") public void onOkAction(ActionPerformedEvent event)