Class ModclusterPresenter

    • Method Detail

      • finderPath

        public FinderPath finderPath()
        Description copied from interface: HasFinderPath
        Application presenters need to provide information about their path in the finder. Normally this path is updated automatically when navigating in the finder. However since application presenters can also be revealed using the breadcrumb dropdown or by entering the URL directly this information is crucial to restore the path in the finder context.

        Please make sure that the IDs for selected items in the finder path match to the IDs returned by ItemDisplay.getId()

        If this method returns null the path in the finder context is not touched.

        Specified by:
        finderPath in interface HasFinderPath
      • getProxyName

        public String getProxyName()
      • loadProviderDynamicOperation

        public Operation loadProviderDynamicOperation()
      • addLoadProviderDynamic

        public void addLoadProviderDynamic()
      • removeLoadProviderDynamic

        public void removeLoadProviderDynamic()
      • loadProviderSimpleOperation

        public Operation loadProviderSimpleOperation()
      • addLoadProviderSimple

        public void addLoadProviderSimple()
      • removeLoadProviderSimple

        public void removeLoadProviderSimple()
      • addCustomLoadMetric

        public void addCustomLoadMetric()
      • removeCustomLoadMetric

        public void removeCustomLoadMetric​(Table<NamedNode> table)
      • prepareResetCustomLoadMetric

        public void prepareResetCustomLoadMetric​(Form<NamedNode> form)
      • addLoadMetric

        public void addLoadMetric()
      • removeLoadMetric

        public void removeLoadMetric​(Table<NamedNode> table)
      • prepareResetLoadMetric

        public void prepareResetLoadMetric​(Form<NamedNode> form)