Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos result list button: ResultToolbarItem, ResultToolbarItemFactory, @NucletComponent, nuclos-extension-client-beans.xml, toolbar.

globe with meridians Language: Deutsch · English

hammer and wrench Extending the result list view with custom buttons

Custom toolbar buttons in the result list – ResultToolbarItem(Factory), @NucletComponent and beans XML.

Status
colourPurple
titleHow-to
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

The toolbar of the result list view can be extended with custom buttons and arbitrary actions via the interfaces ResultToolbarItem and ResultToolbarItemFactory.

Step by step

  1. Implement the interfaces in a client extension.
  2. Annotate the implementing class with @NucletComponent so Nuclos finds the factory at client startup.
  3. Add an entry for each implementation in nuclos-extension-client-beans.xml:
Codeblock
languagexml
Client-Extension

Related pages

gear Extensions


Client extension.

Open →