Uses of Class
org.drools.workbench.screens.scenariosimulation.client.popover.PopoverView.Position
-
Packages that use PopoverView.Position Package Description org.drools.workbench.screens.scenariosimulation.client.handlers org.drools.workbench.screens.scenariosimulation.client.popover -
-
Uses of PopoverView.Position in org.drools.workbench.screens.scenariosimulation.client.handlers
Methods in org.drools.workbench.screens.scenariosimulation.client.handlers with parameters of type PopoverView.Position Modifier and Type Method Description protected voidScenarioSimulationMainGridPanelMouseMoveHandler. setupPopupPresenter(org.drools.scenariosimulation.api.model.FactMappingValue factMappingValue, int uiRowIndex, int uiColumnIndex, int xPosition, int yPosition, PopoverView.Position position)protected voidScenarioSimulationMainGridPanelMouseMoveHandler. showErrorPopoverWithoutSuggestion(String errorMessage, int xPosition, int yPosition, PopoverView.Position position)protected voidScenarioSimulationMainGridPanelMouseMoveHandler. showErrorPopoverWithSuggestion(Object expectedValue, Object errorValue, int uiRowIndex, int uiColumnIndex, int xPosition, int yPosition, PopoverView.Position position) -
Uses of PopoverView.Position in org.drools.workbench.screens.scenariosimulation.client.popover
Methods in org.drools.workbench.screens.scenariosimulation.client.popover that return PopoverView.Position Modifier and Type Method Description static PopoverView.PositionPopoverView.Position. valueOf(String name)Returns the enum constant of this type with the specified name.static PopoverView.Position[]PopoverView.Position. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.workbench.screens.scenariosimulation.client.popover with parameters of type PopoverView.Position Modifier and Type Method Description voidAbstractPopoverView. setup(Optional<String> editorTitle, int mx, int my, PopoverView.Position position)voidErrorReportPopover.Presenter. setup(String errorTitleText, String errorContentText, String keepText, int mx, int my, PopoverView.Position position)Method to set/update status of theErrorReportPopoverbefore actually showing the view.voidErrorReportPopover.Presenter. setup(String errorTitleText, String errorContentText, String keepText, String applyText, org.uberfire.mvp.Command applyCommand, int mx, int my, PopoverView.Position position)Method to set/update status of theErrorReportPopoverbefore actually showing the view.voidErrorReportPopover. setup(String errorTitleText, String errorContentText, String keepText, int mx, int my, PopoverView.Position position)Makes theErrorReportPopovervisible with keep button only.voidErrorReportPopover. setup(String errorTitleText, String errorContentText, String keepText, String applyText, org.uberfire.mvp.Command applyCommand, int mx, int my, PopoverView.Position position)Makes theErrorReportPopovervisible with Keep/Apply buttons.voidErrorReportPopoverPresenter. setup(String errorTitleText, String errorContentText, String keepText, int mx, int my, PopoverView.Position position)voidErrorReportPopoverPresenter. setup(String errorTitleText, String errorContentText, String keepText, String applyText, org.uberfire.mvp.Command applyCommand, int mx, int my, PopoverView.Position position)voidErrorReportPopoverView. setup(String errorTitleText, String errorContentText, String keepText, int mx, int my, PopoverView.Position position)voidErrorReportPopoverView. setup(String errorTitleText, String errorContentText, String keepText, String applyText, org.uberfire.mvp.Command applyCommand, int mx, int my, PopoverView.Position position)voidPopoverView. setup(Optional<String> editorTitle, int mx, int my, PopoverView.Position position)Method to set/update status of the elements before actually showing the view.
-