Class ReloadButtonToolbarHooker
java.lang.Object
net.datenwerke.rs.fileserver.client.fileserver.hookers.ReloadButtonToolbarHooker
- All Implemented Interfaces:
MainPanelViewToolbarConfiguratorHook,Hook
- Direct Known Subclasses:
ReloadButtonToolbarHookerDot,ReloadButtonToolbarHookerMarkdown
public abstract class ReloadButtonToolbarHooker
extends Object
implements MainPanelViewToolbarConfiguratorHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmainPanelViewToolbarConfiguratorHook_addLeft(MainPanelView view, ToolBar toolbar, AbstractNodeDto selectedNode) voidmainPanelViewToolbarConfiguratorHook_addRight(MainPanelView view, ToolBar toolbar, AbstractNodeDto selectedNode, UITree tree) Configures the right side of the toolbar for a given MainPanelView.Methods 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_addRight
-
Constructor Details
-
ReloadButtonToolbarHooker
-
-
Method Details
-
mainPanelViewToolbarConfiguratorHook_addLeft
public void mainPanelViewToolbarConfiguratorHook_addLeft(MainPanelView view, ToolBar toolbar, AbstractNodeDto selectedNode) - Specified by:
mainPanelViewToolbarConfiguratorHook_addLeftin interfaceMainPanelViewToolbarConfiguratorHook
-
mainPanelViewToolbarConfiguratorHook_addRight
public void mainPanelViewToolbarConfiguratorHook_addRight(MainPanelView view, ToolBar toolbar, AbstractNodeDto selectedNode, UITree tree) Description copied from interface:MainPanelViewToolbarConfiguratorHookConfigures the right side of the toolbar for a given MainPanelView. This method is designed to add functionality or UI elements to the toolbar dynamically based on the selected node and tree context.- Specified by:
mainPanelViewToolbarConfiguratorHook_addRightin interfaceMainPanelViewToolbarConfiguratorHook- Parameters:
view- the MainPanelView instance representing the current view configurationtoolbar- the ToolBar on which elements will be addedselectedNode- the currently selected AbstractNodeDto in the treetree- the UITree instance representing the tree structure for context
-