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.
|
Node |
node()
Return the root node.
|
View<?,?,?> |
view()
Return the view.
|
addBehavior, addBehavior, getBehavior, getBehaviorData, hasBehavior
findInnerComponent, listen, listen, listen, rootComponent, rootComponent, sendWave, sendWave, sendWave, unlisten
key, key, localFacade, localFacade, release, setup
attachUi, getModel, getModel, getModels, getModels
getService, getService, getServices, getServices, returnData
callCommand, callCommand, getCommand, getCommand, getCommands, getCommands
@OnWave(value="SHOW_VIEW") void doShowView(Wave wave)
wave
- the wave that trigger the action@OnWave(value="HIDE_VIEW") void doHideView(Wave wave)
wave
- the wave that trigger the actionCopyright © 2011–2016 JRebirth OSS. All rights reserved.