Package | Description |
---|---|
org.drools.workbench.screens.scenariosimulation.client.popover |
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.show(Optional<String> editorTitle,
int mx,
int my,
PopoverView.Position position) |
void |
AbstractPopoverView.show(Optional<String> editorTitle,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopoverView.show(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopoverPresenter.show(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopover.show(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position)
Makes the
ErrorReportPopover visible with keep button only. |
void |
ErrorReportPopover.Presenter.show(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position)
Makes the
ErrorReportPopover visible with Keep button only. |
void |
ErrorReportPopoverView.show(String errorTitleText,
String errorContentText,
String keepText,
String applyText,
org.uberfire.mvp.Command applyCommand,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopoverPresenter.show(String errorTitleText,
String errorContentText,
String keepText,
String applyText,
org.uberfire.mvp.Command applyCommand,
int mx,
int my,
PopoverView.Position position) |
void |
ErrorReportPopover.show(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.show(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. |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.