@Component(value="report_StepFragmentManager")
@Scope(value="prototype")
public class StepFragmentManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
currentFragmentIdx |
protected io.jmix.core.Messages |
messages |
protected io.jmix.ui.Notifications |
notifications |
protected java.util.List<StepFragment> |
stepFragments |
protected WizardScreen |
wizardScreen |
Constructor and Description |
---|
StepFragmentManager() |
Modifier and Type | Method and Description |
---|---|
protected StepFragment |
getCurrentStepFragment() |
protected void |
hideCurrentFrame() |
boolean |
nextFragment() |
boolean |
prevFragment() |
void |
setStepFragments(java.util.List<StepFragment> stepFragments) |
void |
setWizardFragment(WizardScreen wizardScreen) |
void |
showCurrentFragment() |
void |
updateWizardCaption() |
void |
updateWizardDescription() |
boolean |
validateCurrentFragment() |
protected void |
visibleButtons() |
@Autowired protected io.jmix.core.Messages messages
@Autowired protected io.jmix.ui.Notifications notifications
protected java.util.List<StepFragment> stepFragments
protected WizardScreen wizardScreen
protected int currentFragmentIdx
public void setStepFragments(java.util.List<StepFragment> stepFragments)
public void setWizardFragment(WizardScreen wizardScreen)
public void showCurrentFragment()
protected StepFragment getCurrentStepFragment()
public void updateWizardDescription()
public void updateWizardCaption()
protected void visibleButtons()
public boolean prevFragment()
public boolean nextFragment()
public boolean validateCurrentFragment()
protected void hideCurrentFrame()