S - The SlideStep to usepublic interface SlideModel<S extends SlideStep>
extends org.jrebirth.af.api.ui.Model
| Modifier and Type | Method and Description |
|---|---|
javafx.animation.Animation |
getHideAnimation()
Get the hide animation.
|
javafx.animation.Animation |
getShowAnimation()
Get the show animation.
|
boolean |
nextStep()
Check if the next step is available.
|
boolean |
previousStep()
Check if the previous step is available.
|
void |
setSlideNumber(int slideNumber) |
void |
showSlideStep(S slideStep)
Show the step.
|
doHideView, doShowView, getRootNode, getViewaddBehavior, addBehavior, getBehavior, getBehaviorData, hasBehavioraddInnerComponent, getInnerComponent, getRootComponent, listen, listen, listen, sendWave, sendWave, setRootComponent, unlistengetKey, getLocalFacade, release, setKey, setLocalFacade, setupvoid setSlideNumber(int slideNumber)
slideNumber - The slideNumber to set.void showSlideStep(S slideStep)
slideStep - the step to showboolean nextStep()
boolean previousStep()
javafx.animation.Animation getHideAnimation()
javafx.animation.Animation getShowAnimation()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.