Interface ServiceTaskUploadFormView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ServiceTaskUploadFormView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<ServiceTaskUploadFormView.Presenter>
- All Known Implementing Classes:
ServiceTaskUploadFormViewImpl
public interface ServiceTaskUploadFormView extends org.uberfire.client.mvp.UberView<ServiceTaskUploadFormView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceTaskUploadFormView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileName()StringgetSkippedMessage(String serviceTaskNames)StringgetSuccessInstallMessage()voidhide()voidhideUploadingBusy()voidshow()voidshowInvalidJarNoPomWarning()voidshowInvalidPomWarning()voidshowSelectFileUploadWarning()voidshowUnsupportedFileTypeWarning()voidshowUploadFailedError()voidshowUploadingBusy()
-
-
-
Method Detail
-
getFileName
String getFileName()
-
showSelectFileUploadWarning
void showSelectFileUploadWarning()
-
showUnsupportedFileTypeWarning
void showUnsupportedFileTypeWarning()
-
showInvalidJarNoPomWarning
void showInvalidJarNoPomWarning()
-
showInvalidPomWarning
void showInvalidPomWarning()
-
showUploadFailedError
void showUploadFailedError()
-
showUploadingBusy
void showUploadingBusy()
-
hideUploadingBusy
void hideUploadingBusy()
-
getSuccessInstallMessage
String getSuccessInstallMessage()
-
show
void show()
-
hide
void hide()
-
-