public static interface DataModelerScreenPresenter.DataModelerScreenView extends KieEditorView
| Modifier and Type | Method and Description |
|---|---|
void |
redraw() |
void |
refreshTypeLists(boolean keepCurrentSelection) |
void |
setContext(DataModelerContext context) |
void |
setDomainContainerTitle(String title,
String tooltip) |
void |
showParseErrorsDialog(String title,
String message,
org.uberfire.mvp.Command onCloseCommand) |
void |
showYesNoCancelPopup(String title,
String message,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand) |
void |
showYesNoCancelPopup(String title,
String message,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType) |
refreshTitlealertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSavingvoid setContext(DataModelerContext context)
void refreshTypeLists(boolean keepCurrentSelection)
void showYesNoCancelPopup(String title, String message, org.uberfire.mvp.Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, org.uberfire.mvp.Command noCommand, String noButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType)
void showYesNoCancelPopup(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)
void showParseErrorsDialog(String title, String message, org.uberfire.mvp.Command onCloseCommand)
void redraw()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.