Package org.guvnor.m2repo.client.upload
Interface UploadFormView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<UploadFormView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<UploadFormView.Presenter>
- All Known Implementing Classes:
UploadFormViewImpl
public interface UploadFormView extends org.uberfire.client.mvp.UberView<UploadFormView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUploadFormView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.web.bindery.event.shared.HandlerRegistrationaddHideHandler(org.gwtbootstrap3.client.shared.event.ModalHideHandler modalHideHandler)StringgetFileName()voidhide()voidhideGAVInputs()voidhideUploadingBusy()voidshow()voidshowGAVInputs()voidshowInvalidJarNoPomWarning()voidshowInvalidPomWarning()voidshowSelectFileUploadWarning()voidshowUnsupportedFileTypeWarning()voidshowUploadedSuccessfullyMessage()voidshowUploadFailedError(String message)voidshowUploadingBusy()
-
-
-
Method Detail
-
getFileName
String getFileName()
-
showSelectFileUploadWarning
void showSelectFileUploadWarning()
-
showUnsupportedFileTypeWarning
void showUnsupportedFileTypeWarning()
-
showUploadedSuccessfullyMessage
void showUploadedSuccessfullyMessage()
-
showInvalidJarNoPomWarning
void showInvalidJarNoPomWarning()
-
showInvalidPomWarning
void showInvalidPomWarning()
-
showUploadFailedError
void showUploadFailedError(String message)
-
showGAVInputs
void showGAVInputs()
-
hideGAVInputs
void hideGAVInputs()
-
showUploadingBusy
void showUploadingBusy()
-
hideUploadingBusy
void hideUploadingBusy()
-
show
void show()
-
hide
void hide()
-
addHideHandler
com.google.web.bindery.event.shared.HandlerRegistration addHideHandler(org.gwtbootstrap3.client.shared.event.ModalHideHandler modalHideHandler)
-
-