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 |
showUsagesPopupForDeletion(String message,
List<org.uberfire.backend.vfs.Path> paths,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
void |
showUsagesPopupForRenaming(String message,
List<org.uberfire.backend.vfs.Path> paths,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
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 showUsagesPopupForDeletion(String message, List<org.uberfire.backend.vfs.Path> paths, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command cancelCommand)
void showUsagesPopupForRenaming(String message, List<org.uberfire.backend.vfs.Path> paths, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command cancelCommand)
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–2016 JBoss by Red Hat. All rights reserved.