@RootNodeId(value="SlideStack") @OnKey(value=Pressed) @OnMouse(value=Released) @OnSwipe(value={Left,Right}) @OnTouch(value=Released) public final class SlideStackView extends DefaultView<SlideStackModel,StackPane,SlideStackController>
Constructor and Description |
---|
SlideStackView(SlideStackModel model)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
hide()
Handle custom tasks to do when the view is closed or hidden.
|
protected void |
initView()
Custom method used to initialize components.
|
reload, start
buildController, buildRootNode, controller, errorNode, finalize, initInternalView, model, node, pane, prepare
public SlideStackView(SlideStackModel model) throws CoreException
model
- the view modelCoreException
- if build failsprotected void initView()
initView
in class DefaultView<SlideStackModel,StackPane,SlideStackController>
public void hide()
hide
in interface View<SlideStackModel,StackPane,SlideStackController>
hide
in class DefaultView<SlideStackModel,StackPane,SlideStackController>
Copyright © 2011–2016 JRebirth OSS. All rights reserved.