Class ReloadButtonToolbarHookerDot

java.lang.Object
net.datenwerke.rs.fileserver.client.fileserver.hookers.ReloadButtonToolbarHooker
net.datenwerke.rs.dot.client.dot.hookers.ReloadButtonToolbarHookerDot
All Implemented Interfaces:
MainPanelViewToolbarConfiguratorHook, Hook

public class ReloadButtonToolbarHookerDot extends ReloadButtonToolbarHooker implements MainPanelViewToolbarConfiguratorHook
  • Constructor Details

    • ReloadButtonToolbarHookerDot

      public ReloadButtonToolbarHookerDot(ToolbarService toolbarUtils)
  • Method Details

    • mainPanelViewToolbarConfiguratorHook_addRight

      public void mainPanelViewToolbarConfiguratorHook_addRight(MainPanelView view, ToolBar toolbar, AbstractNodeDto selectedNode)
      Configures the right side of the toolbar for a given MainPanelView instance. This method allows adding custom buttons or functionality to the right-hand side of the toolbar for a specific view in the main panel.
      Specified by:
      mainPanelViewToolbarConfiguratorHook_addRight in interface MainPanelViewToolbarConfiguratorHook
      Parameters:
      view - The instance of MainPanelView for which the toolbar is being configured. Represents the specific view in the UI that the toolbar belongs to.
      toolbar - The ToolBar instance to which UI components or functionalities can be added on the right side. This is where the custom elements will be appended.
      selectedNode - The currently selected node that the view corresponds to. Provides context about the data or object being worked on in the view.