Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 2 Nächste Version anzeigen »

globe with meridians Language: Deutsch · English

hammer and wrench Layout overlay window

Overlay dialogs via the object generator – minimum size and combined insert/update rule.

HOW-TO APPLICATION DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X

On this page

What is an overlay?

An overlay is a window placed over the UI – e.g. for pop-ups or notifications, without disturbing the main content.

Configuration

In the object generator under display of the generated object, choose the matching constellation.

Overlay constellation in the object generator.

Layout design

For a dialog the minimum size is evaluated – best to use fixed values and let one row fill the remaining space.

Important

After adjusting the layout, save the object generator again – this analyses the layout and remembers the minimum size.

Finished overlay.

Server rule order

Before opening, the object generator rule runs. On OK in the overlay a combined insert/update rule must exist for the overlay object:

@Rule(name="VerfahrenErstellen", description="VerfahrenErstellen")
public class VerfahrenErstellen implements InsertRule, UpdateRule {
    public void update(UpdateContext context) throws BusinessException {

        insertVerfahren(context, context.getBusinessObject(ObjektgeneratorVerfahren.class));

    }


    public void insert(InsertContext context) throws BusinessException {

        insertVerfahren(context, context.getBusinessObject(ObjektgeneratorVerfahren.class));

    }

Related pages

framed picture Layout


Masks.

Öffnen →

gear Object generator


Generation.

Öffnen →

  • Keine Stichwörter