Interface WorkbenchConfigurationPresenter.WorkbenchConfigurationView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<WorkbenchConfigurationPresenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<WorkbenchConfigurationPresenter>
- All Known Implementing Classes:
WorkbenchConfigurationViewImpl
- Enclosing class:
- WorkbenchConfigurationPresenter
public static interface WorkbenchConfigurationPresenter.WorkbenchConfigurationView extends org.uberfire.client.mvp.UberView<WorkbenchConfigurationPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhide()voidsetActiveHandler(WorkbenchConfigurationHandler activeHandler)voidsetTitle(String title)voidshow()
-
-
-
Method Detail
-
show
void show()
-
hide
void hide()
-
setActiveHandler
void setActiveHandler(WorkbenchConfigurationHandler activeHandler)
-
setTitle
void setTitle(String title)
-
-