Class ScenarioSimulationMainGridPanelMouseMoveHandler

    • Field Detail

      • currentlyShownBodyRowIndex

        protected Integer currentlyShownBodyRowIndex
      • currentlyShownBodyColumnIndex

        protected Integer currentlyShownBodyColumnIndex
    • Constructor Detail

      • ScenarioSimulationMainGridPanelMouseMoveHandler

        public ScenarioSimulationMainGridPanelMouseMoveHandler()
    • Method Detail

      • onNodeMouseMove

        public void onNodeMouseMove​(com.ait.lienzo.client.core.event.NodeMouseMoveEvent event)
        Specified by:
        onNodeMouseMove in interface com.ait.lienzo.client.core.event.NodeMouseMoveHandler
      • manageFactMappingValue

        protected void manageFactMappingValue​(org.drools.scenariosimulation.api.model.FactMappingValue toManage,
                                              Integer uiRowIndex,
                                              Integer uiColumnIndex)
      • manageFailedFactMappingValue

        protected void manageFailedFactMappingValue​(org.drools.scenariosimulation.api.model.FactMappingValue toManage,
                                                    Integer uiRowIndex,
                                                    Integer uiColumnIndex)
      • setupPopupPresenter

        protected void setupPopupPresenter​(org.drools.scenariosimulation.api.model.FactMappingValue factMappingValue,
                                           int uiRowIndex,
                                           int uiColumnIndex,
                                           int xPosition,
                                           int yPosition,
                                           PopoverView.Position position)
      • showErrorPopoverWithoutSuggestion

        protected void showErrorPopoverWithoutSuggestion​(String errorMessage,
                                                         int xPosition,
                                                         int yPosition,
                                                         PopoverView.Position position)
      • showErrorPopoverWithSuggestion

        protected void showErrorPopoverWithSuggestion​(Object expectedValue,
                                                      Object errorValue,
                                                      int uiRowIndex,
                                                      int uiColumnIndex,
                                                      int xPosition,
                                                      int yPosition,
                                                      PopoverView.Position position)
      • getCollectionHTMLErrorMessage

        protected String getCollectionHTMLErrorMessage​(Object wrongValue,
                                                       List<String> pathToWrongValue)
      • decorateWithStrongHTMLTag

        protected String decorateWithStrongHTMLTag​(String value)
      • decorateWithEMHTMLTag

        protected String decorateWithEMHTMLTag​(String value)
      • generateFieldsHierarchy

        protected String generateFieldsHierarchy​(List<String> hierarchy)
      • retrieveCellMiddleXYPosition

        protected com.ait.lienzo.client.core.types.Point2D retrieveCellMiddleXYPosition​(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column,
                                                                                        int uiRowIndex)
      • getCellHeight

        protected int getCellHeight​(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column,
                                    int uiRowIndex)