Class ReportValueFormatDetailView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
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, ChangeTracker, DetailView<ReportValueFormat>, ReadOnlyAwareView, Serializable

@Route(value="reports/valueFormats/:id", layout=DefaultMainViewParent.class) @ViewController("report_ReportValueFormat.detail") @ViewDescriptor("report-value-format-detail-view.xml") @DialogMode(width="40em") public class ReportValueFormatDetailView extends StandardDetailView<ReportValueFormat>
See Also:
  • Field Details

  • Constructor Details

    • ReportValueFormatDetailView

      public ReportValueFormatDetailView()
  • Method Details

    • onInit

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

      @Subscribe public void onBeforeShow(View.BeforeShowEvent event)
    • onBeforeSave

      @Subscribe public void onBeforeSave(StandardDetailView.BeforeSaveEvent event)
    • onGroovyFieldComponentValueChange

      @Subscribe("groovyField") public void onGroovyFieldComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.checkbox.Checkbox,Boolean> event)
    • onGroovyCodeEditorHelpBtnClick

      @Subscribe("groovyCodeEditorHelpBtn") public void onGroovyCodeEditorHelpBtnClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> event)
    • onFullScreenTransformationBtnClick

      @Subscribe("fullScreenTransformationBtn") public void onFullScreenTransformationBtnClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> event)
    • onGroovyCodeHelpIconClick

      protected void onGroovyCodeHelpIconClick()
    • initFormatComboBox

      protected void initFormatComboBox()
    • isClickTrueGroovyScript

      protected boolean isClickTrueGroovyScript(@Nullable Boolean visible, @Nullable Boolean prevVisible, Boolean userOriginated)
    • addFormatItem

      protected void addFormatItem(String caption)