Package | Description |
---|---|
org.drools.workbench.screens.scenariosimulation.client.handlers | |
org.drools.workbench.screens.scenariosimulation.client.popover |
Modifier and Type | Method and Description |
---|---|
protected void |
ScenarioSimulationMainGridPanelMouseMoveHandler.setupPopupPresenter(org.drools.scenariosimulation.api.model.FactMappingValue toManage,
int uiRowIndex,
int uiColumnIndex,
int xPosition,
int yPosition,
PopoverView.Position position) |
Modifier and Type | Method and Description |
---|---|
static PopoverView.Position |
PopoverView.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.
|
Modifier and Type | Method and Description |
---|---|
void |
PopoverView.setup(Optional<String> editorTitle,
int mx,
int my,
PopoverView.Position position)
Method to set/update status of the elements before actually showing the view.
|
void |
AbstractPopoverView.setup(Optional<String> editorTitle,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopoverView.setup(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopoverPresenter.setup(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopover.setup(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position)
Makes the
ErrorReportPopover visible with keep button only. |
void |
ErrorReportPopover.Presenter.setup(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position)
Method to set/update status of the
ErrorReportPopover before actually showing the view. |
void |
ErrorReportPopoverView.setup(String errorTitleText,
String errorContentText,
String keepText,
String applyText,
org.uberfire.mvp.Command applyCommand,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopoverPresenter.setup(String errorTitleText,
String errorContentText,
String keepText,
String applyText,
org.uberfire.mvp.Command applyCommand,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopover.setup(String errorTitleText,
String errorContentText,
String keepText,
String applyText,
org.uberfire.mvp.Command applyCommand,
int mx,
int my,
PopoverView.Position position)
Makes the
ErrorReportPopover visible with Keep/Apply buttons. |
void |
ErrorReportPopover.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 the
ErrorReportPopover before actually showing the view. |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.