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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmainPanelViewToolbarConfiguratorHook_addRight(MainPanelView view, ToolBar toolbar, AbstractNodeDto selectedNode) Configures the right side of the toolbar for a given MainPanelView instance.Methods inherited from class net.datenwerke.rs.fileserver.client.fileserver.hookers.ReloadButtonToolbarHooker
mainPanelViewToolbarConfiguratorHook_addLeft, mainPanelViewToolbarConfiguratorHook_addRightMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.gf.client.managerhelper.hooks.MainPanelViewToolbarConfiguratorHook
mainPanelViewToolbarConfiguratorHook_addLeft, mainPanelViewToolbarConfiguratorHook_addRight
-
Constructor Details
-
ReloadButtonToolbarHookerDot
-
-
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_addRightin interfaceMainPanelViewToolbarConfiguratorHook- 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.
-