public interface DialogDc extends Dc, AppEventSupport, SimpleLifeCycle, Disposable
init()
[not exist] -> [created] -----> [initialized]
doActivate() doPassivate()
[initialized] -----------> [active] ------------> [passive]
<------------
doActivate()
dispose()
[passive] --------> [destroyed]
Modifier and Type | Method and Description |
---|---|
Object |
getVisualPresentation()
Called from the dialog coordinater in the initialized, active or passive
state to get the visual representation for this dialog.
|
postAppEvent
canPassivate, doActivate, doPassivate
dispose
Object getVisualPresentation()
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.