| Auszug |
|---|
|
Nuclos result list button: ResultToolbarItem, ResultToolbarItemFactory, @NucletComponent, nuclos-extension-client-beans.xml, toolbar. |
Language: Deutsch · English
Custom toolbar buttons in the result list – ResultToolbarItem(Factory), @NucletComponent and beans XML.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
The toolbar of the result list view can be extended with custom buttons and arbitrary actions via the interfaces ResultToolbarItem and ResultToolbarItemFactory.
- Implement the interfaces in a client extension.
- Annotate the implementing class with
@NucletComponent so Nuclos finds the factory at client startup. - Add an entry for each implementation in
nuclos-extension-client-beans.xml:
| Codeblock |
|---|
|
Client-Extension |
Related pages