public static interface ErrorReportPopover.Presenter
Modifier and Type | Method and Description |
---|---|
void |
hide()
Makes this popover container(and the main content along with it) invisible.
|
boolean |
isShown()
Returns the status of the popver (open or closed)
|
void |
show(String errorTitleText,
String errorContentText,
String keepText,
int mx,
int my,
PopoverView.Position position)
Makes the
ErrorReportPopover visible with Keep button only. |
void |
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 show(String errorTitleText, String errorContentText, String keepText, String applyText, org.uberfire.mvp.Command applyCommand, int mx, int my, PopoverView.Position position)
ErrorReportPopover
visible with Keep/Apply buttons.errorTitleText
- errorContentText
- keepText
- applyText
- applyCommand
- mx
- x position of the replacemy
- y position of the popoverposition
- position where the popover is put (LEFT or RIGHT)void show(String errorTitleText, String errorContentText, String keepText, int mx, int my, PopoverView.Position position)
ErrorReportPopover
visible with Keep button only.errorTitleText
- errorContentText
- keepText
- mx
- x position of the replacemy
- y position of the popoverposition
- position where the popover is put (LEFT or RIGHT)void hide()
boolean isShown()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.