Class CheatSheetPresenter
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.rightpanel.AbstractSubDockPresenter<CheatSheetView>
-
- org.drools.workbench.screens.scenariosimulation.client.rightpanel.CheatSheetPresenter
-
- All Implemented Interfaces:
CheatSheetView.Presenter,SubDockView.Presenter
@ApplicationScoped public class CheatSheetPresenter extends AbstractSubDockPresenter<CheatSheetView> implements CheatSheetView.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER-
Fields inherited from class org.drools.workbench.screens.scenariosimulation.client.rightpanel.AbstractSubDockPresenter
currentPath, DEFAULT_PREFERRED_WIDHT, title, view
-
-
Constructor Summary
Constructors Constructor Description CheatSheetPresenter()CheatSheetPresenter(CheatSheetView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitCheatSheet(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type)Method to initialize cheat sheet content based onScenarioSimulationModel.Typevoidreset()It resets the current status of theSubDockcomponent-
Methods inherited from class org.drools.workbench.screens.scenariosimulation.client.rightpanel.AbstractSubDockPresenter
asWidget, getDefaultPosition, getTitle, isCurrentlyShow, setCurrentPath, setup
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.SubDockView.Presenter
isCurrentlyShow, setCurrentPath
-
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CheatSheetPresenter
public CheatSheetPresenter()
-
CheatSheetPresenter
@Inject public CheatSheetPresenter(CheatSheetView view)
-
-
Method Detail
-
reset
public void reset()
Description copied from interface:SubDockView.PresenterIt resets the current status of theSubDockcomponent- Specified by:
resetin interfaceSubDockView.Presenter
-
initCheatSheet
public void initCheatSheet(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type)
Description copied from interface:CheatSheetView.PresenterMethod to initialize cheat sheet content based onScenarioSimulationModel.Type- Specified by:
initCheatSheetin interfaceCheatSheetView.Presenter
-
-