Class ReportRegionWizardDetailView

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<ReportRegion>, ReadOnlyAwareView, Serializable

@Route(value="reports/region/:id", layout=DefaultMainViewParent.class) @ViewController("report_WizardReportRegion.detail") @ViewDescriptor("report-region-wizard-detail-view.xml") public class ReportRegionWizardDetailView extends StandardDetailView<ReportRegion>
See Also:
  • Field Details

  • Constructor Details

    • ReportRegionWizardDetailView

      public ReportRegionWizardDetailView()
  • Method Details

    • setParameters

      public void setParameters(EntityTreeNode rootEntity, boolean scalarOnly, boolean collectionsOnly, boolean persistentOnly)
    • onBeforeShow

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

      @Install(to="propertiesDataGrid.upItemAction", subject="enabledRule") protected boolean propertiesDataGridUpEnabledRule()
    • propertiesDataGridDownEnabledRule

      @Install(to="propertiesDataGrid.downItemAction", subject="enabledRule") protected boolean propertiesDataGridDownEnabledRule()
    • onPropertiesDataGridUp

      @Subscribe("propertiesDataGrid.upItemAction") protected void onPropertiesDataGridUp(ActionPerformedEvent event)
    • onPropertiesDataGridDown

      @Subscribe("propertiesDataGrid.downItemAction") protected void onPropertiesDataGridDown(ActionPerformedEvent event)
    • swapItems

      protected void swapItems(boolean up)
    • initTipLabel

      protected void initTipLabel()
    • initComponents

      protected void initComponents()
    • initEntityTree

      protected void initEntityTree()
    • addProperty

      protected void addProperty()
    • propertiesDataGridRemoveItemActionEnabledRule

      @Install(to="propertiesDataGrid.removeItemAction", subject="enabledRule") protected boolean propertiesDataGridRemoveItemActionEnabledRule()
    • isUpdatePermitted

      protected boolean isUpdatePermitted()
    • onpropertiesDataGridRemoveItemAction

      @Subscribe("propertiesDataGrid.removeItemAction") public void onpropertiesDataGridRemoveItemAction(ActionPerformedEvent event)
    • normalizeRegionPropertiesOrderNum

      protected void normalizeRegionPropertiesOrderNum()
    • onReportRegionPropertiesDataGridDcCollectionChange

      @Subscribe(id="reportRegionPropertiesDataGridDc", target=DATA_CONTAINER) public void onReportRegionPropertiesDataGridDcCollectionChange(CollectionContainer.CollectionChangeEvent<ReportRegion> event)
    • onReportRegionPropertiesDataGridDcItemChange

      @Subscribe(id="reportRegionPropertiesDataGridDc", target=DATA_CONTAINER) public void onReportRegionPropertiesDataGridDcItemChange(InstanceContainer.ItemChangeEvent<ReportRegion> event)
    • showOrHideSortBtns

      protected void showOrHideSortBtns()
    • onBeforeSave

      @Subscribe public void onBeforeSave(StandardDetailView.BeforeSaveEvent event)