/
A18.7.2 Example of a EPP with custom UI
A18.7.2 Example of a EPP with custom UI
The main part of the custom UI (as a reminder: it is a result type of the EPP) is quite simple:
it gets [1] the panels which are defined in [2] and specified in [3] and puts these together to the custom UI as horizontally split pane. There is no further action on that part.
Figure 521: Post processing UI source code (without other implemented methods)
The right panel [a] is unlike the left panel not an annotation interface, its construction is described on Section A18.7.4
Related content
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
14.7.3.1 Panel definition
14.7.3.1 Panel definition
More like this
14.7.3.2 Method buildUI
14.7.3.2 Method buildUI
More like this
14.7.3.3 @PostProcessing - Annotation of Custom UI
14.7.3.3 @PostProcessing - Annotation of Custom UI
More like this
14.7.2 Core EPP
14.7.2 Core EPP
More like this
A18.7 EXAMPLE OF EPP
A18.7 EXAMPLE OF EPP
More like this