Interface TaskAdminSettingsPresenter.TaskAdminSettingsView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<TaskAdminSettingsPresenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<TaskAdminSettingsPresenter>
- All Known Implementing Classes:
TaskAdminSettingsViewImpl
- Enclosing class:
- TaskAdminSettingsPresenter
public static interface TaskAdminSettingsPresenter.TaskAdminSettingsView extends org.uberfire.client.mvp.UberView<TaskAdminSettingsPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplayNotification(String text)org.gwtbootstrap3.client.ui.ButtongetGenerateMockTasksButton()org.gwtbootstrap3.client.ui.TextBoxgetUserNameText()
-
-
-
Method Detail
-
displayNotification
void displayNotification(String text)
-
getUserNameText
org.gwtbootstrap3.client.ui.TextBox getUserNameText()
-
getGenerateMockTasksButton
org.gwtbootstrap3.client.ui.Button getGenerateMockTasksButton()
-
-