All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractColumnMenuPresenter |
|
| AbstractDataManagementStrategy |
Abstract class to provide common methods to be used by actual implementations.
|
| AbstractDataManagementStrategy.ResultHolder |
|
| AbstractDMNDataManagementStrategy |
|
| AbstractDMODataManagementStrategy |
|
| AbstractHeaderGroupMenuPresenter |
|
| AbstractHeaderMenuPresenter |
This is the first ScenarioSimulation specific abstract class - i.e. it is bound to a specific use case.
|
| AbstractInsertColumnCommand |
|
| AbstractPopoverView |
|
| AbstractScenarioConfirmationPopup |
|
| AbstractScenarioConfirmationPopup.Presenter |
|
| AbstractScenarioConfirmationPopupView |
|
| AbstractScenarioGridCommand |
|
| AbstractScenarioPopup |
|
| AbstractScenarioPopup.Presenter |
|
| AbstractScenarioPopupView |
|
| AbstractScenarioSimulationCommand |
Abstract Command class to provide common methods used by actual implementations
|
| AbstractScenarioSimulationDocksHandler |
Abstract Handler used to register docks in ScenarioSimulation.
|
| AbstractScenarioSimulationGridPanelHandler |
|
| AbstractScenarioSimulationProducer |
|
| AbstractScenarioSimulationUndoableCommand<S> |
This abstract class defines a family of Commands which can be undo-able and redo-able.
|
| AbstractScesimGridModel<T extends org.drools.scenariosimulation.api.model.AbstractScesimModel<E>,E extends org.drools.scenariosimulation.api.model.AbstractScesimData> |
Abstract BaseGridData to be extended by actual implementations (Simulation and Background)
|
| AbstractSelectedColumnCommand |
Abstract Command class which assures that a ScenarioColumn is selected.
|
| AbstractSubDockPresenter<T extends SubDockView> |
|
| AbstractTextBoxSingletonDOMElementFactory<T extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,org.gwtbootstrap3.client.ui.TextArea>> |
|
| AppendColumnCommand |
Command to append (i.e. put in the last position) a column to a given group
|
| AppendColumnEvent |
GwtEvent to append (i.e. put in the last position) a column to a given group
|
| AppendColumnEventHandler |
|
| AppendRowCommand |
Command to append (i.e. put in the last position) a row
|
| AppendRowEvent |
GwtEvent to append (i.e. put in the last position) a row
|
| AppendRowEventHandler |
|
| BackgroundGridModel |
|
| BaseExpressionGridRenderer |
|
| BaseExpressionGridTheme |
|
| BaseMenu |
Base Menu implementation for MenuItems.
|
| BaseMenuView<M extends BaseMenu> |
Basic interface for any menu dynamically generated.
|
| BaseMenuView.BaseMenuPresenter |
|
| BaseMenuViewImpl<M extends BaseMenu> |
|
| CheatSheetPresenter |
|
| CheatSheetPresenterActivity |
|
| CheatSheetView |
|
| CheatSheetView.Presenter |
|
| CheatSheetViewImpl |
|
| CloseCompositeEvent |
GwtEvent to close a Composite
|
| CloseCompositeEventHandler |
|
| CollectionEditorDOMElement |
|
| CollectionEditorSingletonDOMElementFactory |
|
| CollectionEditorUtils |
|
| CollectionPresenter |
|
| CollectionView |
Interface defining the contract for actual implementations
|
| CollectionView.Presenter |
|
| CollectionViewImpl |
This class is used as Collection editor
|
| CommonEditHandler |
This class is meant to provide common implementations for editing cell to be used by click handler and keyboard handler
|
| ConfirmPopup |
|
| ConfirmPopup.Presenter |
|
| ConfirmPopupPresenter |
|
| ConfirmPopupView |
|
| ConstantHolder |
Class used to store constants used throughout the code
|
| CustomBusyPopup |
|
| DataManagementStrategy |
The Strategy to use to manage/modify/save data inside the editor.
|
| DeleteColumnCommand |
Command to delete a column.
|
| DeleteColumnEvent |
GwtEvent to delete a column
|
| DeleteColumnEventHandler |
|
| DeletePopup |
|
| DeletePopup.Presenter |
|
| DeletePopupPresenter |
|
| DeletePopupView |
|
| DeleteRowCommand |
Command to delete a row.
|
| DeleteRowEvent |
GwtEvent to delete a row
|
| DeleteRowEventHandler |
|
| DisableTestToolsCommand |
Command to disable the TestToolsView
|
| DisableTestToolsEvent |
GwtEvent to disable the TestToolsView
|
| DisableTestToolsEventHandler |
|
| DuplicateInstanceCommand |
Command to duplicate an instance
|
| DuplicateInstanceEvent |
GwtEvent to duplicate an instance.
|
| DuplicateInstanceEventHandler |
|
| DuplicateRowCommand |
Command to duplicate a row.
|
| DuplicateRowEvent |
GwtEvent to duplicate a row
|
| DuplicateRowEventHandler |
|
| EditingBox<T extends EditingBox.Presenter> |
|
| EditingBox.Presenter |
|
| EditingBoxImpl<T extends EditingBox.Presenter> |
|
| EditingBoxPresenter |
|
| ElementPresenter<E extends ElementView> |
|
| ElementView<T extends ElementView.Presenter> |
|
| ElementView.Presenter<E extends ElementView> |
|
| ElementViewImpl<T extends ElementView.Presenter> |
This class is used to show a single item of a collection
|
| EnableTestToolsCommand |
Command to enable the TestToolsView
|
| EnableTestToolsEvent |
GwtEvent to enable the TestToolsView
|
| EnableTestToolsEventHandler |
|
| ErrorReportPopover |
|
| ErrorReportPopover.Presenter |
|
| ErrorReportPopoverPresenter |
|
| ErrorReportPopoverView |
|
| EventBusProducer |
@Dependent Producer for a given EventBus
|
| ExecutableMenuItemPresenter |
|
| ExecutableMenuItemView |
|
| ExecutableMenuItemView.Presenter |
|
| ExecutableMenuItemViewImpl |
|
| ExpectedContextMenu |
The contextual menu of a specific EXPECT column
It differ from HeaderExpectedContextMenu because it manage column (insert/remove) in different way
|
| ExpressionUtils |
This utils class holds all shared functions used by Expression handling, where expressions are
used defined expression code put on GIVEN/EXPECTED data cells
|
| FieldItemPresenter |
|
| FieldItemView |
|
| FieldItemView.Presenter |
|
| FieldItemViewImpl |
This class is used to represent a simple (i.e. not expandable) property, like for example java primitives
|
| FileUploadPopup |
|
| FileUploadPopup.Presenter |
|
| FileUploadPopupPresenter |
|
| FileUploadPopupView |
|
| GivenContextMenu |
The contextual menu of a specific GIVEN column
It differ from HeaderGivenContextMenu because it manage column (insert/remove) in different way
|
| GridContextMenu |
The contextual menu of a ROW cell whose GROUP does allow column modification (insert/delete).
|
| GridWidget |
|
| HasCloseCompositeHandler |
|
| HasSaveEditorHandler |
|
| HeaderExpectedContextMenu |
The contextual menu of the top level EXPECT group.
|
| HeaderGivenContextMenu |
The contextual menu of the top level GIVEN group.
|
| HeaderMenuPresenter |
This is the first ScenaraioSimulation specific interface - i.e. it is bound to a specific use case.
|
| ImportCommand |
|
| ImportEvent |
GwtEvent to execute import from file
|
| ImportEventHandler |
|
| InsertColumnCommand |
Command to insert a column.
|
| InsertColumnEvent |
GwtEvent to insert a column.
|
| InsertColumnEventHandler |
|
| InsertRowCommand |
|
| InsertRowEvent |
GwtEvent to append (i.e. put in the last position) a row
|
| InsertRowEventHandler |
|
| ItemEditingBox |
|
| ItemEditingBox.Presenter |
|
| ItemEditingBoxImpl |
|
| ItemEditingBoxPresenter |
|
| ItemElementPresenter |
|
| ItemElementView |
|
| ItemElementView.Presenter |
|
| ItemElementViewImpl |
This class is used to show a single item of a list
|
| KeyValueEditingBox |
|
| KeyValueEditingBox.Presenter |
|
| KeyValueEditingBoxImpl |
|
| KeyValueEditingBoxPresenter |
|
| KeyValueElementPresenter |
|
| KeyValueElementView |
|
| KeyValueElementView.Presenter |
|
| KeyValueElementViewImpl |
This class is used to show a key/value item of a map
|
| ListGroupItemPresenter |
|
| ListGroupItemView |
|
| ListGroupItemView.Presenter |
|
| ListGroupItemViewImpl |
This class is used to represent a complex (i.e. expandable) property, i.e. a class containing other properties
|
| MenuItemPresenter |
|
| MenuItemView |
|
| MenuItemView.Presenter |
|
| MenuItemViewImpl |
|
| NewScenarioSimulationHandler |
Handler for the creation of new Scenario Simulation
|
| OtherContextMenu |
The contextual menu of the OTHER group (both top level and specific column).
|
| PopoverView |
|
| PopoverView.Position |
|
| PrependColumnCommand |
Command to prepend (i.e. put in the first position) a column to a given group
|
| PrependColumnEvent |
GwtEvent to prepend (i.e. put in the first position) a column to a given group
|
| PrependColumnEventHandler |
|
| PrependRowCommand |
Command to prepend (i.e. put in the first position) a row
|
| PrependRowEvent |
GwtEvent to prepend (i.e. put in the first position) a row
|
| PrependRowEventHandler |
|
| PreserveDeletePopup |
|
| PreserveDeletePopup.Presenter |
|
| PreserveDeletePopupPresenter |
|
| PreserveDeletePopupView |
|
| PropertyPresenter |
|
| PropertyView |
|
| PropertyView.Presenter |
|
| PropertyViewImpl |
This class is used to show a single property inside an ItemElementView
|
| RedoEvent |
GwtEvent to redo last command
|
| RedoEventHandler |
|
| ReloadTestToolsCommand |
Command to reload the TestToolsView, eventually showing it (if required by original event)
|
| ReloadTestToolsEvent |
GwtEvent to reload the TestToolsView
|
| ReloadTestToolsEventHandler |
|
| RunSingleScenarioCommand |
Command to run a single Scenario
|
| RunSingleScenarioEvent |
GwtEvent to run a scenario
|
| RunSingleScenarioEventHandler |
|
| SaveEditorEvent |
GwtEvent to save the current status of a CollectionEditorDOMElement to grid
|
| SaveEditorEventHandler |
|
| ScenarioCellTextAreaDOMElement |
|
| ScenarioCellTextAreaSingletonDOMElementFactory |
|
| ScenarioCommandManager |
This class is used to actually invoke Command' methods on given command (allow, execute, undo)
|
| ScenarioCommandRegistryManager |
This class is used to store Queuees of executed/undone Commands
|
| ScenarioConfirmationPopup |
|
| ScenarioConfirmationPopup.Presenter |
|
| ScenarioConfirmationPopupPresenter |
|
| ScenarioConfirmationPopupView |
|
| ScenarioContextMenuRegistry |
|
| ScenarioExpressionCellTextAreaSingletonDOMElementFactory |
|
| ScenarioGrid |
|
| ScenarioGridCell |
|
| ScenarioGridCellValue |
|
| ScenarioGridColumn |
|
| ScenarioGridColumnRenderer |
|
| ScenarioGridLayer |
ScenarioSimulation implementation of DefaultGridLayer.
|
| ScenarioGridModel |
|
| ScenarioGridPanel |
ScenarioGridPanel implementation of GridLienzoPanel.
|
| ScenarioGridPanelProducer |
|
| ScenarioGridReloadEvent |
GwtEvent to reload a grid
|
| ScenarioGridReloadEventHandler |
|
| ScenarioGridRenderer |
|
| ScenarioGridRendererTheme |
|
| ScenarioGridRow |
|
| ScenarioGridWidget |
|
| ScenarioHeaderMetaData |
|
| ScenarioHeaderMetaData.MetadataType |
|
| ScenarioHeaderTextAreaDOMElement |
|
| ScenarioHeaderTextBoxSingletonDOMElementFactory |
|
| ScenarioInputEvent |
|
| ScenarioInputHandler |
|
| ScenarioInvokeContextMenuForSelectedCell |
|
| ScenarioMenuItem |
|
| ScenarioMenuItemFactory |
|
| ScenarioNotificationEvent |
GwtEvent to show a notification
|
| ScenarioNotificationEventHandler |
|
| ScenarioSimulationAssetsDropdownProvider |
Using this to specialize injected instance
|
| ScenarioSimulationBuilders |
|
| ScenarioSimulationBuilders.HeaderBuilder |
Builder for List<GridColumn.HeaderMetaData>.
|
| ScenarioSimulationBuilders.ScenarioGridColumnBuilder |
Builder for ScenarioGridColumn.
|
| ScenarioSimulationContext |
This class represent the Context inside which the commands will be executed
|
| ScenarioSimulationDropdown |
|
| ScenarioSimulationDropdownView |
|
| ScenarioSimulationEditorConstants |
ScenarioSimulationEditor I18N constants
|
| ScenarioSimulationEditorEntryPoint |
|
| ScenarioSimulationEditorI18nServerManager |
|
| ScenarioSimulationEditorImageResources |
|
| ScenarioSimulationEditorPresenter |
|
| ScenarioSimulationEditorResources |
|
| ScenarioSimulationEditorStylesCss |
|
| ScenarioSimulationEditorWrapper |
|
| ScenarioSimulationEventHandler |
This class is meant to be a centralized listener for events fired up by UI, responding to them issuing specific Commands.
|
| ScenarioSimulationGridHeaderUtilities |
|
| ScenarioSimulationGridPanelClickHandler |
|
| ScenarioSimulationGridPanelMouseMoveHandler |
|
| ScenarioSimulationGridWidgetMouseEventHandler |
|
| ScenarioSimulationHasBusyIndicatorDefaultErrorCallback |
|
| ScenarioSimulationKeyboardEditHandler |
|
| ScenarioSimulationMainGridPanelClickHandler |
|
| ScenarioSimulationMainGridPanelMouseMoveHandler |
This class is meant to provide common implementations for on hover behavior to be used by both mouse keyboard handler
|
| ScenarioSimulationResourceType |
|
| ScenarioSimulationUtils |
|
| ScenarioSimulationView |
|
| ScenarioSimulationViewImpl |
Implementation of the main tab view for the ScenarioSimulation editor.
|
| ScenarioSimulationViolation |
Class holding a meaningful message describing the violation happened
|
| SetGridCellValueCommand |
Command to set the value of a grid' cell
|
| SetGridCellValueEvent |
GwtEvent to set the GridCellValue at a given rox/column position
|
| SetGridCellValueEventHandler |
|
| SetHeaderCellValueCommand |
Command to to set the value of a header' cell
|
| SetHeaderCellValueEvent |
GwtEvent to set the GridCellValue at a given rox/column position
|
| SetHeaderCellValueEventHandler |
|
| SetInstanceHeaderCommand |
Command to set the instance level header for a given column
|
| SetInstanceHeaderEvent |
GwtEvent to set the instance level header for a given column
|
| SetInstanceHeaderEventHandler |
|
| SetPropertyHeaderCommand |
Command to to set the property level header for a given column
|
| SetPropertyHeaderEvent |
GwtEvent to set the property level header for a given column
|
| SetPropertyHeaderEventHandler |
|
| SettingsPresenter |
|
| SettingsPresenterActivity |
|
| SettingsScenarioSimulationDropdown |
|
| SettingsScenarioSimulationDropdownView |
|
| SettingsView |
|
| SettingsView.Presenter |
|
| SettingsViewImpl |
|
| SimpleClassEntry |
|
| SourceTypeSelector |
|
| SubDockView<T extends SubDockView.Presenter> |
|
| SubDockView.Presenter |
|
| TestToolsPresenter |
|
| TestToolsPresenterActivity |
|
| TestToolsPresenterData |
|
| TestToolsView |
|
| TestToolsView.Presenter |
|
| TestToolsViewImpl |
|
| TetraFunction<T,U,S,E,R> |
Represents a function that accepts two arguments and produces a result.
|
| TitledAttachmentFileWidget |
|
| TriFunction<T,U,S,R> |
Represents a function that accepts two arguments and produces a result.
|
| UndoEvent |
GwtEvent to undo last command
|
| UndoEventHandler |
|
| UnsupportedDMNEvent |
GwtEvent to show a notification
|
| UnsupportedDMNEventHandler |
|
| UpdateSettingsDataCommand |
Command which manages every changes applied to the SettingsDock.
|
| UpdateSettingsDataEvent |
|
| UpdateSettingsDataEventHandler |
|
| ValidateSimulationEvent |
GwtEvent to validate a Simulation
|
| ValidateSimulationEventHandler |
|
| ViewsProvider |
Class used as Provider for Views that has to be dynamically created
|
| YesNoConfirmPopup |
|
| YesNoConfirmPopup.Presenter |
|
| YesNoConfirmPopupPresenter |
|
| YesNoConfirmPopupView |
|