@ApplicationScoped public class CheatSheetPresenter extends AbstractSubDockPresenter<CheatSheetView> implements CheatSheetView.Presenter
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
currentPath, DEFAULT_PREFERRED_WIDHT, title, view
Constructor and Description |
---|
CheatSheetPresenter() |
CheatSheetPresenter(CheatSheetView view) |
Modifier and Type | Method and Description |
---|---|
void |
initCheatSheet(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type)
Method to initialize cheat sheet content based on
ScenarioSimulationModel.Type |
void |
reset()
It resets the current status of the
SubDock component |
asWidget, getDefaultPosition, getTitle, isCurrentlyShow, setCurrentPath, setup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCurrentlyShow, setCurrentPath
public static final String IDENTIFIER
public CheatSheetPresenter()
@Inject public CheatSheetPresenter(CheatSheetView view)
public void reset()
SubDockView.Presenter
SubDock
componentreset
in interface SubDockView.Presenter
public void initCheatSheet(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type)
CheatSheetView.Presenter
ScenarioSimulationModel.Type
initCheatSheet
in interface CheatSheetView.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.