M - the slide model classN - the layout nodeC - the slide controller classpublic abstract class AbstractSlideView<M extends AbstractSlideModel<?,?,?>,N extends javafx.scene.Parent,C extends AbstractSlideController<?,?>> extends DefaultView<M,N,C>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
slideLocked
Sub slide animation flag.
|
| Constructor and Description |
|---|
AbstractSlideView(M model)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isSlideLocked() |
protected void |
setSlideLocked(boolean slideLocked) |
hide, initView, reload, startbuildController, buildRootNode, finalize, getController, getErrorNode, getModel, getRootNode, initInternalView, preparepublic AbstractSlideView(M model) throws org.jrebirth.af.api.exception.CoreException
model - the controls view modelorg.jrebirth.af.api.exception.CoreException - if build failsCopyright © 2011–2015 JRebirth OSS. All rights reserved.