- AbstractColumnMenuPresenter - Class in org.drools.workbench.screens.scenariosimulation.client.editor.menu
-
This class is meant to provide common methods to
column-specific menus
ExpectedContextMenu and
GivenContextMenu
It is provided to avoid code duplication in concrete implementations
- AbstractColumnMenuPresenter() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.editor.menu.AbstractColumnMenuPresenter
-
- AbstractHeaderGroupMenuPresenter - Class in org.drools.workbench.screens.scenariosimulation.client.editor.menu
-
- AbstractHeaderGroupMenuPresenter() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.editor.menu.AbstractHeaderGroupMenuPresenter
-
- AbstractHeaderMenuPresenter - Class in org.drools.workbench.screens.scenariosimulation.client.editor.menu
-
This is the first ScenarioSimulation specific abstract class - i.e. it is bound to a specific use case.
- AbstractHeaderMenuPresenter() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.editor.menu.AbstractHeaderMenuPresenter
-
- accept(MenuVisitor) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.RunScenarioMenuItem
-
- accept(MenuVisitor) - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- accept(MenuVisitor) - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RunMenuItem
-
- addClickHandler(ScenarioSimulationGridPanelClickHandler) - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGridPanel
-
- addCommonActions(FileMenuBuilder) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- addEnabledStateChangeListener(EnabledStateChangeListener) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.RunScenarioMenuItem
-
- addEnabledStateChangeListener(EnabledStateChangeListener) - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- addEnabledStateChangeListener(EnabledStateChangeListener) - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RunMenuItem
-
- addExecutableMenuItem(String, String, String, Event) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenu
-
- addExecutableMenuItem(String, String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenu
-
- addExecutableMenuItem(String, String, String, Event) - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenuView.BaseMenuPresenter
-
Add an executable menu voice in form of LIElement to the underlying view
- addExecutableMenuItem(String, String, String) - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenuView.BaseMenuPresenter
-
- addExpandableFactField(DivElement) - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView
-
This add and a complex (i.e. expandable) property, i.e. a class containing other properties
- addExpandableFactField(DivElement) - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemViewImpl
-
- addExpandableProperty(String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.models.FactModelTree
-
- addFactField(LIElement) - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView
-
- addFactField(LIElement) - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemViewImpl
-
- addListGroupItemView(String, FactModelTree) - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenter
-
- addListGroupItemView(String, FactModelTree) - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelView.Presenter
-
- addMenuItem(String, String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenu
-
- addMenuItem(String, String, String) - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenuView.BaseMenuPresenter
-
Add a label menu voice in form of LIElement to the underlying view
- addScenarioGrid(ScenarioGrid) - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGridLayer
-
Add a scenarioGrid to this Layer.
- addScenarioSimulation() - Method in interface org.drools.workbench.screens.scenariosimulation.client.resources.i18n.ScenarioSimulationEditorConstants
-
- addSimpleProperty(String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.models.FactModelTree
-
- andThen(Function<? super R, ? extends V>) - Method in interface org.drools.workbench.screens.scenariosimulation.client.interfaces.TetraFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface org.drools.workbench.screens.scenariosimulation.client.interfaces.TriFunction
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- AppendColumnCommand - Class in org.drools.workbench.screens.scenariosimulation.client.commands
-
Command to append (i.e. put in the last position) a column to a given group
- AppendColumnCommand() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.commands.AppendColumnCommand
-
- AppendColumnCommand(ScenarioGridModel, String, String, ScenarioGridPanel, ScenarioGridLayer) - Constructor for class org.drools.workbench.screens.scenariosimulation.client.commands.AppendColumnCommand
-
- AppendColumnEvent - Class in org.drools.workbench.screens.scenariosimulation.client.events
-
GwtEvent to append (i.e. put in the last position) a column to a given group
- AppendColumnEvent(String) - Constructor for class org.drools.workbench.screens.scenariosimulation.client.events.AppendColumnEvent
-
- AppendColumnEventHandler - Interface in org.drools.workbench.screens.scenariosimulation.client.handlers
-
- appendNewColumn(GridColumn<?>) - Method in class org.drools.workbench.screens.scenariosimulation.client.models.ScenarioGridModel
-
This method append a new column to the grid and to the underlying model
- appendNewRow(GridRow) - Method in class org.drools.workbench.screens.scenariosimulation.client.models.ScenarioGridModel
-
This method append a new row to the grid and to the underlying model
- appendRow() - Method in interface org.drools.workbench.screens.scenariosimulation.client.resources.i18n.ScenarioSimulationEditorConstants
-
- AppendRowCommand - Class in org.drools.workbench.screens.scenariosimulation.client.commands
-
Command to append (i.e. put in the last position) a row
- AppendRowCommand() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.commands.AppendRowCommand
-
- AppendRowCommand(ScenarioGridModel) - Constructor for class org.drools.workbench.screens.scenariosimulation.client.commands.AppendRowCommand
-
- AppendRowEvent - Class in org.drools.workbench.screens.scenariosimulation.client.events
-
GwtEvent to append (i.e. put in the last position) a row
- AppendRowEvent() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.events.AppendRowEvent
-
- AppendRowEventHandler - Interface in org.drools.workbench.screens.scenariosimulation.client.handlers
-
- apply(T, U, S, E) - Method in interface org.drools.workbench.screens.scenariosimulation.client.interfaces.TetraFunction
-
Applies this function to the given arguments.
- apply(T, U, S) - Method in interface org.drools.workbench.screens.scenariosimulation.client.interfaces.TriFunction
-
Applies this function to the given arguments.
- asWidget() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenu
-
- asWidget() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemViewImpl
-
- asWidget() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenter
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.AppendColumnEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.AppendRowEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DeleteColumnEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DeleteRowEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DisableRightPanelEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DuplicateRowEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.EnableRightPanelEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.InsertColumnEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.InsertRowEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.PrependColumnEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.PrependRowEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.ScenarioGridReloadEvent
-
- getAssociatedType() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.SetColumnValueEvent
-
- getBodyBackground(GridColumn<?>) - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getBodyGridLine() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getBodyText() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getCaption() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.RunScenarioMenuItem
-
- getCaption() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- getCaption() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RunMenuItem
-
- getCaption() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioMenuItem
-
- getCellSelectorBackground() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getCellSelectorBorder() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getColumnGroup() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.AppendColumnEvent
-
- getColumnGroup() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DeleteColumnEvent
-
- getColumnGroup() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.PrependColumnEvent
-
- getColumnId() - Method in class org.drools.workbench.screens.scenariosimulation.client.metadata.ScenarioHeaderMetaData
-
- getColumnIndex() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DeleteColumnEvent
-
- getColumnIndex() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.EnableRightPanelEvent
-
- getColumnIndex() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.InsertColumnEvent
-
- getColumnIndex() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.SetColumnValueEvent
-
- getColumnScenarioHeaderMetaData(GridWidget, double, double) - Static method in class org.drools.workbench.screens.scenariosimulation.client.utils.ScenarioSimulationGridHeaderUtilities
-
Retrieve the ScenarioHeaderMetaData from the GridColumn of a GridWidget at a given point x.
- getColumnScenarioHeaderMetaData(GridWidget, GridColumn<?>, double) - Static method in class org.drools.workbench.screens.scenariosimulation.client.utils.ScenarioSimulationGridHeaderUtilities
-
Retrieve the ScenarioHeaderMetaData from the GridColumn of a GridWidget at a given point.
- getCommandExecutor() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.ScenarioSimulationProducer
-
- getContentSupplier() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- getContextMenuDropdown() - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenuView
-
- getContextMenuDropdown() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenuViewImpl
-
- getContributionPoint() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.RunScenarioMenuItem
-
- getContributionPoint() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- getContributionPoint() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RunMenuItem
-
- getDefaultPosition() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenter
-
- getDefaultPosition() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenterActivity
-
- getDescription() - Method in class org.drools.workbench.screens.scenariosimulation.client.handlers.NewScenarioSimulationHandler
-
- getDescription() - Method in class org.drools.workbench.screens.scenariosimulation.client.type.ScenarioSimulationResourceType
-
- getDivElement(String, FactModelTree) - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemPresenter
-
- getDivElement(String, String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemPresenter
-
- getDivElement() - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView
-
- getDivElement(String, FactModelTree) - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView.Presenter
-
This method returns a top-level DivElement representing a complex (i.e. expandable) property, i.e. a class containing other properties
- getDivElement(String, String, String) - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView.Presenter
-
This method returns a nested DivElement representing a complex (i.e. expandable) property, i.e. a class containing other properties
- getDivElement() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemViewImpl
-
- getEventBus() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.EventBusProducer
-
- getEventBus() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.ScenarioSimulationProducer
-
- getExpandableProperties() - Method in class org.drools.workbench.screens.scenariosimulation.client.models.FactModelTree
-
- getFactModelTree(String) - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenter
-
- getFactModelTree(String) - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelView.Presenter
-
- getFactName() - Method in class org.drools.workbench.screens.scenariosimulation.client.models.FactModelTree
-
- getFactName() - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView
-
- getFactName() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemViewImpl
-
- getFactType() - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView
-
- getFactType() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemViewImpl
-
- getFieldItemView() - Method in class org.drools.workbench.screens.scenariosimulation.client.utils.ViewsProvider
-
- getFirstIndexLeftOfGroup(String) - Method in class org.drools.workbench.screens.scenariosimulation.client.models.ScenarioGridModel
-
Return the first index to the left of the given group, i.e.
- getFirstIndexRightOfGroup(String) - Method in class org.drools.workbench.screens.scenariosimulation.client.models.ScenarioGridModel
-
Return the first index to the right of the given group, i.e.
- getFullPackage() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.SetColumnValueEvent
-
- getFullPackage() - Method in class org.drools.workbench.screens.scenariosimulation.client.models.FactModelTree
-
- getGridBoundary() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getGridColumn(GridWidget, double) - Static method in class org.drools.workbench.screens.scenariosimulation.client.utils.ScenarioSimulationGridHeaderUtilities
-
Retrieve the GridColumn of a GridWidget at a given point x.
- getGridHeaderBodyDivider() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getGridMouseDoubleClickHandler(GridSelectionManager, GridPinnedModeManager) - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGrid
-
- getGroupSize(String) - Method in class org.drools.workbench.screens.scenariosimulation.client.models.ScenarioGridModel
-
Returns how many columns are already in place for the given group
- getHeaderBackground(GridColumn<?>) - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getHeaderGridLine() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getHeaderHasNameTextBoxFactory(ScenarioGridPanel, ScenarioGridLayer) - Static method in class org.drools.workbench.screens.scenariosimulation.client.factories.FactoryProvider
-
- getHeaderHeight() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridRenderer
-
- getHeaderLinkBackground(GridColumn<?>) - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getHeaderRowHeight() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridRenderer
-
- getHeaderText() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getIcon() - Method in class org.drools.workbench.screens.scenariosimulation.client.handlers.NewScenarioSimulationHandler
-
- getIcon() - Method in class org.drools.workbench.screens.scenariosimulation.client.type.ScenarioSimulationResourceType
-
- getIdentifier() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.RunScenarioMenuItem
-
- getIdentifier() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenterActivity
-
- getIdentifier() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenterActivity
-
- getIdentifier() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- getIdentifier() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RunMenuItem
-
- getLabelMenuElement(String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.MenuItemPresenter
-
- getLabelMenuElement() - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.MenuItemView
-
This method retrieve a LABEL element (i.e. without behaviour) to be put inside the menu
- getLabelMenuElement(String, String) - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.MenuItemView.Presenter
-
This method retrieve a LABEL element (i.e. without behaviour) to be put inside the menu
- getLabelMenuElement() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.MenuItemViewImpl
-
- getLExecutableMenuElement(String, String, Event) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.ExecutableMenuItemPresenter
-
- getLExecutableMenuElement(String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.ExecutableMenuItemPresenter
-
- getLExecutableMenuElement() - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.ExecutableMenuItemView
-
This method retrieve an EXECUTABLE element (i.e. with a behaviour) to be put inside the menu
- getLExecutableMenuElement(String, String, Event) - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.ExecutableMenuItemView.Presenter
-
This method retrieve an EXECUTABLE element (i.e. with a behaviour) to be put inside the menu
- getLExecutableMenuElement(String, String) - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.ExecutableMenuItemView.Presenter
-
- getLExecutableMenuElement() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.ExecutableMenuItemViewImpl
-
- getLIElement(String, String, String, String) - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.FieldItemPresenter
-
- getLIElement() - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.FieldItemView
-
- getLIElement(String, String, String, String) - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.FieldItemView.Presenter
-
- getLIElement() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.FieldItemViewImpl
-
- getListContainer() - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelView
-
- getListContainer() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelViewImpl
-
- getListGroupItemView() - Method in class org.drools.workbench.screens.scenariosimulation.client.utils.ViewsProvider
-
- getMenuItemView() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.ExecutableMenuItemPresenter
-
- getMenuItemView() - Method in class org.drools.workbench.screens.scenariosimulation.client.utils.ViewsProvider
-
- getMenus() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- getMenus() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenterActivity
-
- getModel() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- getModel() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGrid
-
- getName() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getOrder() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.RunScenarioMenuItem
-
- getOrder() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- getOrder() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RunMenuItem
-
- getParentPath() - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView
-
- getParentPath() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemViewImpl
-
- getPosition() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.RunScenarioMenuItem
-
- getPosition() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- getPosition() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RunMenuItem
-
- getPresenter() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.ScenarioGridSelectedEvent
-
- getPresenter() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.ScenarioGridSelectionsChangedEvent
-
- getPresenter() - Method in interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelView
-
- getPresenter() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelViewImpl
-
- getRelativeX(ContextMenuEvent) - Method in class org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationGridPanelClickHandler
-
- getRelativeX(ClickEvent) - Method in class org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationGridPanelClickHandler
-
- getRelativeY(ContextMenuEvent) - Method in class org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationGridPanelClickHandler
-
- getRelativeY(ClickEvent) - Method in class org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationGridPanelClickHandler
-
- getResourceType() - Method in class org.drools.workbench.screens.scenariosimulation.client.handlers.NewScenarioSimulationHandler
-
- getRightPanelMenuItem() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.RightPanelMenuItemProducer
-
- getRightPanelMenuItem() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.ScenarioSimulationProducer
-
- getRootPanel() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenu
-
- getRowIndex() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DeleteRowEvent
-
- getRowIndex() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.DuplicateRowEvent
-
- getRowIndex() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.InsertRowEvent
-
- getRunScenarioMenuItem() - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationView
-
- getRunScenarioMenuItem() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationViewImpl
-
- getScenarioGrid() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGridLayer
-
- getScenarioGrid() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGridPanel
-
- getScenarioGridColumn(String, String, String, ScenarioGridPanel, ScenarioGridLayer) - Static method in class org.drools.workbench.screens.scenariosimulation.client.utils.ScenarioSimulationUtils
-
- getScenarioGridColumn(String, String, ScenarioGridPanel, ScenarioGridLayer) - Static method in class org.drools.workbench.screens.scenariosimulation.client.utils.ScenarioSimulationUtils
-
- getScenarioGridLayer() - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationView
-
- getScenarioGridLayer() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationViewImpl
-
- getScenarioGridLayer() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGridPanel
-
- getScenarioGridPanel() - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationView
-
- getScenarioGridPanel() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationViewImpl
-
- getScenarioGridPanel() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.ScenarioGridPanelProducer
-
- getScenarioGridPanel() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGridLayer
-
- getScenarioSimulationGridPanelClickHandler() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.ScenarioSimulationGridPanelClickHandlerProducer
-
- getScenarioSimulationView() - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.ScenarioSimulationProducer
-
- getScenarioSimulationView(EventBus) - Method in class org.drools.workbench.screens.scenariosimulation.client.producers.ScenarioSimulationViewProducer
-
- getSelector() - Method in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- getSetButtonTextFalse() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- getSetButtonTextTrue() - Method in class org.drools.workbench.screens.scenariosimulation.client.widgets.RightPanelMenuItem
-
- getSimpleProperties() - Method in class org.drools.workbench.screens.scenariosimulation.client.models.FactModelTree
-
- getSimulation() - Method in class org.drools.workbench.screens.scenariosimulation.client.models.ScenarioGridModel
-
- getTitle() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- getTitle() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenterActivity
-
- getTitle() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenter
-
- getTitle() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenterActivity
-
- getTitleDecoration() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenterActivity
-
- getTitleText() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- getUiHeaderRowIndex(GridWidget, GridColumn<?>, double) - Static method in class org.drools.workbench.screens.scenariosimulation.client.utils.ScenarioSimulationGridHeaderUtilities
-
Gets the header row index corresponding to the provided Canvas y-coordinate relative to the grid.
- getValue() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.SetColumnValueEvent
-
- getValueClassName() - Method in class org.drools.workbench.screens.scenariosimulation.client.events.SetColumnValueEvent
-
- getView() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenu
-
- getView() - Method in interface org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenuView.BaseMenuPresenter
-
- getView() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- getWidget() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenter
-
- getWidget() - Method in class org.drools.workbench.screens.scenariosimulation.client.editor.ScenarioSimulationEditorPresenterActivity
-
- getWidget() - Method in class org.drools.workbench.screens.scenariosimulation.client.rightpanel.RightPanelPresenterActivity
-
- given() - Method in interface org.drools.workbench.screens.scenariosimulation.client.resources.i18n.ScenarioSimulationEditorConstants
-
- GivenContextMenu - Class in org.drools.workbench.screens.scenariosimulation.client.editor.menu
-
The contextual menu of a specific
GIVEN column
It differ from
HeaderGivenContextMenu because it manage column (insert/remove) in different way
- GivenContextMenu() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.editor.menu.GivenContextMenu
-
- GRID_STROKE_COLOUR - Static variable in class org.drools.workbench.screens.scenariosimulation.client.renderers.BaseExpressionGridTheme
-
- GridContextMenu - Class in org.drools.workbench.screens.scenariosimulation.client.editor.menu
-
The contextual menu of a a ROW cell whose GROUP does allow column modification (insert/delete).
- GridContextMenu() - Constructor for class org.drools.workbench.screens.scenariosimulation.client.editor.menu.GridContextMenu
-