public interface Model extends BehavioredComponent<Model>
| Modifier and Type | Method and Description |
|---|---|
void |
doHideView(Wave wave)
Perform the hide view action triggered by a wave.
|
void |
doShowView(Wave wave)
Perform the show view action triggered by a wave.
|
javafx.scene.Node |
node()
Return the root node.
|
View<?,?,?> |
view()
Return the view.
|
addBehavior, addBehavior, getBehavior, getBehaviorData, hasBehaviorfindInnerComponent, listen, listen, listen, rootComponent, rootComponent, sendWave, sendWave, sendWave, unlistenkey, key, localFacade, localFacade, release, setupattachUi, attachUi, getModel, getModel, getModels, getModelsgetService, getService, getServices, getServices, returnData, returnDatacallCommand, callCommand, getCommand, getCommand, getCommands, getCommandsView<?,?,?> view()
javafx.scene.Node node()
@OnWave(value="SHOW_VIEW") void doShowView(Wave wave)
wave - the wave that trigger the actionCopyright © 2011–2018 JRebirth OSS. All rights reserved.