/
14.7.3.2 Method buildUI

14.7.3.2 Method buildUI

Here you define the design of the custom UI.

Figure 351: Example of code to split the panels

The above example splits the UI into two horizontally arranged sub panels which can be accessed through e.g. ModelPanel<Left> leftPanel = panels.get("Parameters");

Related content

14.7.3.1 Panel definition
14.7.3.1 Panel definition
More like this
A18.7.2 Example of a EPP with custom UI
A18.7.2 Example of a EPP with custom UI
More like this
14.7.3 Post processing UI as optional part of the EPP
14.7.3 Post processing UI as optional part of the EPP
More like this
A18.3.1 Setting up the project
A18.3.1 Setting up the project
More like this
14.7.3.4 Consistency check of the custom UI
14.7.3.4 Consistency check of the custom UI
More like this
14.7.3.3 @PostProcessing - Annotation of Custom UI
14.7.3.3 @PostProcessing - Annotation of Custom UI
More like this