@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, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCurrentlyShow, setCurrentPathpublic static final String IDENTIFIER
public CheatSheetPresenter()
@Inject public CheatSheetPresenter(CheatSheetView view)
public void reset()
SubDockView.PresenterSubDock componentreset in interface SubDockView.Presenterpublic void initCheatSheet(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type)
CheatSheetView.PresenterScenarioSimulationModel.TypeinitCheatSheet in interface CheatSheetView.PresenterCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.