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.

On this page

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:
Client-Extension

Related pages

gear Extensions


Client extension.

Open →