Interface DataModelerScreenPresenter.DataModelerScreenView
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,com.google.gwt.user.client.ui.IsWidget,org.kie.workbench.common.widgets.metadata.client.KieEditorView
- All Known Implementing Classes:
DataModelerScreenViewImpl
- Enclosing class:
- DataModelerScreenPresenter
public static interface DataModelerScreenPresenter.DataModelerScreenView extends org.kie.workbench.common.widgets.metadata.client.KieEditorView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidredraw()voidrefreshTypeLists(boolean keepCurrentSelection)voidsetContext(DataModelerContext context)voidsetDomainContainerTitle(String title, String tooltip)voidshowParseErrorsDialog(String title, String message, org.uberfire.mvp.Command onCloseCommand)voidshowYesNoCancelPopup(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)voidshowYesNoCancelPopup(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
-
-
-
Method Detail
-
setContext
void setContext(DataModelerContext context)
-
refreshTypeLists
void refreshTypeLists(boolean keepCurrentSelection)
-
showYesNoCancelPopup
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)
-
showYesNoCancelPopup
void showYesNoCancelPopup(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)
-
showParseErrorsDialog
void showParseErrorsDialog(String title, String message, org.uberfire.mvp.Command onCloseCommand)
-
redraw
void redraw()
-
-