public interface Dc
| Modifier and Type | Method and Description |
|---|---|
void |
init(Dc pParent,
Map<String,? super Object> pArgs)
This method is called by the parent dialog controller during
the initialisation phase of an application.
An implementation should first initialize all of its sub-controllers (if there are any) and then initialize its presentation component. All arguments are handed in with a map object, that map always contains the application object with the key Application.APPLICATION_KEY. |
void init(Dc pParent, Map<String,? super Object> pArgs)
Application.APPLICATION_KEY.
The map should not be altered inside the method.pParent - null or parent dialog controller. If pParent is null,
the Dc is a top-level dialog controller.pArgs - variable argument list modeled as a key/value map, never null.Copyright © 2017 Jürgen Zeller (privat). All rights reserved.