@RootNodeId(value="SlideStack")
@OnSwipe(value={Left,Right})
public final class SlideStackView
extends DefaultView<SlideStackModel,javafx.scene.layout.StackPane,SlideStackController>
| Modifier and Type | Field and Description |
|---|---|
private javafx.scene.control.Button |
circle |
| Constructor and Description |
|---|
SlideStackView(SlideStackModel model)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected javafx.scene.control.Button |
getCircle() |
SlideStackController |
getMyController() |
void |
hide() |
protected void |
initView() |
reload, startbuildController, buildRootNode, finalize, getController, getErrorNode, getModel, getRootNode, initInternalView, preparepublic SlideStackView(SlideStackModel model) throws org.jrebirth.af.api.exception.CoreException
model - the view modelorg.jrebirth.af.api.exception.CoreException - if build failsprotected void initView()
initView in class DefaultView<SlideStackModel,javafx.scene.layout.StackPane,SlideStackController>public SlideStackController getMyController()
protected javafx.scene.control.Button getCircle()
public void hide()
hide in interface org.jrebirth.af.api.ui.View<SlideStackModel,javafx.scene.layout.StackPane,SlideStackController>hide in class DefaultView<SlideStackModel,javafx.scene.layout.StackPane,SlideStackController>Copyright © 2011–2015 JRebirth OSS. All rights reserved.