S
- The SlideStep to usepublic interface SlideModel<S extends SlideStep> extends Model
Modifier and Type | Method and Description |
---|---|
Animation |
getHideAnimation()
Get the hide 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 |
setCurrentFlow(AbstractSlideModel.SlideFlow currentFlow) |
void |
setSlideNumber(int slideNumber) |
void |
showSlideStep(S slideStep)
Show the step.
|
doHideView, doShowView, node, 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
void setSlideNumber(int slideNumber)
slideNumber
- The slideNumber to set.void showSlideStep(S slideStep)
slideStep
- the step to showvoid setCurrentFlow(AbstractSlideModel.SlideFlow currentFlow)
currentFlow
- The currentFlow to set.boolean nextStep()
boolean previousStep()
Animation getHideAnimation()
Animation getShowAnimation()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.