Uses of Class
net.datenwerke.gxtdto.client.baseex.widget.btn.DwTextButton
Packages that use DwTextButton
Package
Description
-
Uses of DwTextButton in net.datenwerke.gxtdto.client.baseex.widget
Methods in net.datenwerke.gxtdto.client.baseex.widget that return DwTextButtonModifier and TypeMethodDescriptionDwWindow.addCancelButton()DwWindow.addCancelButton(DwWindow.OnButtonClickHandler handler) DwWindow.addSpecButton(DwWindow.OnButtonClickHandler handler, String label) DwWindow.addSpecButton(DwWindow.OnButtonClickHandler handler, String label, boolean hide) DwWindow.addSubmitButton(DwWindow.OnButtonClickHandler handler) Careful with real form submits, as the form needs to be attached during the submit. -
Uses of DwTextButton in net.datenwerke.gxtdto.client.baseex.widget.btn.impl
Subclasses of DwTextButton in net.datenwerke.gxtdto.client.baseex.widget.btn.impl -
Uses of DwTextButton in net.datenwerke.gxtdto.client.forms.selection
Methods in net.datenwerke.gxtdto.client.forms.selection that return DwTextButtonModifier and TypeMethodDescriptionSelectionPopup.getCancelButton()Provides access to the cancel button of the selection popup.Methods in net.datenwerke.gxtdto.client.forms.selection with parameters of type DwTextButton -
Uses of DwTextButton in net.datenwerke.gxtdto.client.forms.simpleform
Methods in net.datenwerke.gxtdto.client.forms.simpleform that return DwTextButtonModifier and TypeMethodDescriptionSimpleForm.addSubmitButton()SimpleForm.addSubmitButton(String txt) SimpleForm.getCancelButton()Retrieves the cancel button for the form.SimpleForm.getSubmitButton() -
Uses of DwTextButton in net.datenwerke.gxtdto.client.forms.wizard
Methods in net.datenwerke.gxtdto.client.forms.wizard that return DwTextButton -
Uses of DwTextButton in net.datenwerke.gxtdto.client.utilityservices.toolbar
Methods in net.datenwerke.gxtdto.client.utilityservices.toolbar that return DwTextButtonModifier and TypeMethodDescriptionToolbarService.createLargeButtonLeft(String text, ImageResource icon) Creates a large button with the given icon aligned to the left of the button.ToolbarServiceImpl.createLargeButtonLeft(String text, ImageResource icon) ToolbarService.createLargeButtonTop(String text, ImageResource icon) ToolbarService.createLargeButtonTop(String text, ImageResource icon, String tooltip) ToolbarServiceImpl.createLargeButtonTop(String text, ImageResource icon) ToolbarServiceImpl.createLargeButtonTop(String text, ImageResource icon, String tooltip) ToolbarService.createPlainToolbarItem(ImageResource icon) ToolbarService.createPlainToolbarItem(String name, ImageResource icon) ToolbarServiceImpl.createPlainToolbarItem(ImageResource icon) ToolbarServiceImpl.createPlainToolbarItem(String name, ImageResource icon) ToolbarService.createSmallButtonLeft(String text, ImageResource icon) Creates a small button with the given icon aligned to the left of the button.ToolbarService.createSmallButtonLeft(String text, BaseIcon icon) Creates a small button with the given icon aligned to the left of the button.ToolbarService.createSmallButtonLeft(BaseIcon icon) ToolbarService.createSmallButtonLeft(BaseIcon icon, String tooltip) Creates a small button with the given icon aligned to the left of the button with tooltip.ToolbarServiceImpl.createSmallButtonLeft(String text, ImageResource icon) ToolbarServiceImpl.createSmallButtonLeft(BaseIcon icon) ToolbarServiceImpl.createSmallButtonLeft(BaseIcon icon, String tooltip) Creates a small button aligned to the left with the specified icon and tooltip.ToolbarService.createUnstyledToolbarItem(String name, ImageResource icon) ToolbarServiceImpl.createUnstyledToolbarItem(String name, ImageResource icon) -
Uses of DwTextButton in net.datenwerke.rs.core.client.contexthelp
Methods in net.datenwerke.rs.core.client.contexthelp that return DwTextButtonModifier and TypeMethodDescriptionContextHelpUiService.createDwTextButton(ContextHelpInfo contextHelpInfo) ContextHelpUiServiceImpl.createDwTextButton(ContextHelpInfo contextHelpInfo) -
Uses of DwTextButton in net.datenwerke.rs.core.client.reportexporter.hookers
Methods in net.datenwerke.rs.core.client.reportexporter.hookers that return DwTextButtonModifier and TypeMethodDescriptionExportExternalButtonHooker.createToolbarButton(ToolbarService toolbarService) Creates a new toolbar button instance using the toolbar service.Methods in net.datenwerke.rs.core.client.reportexporter.hookers with parameters of type DwTextButtonModifier and TypeMethodDescriptionbooleanExportExternalButtonHooker.configureToolbarButton(DwTextButton button, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the properties of a toolbar button based on the selected items and main component. -
Uses of DwTextButton in net.datenwerke.rs.dashboard.client.dashboard.hookers
Methods in net.datenwerke.rs.dashboard.client.dashboard.hookers that return DwTextButtonModifier and TypeMethodDescriptionMarkNodeAsFavoriteHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for adding items to favorites.Methods in net.datenwerke.rs.dashboard.client.dashboard.hookers with parameters of type DwTextButtonModifier and TypeMethodDescriptionbooleanMarkNodeAsFavoriteHooker.configureToolbarButton(DwTextButton button, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the toolbar button behavior for favorite functionality. -
Uses of DwTextButton in net.datenwerke.rs.reportdoc.client.hooker
Methods in net.datenwerke.rs.reportdoc.client.hooker that return DwTextButtonModifier and TypeMethodDescriptionReportViewDocumentationHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for report documentation.Methods in net.datenwerke.rs.reportdoc.client.hooker with parameters of type DwTextButtonModifier and TypeMethodDescriptionbooleanReportViewDocumentationHooker.configureToolbarButton(DwTextButton dokuBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the toolbar button based on the selected items. -
Uses of DwTextButton in net.datenwerke.rs.scheduleasfile.client.scheduleasfile.hookers
Methods in net.datenwerke.rs.scheduleasfile.client.scheduleasfile.hookers that return DwTextButtonModifier and TypeMethodDescriptionTSMenuDownloadHooker.createToolbarButton(ToolbarService toolbarService) Factory method that produces a small download button for the toolbar.Methods in net.datenwerke.rs.scheduleasfile.client.scheduleasfile.hookers with parameters of type DwTextButtonModifier and TypeMethodDescriptionbooleanTSMenuDownloadHooker.configureToolbarButton(DwTextButton downloadBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) -
Uses of DwTextButton in net.datenwerke.rs.scheduler.client.scheduler.hookers
Methods in net.datenwerke.rs.scheduler.client.scheduler.hookers that return DwTextButtonModifier and TypeMethodDescriptionReportViewScheduleButtonHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for scheduling functionality.Methods in net.datenwerke.rs.scheduler.client.scheduler.hookers with parameters of type DwTextButtonModifier and TypeMethodDescriptionbooleanReportViewScheduleButtonHooker.configureToolbarButton(DwTextButton scheduleBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the “Schedule” toolbar button so it is only visible and enabled when exactly one report reference is selected and the current user is allowed to schedule it. -
Uses of DwTextButton in net.datenwerke.rs.tsreportarea.client.tsreportarea.hookers
Methods in net.datenwerke.rs.tsreportarea.client.tsreportarea.hookers that return DwTextButtonModifier and TypeMethodDescriptionMenuAddFolderHooker.createToolbarButton(ToolbarService toolbarService) Creates a new toolbar button instance for this action.MenuDeleteHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for deletion operations.MenuExportHooker.createToolbarButton(ToolbarService toolbarService) Creates a small toolbar button used to trigger an “export” action.MenuOpenHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for opening items.MenuRenameHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for renaming functionality.MenuTestHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for testing purposes.MenuToAnotherTeamspaceHooker.createToolbarButton(ToolbarService toolbarService) Creates a toolbar button for moving variants between teamspaces.Methods in net.datenwerke.rs.tsreportarea.client.tsreportarea.hookers with parameters of type DwTextButtonModifier and TypeMethodDescriptionbooleanMenuAddFolderHooker.configureToolbarButton(DwTextButton button, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the properties and behavior of a toolbar button for this action.booleanMenuDeleteHooker.configureToolbarButton(DwTextButton deleteBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the toolbar delete button based on the current selection state.booleanMenuExportHooker.configureToolbarButton(DwTextButton exportBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the export button for the current selection.booleanMenuOpenHooker.configureToolbarButton(DwTextButton openBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the toolbar button based on the selected items.booleanMenuRenameHooker.configureToolbarButton(DwTextButton renameBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the rename toolbar button based on current selection and permissions.booleanMenuTestHooker.configureToolbarButton(DwTextButton testBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the toolbar button based on selected items and main component state.booleanMenuToAnotherTeamspaceHooker.configureToolbarButton(DwTextButton moveBtn, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configures the toolbar button with appropriate behavior based on selected items. -
Uses of DwTextButton in net.datenwerke.rs.tsreportarea.client.tsreportarea.hooks
Methods in net.datenwerke.rs.tsreportarea.client.tsreportarea.hooks that return DwTextButtonModifier and TypeMethodDescriptionTsFavoriteMenuHook.createToolbarButton(ToolbarService toolbarService) Create the hook’s button (called once at startup).Methods in net.datenwerke.rs.tsreportarea.client.tsreportarea.hooks with parameters of type DwTextButtonModifier and TypeMethodDescriptionbooleanTsFavoriteMenuHook.configureToolbarButton(DwTextButton button, List<AbstractTsDiskNodeDto> items, TsDiskMainComponent mainComponent) Configure button behavior based on selection.