Interface UserGroupsExplorer.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<UserGroupsExplorer>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<UserGroupsExplorer>
- All Known Implementing Classes:
UserGroupsExplorerView
- Enclosing class:
- UserGroupsExplorer
public static interface UserGroupsExplorer.View extends org.uberfire.client.mvp.UberView<UserGroupsExplorer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserGroupsExplorer.Viewclear()Clears the view..UserGroupsExplorer.Viewconfigure(EntitiesList.View entitiesList)Configure the view with the list view instance.
-
-
-
Method Detail
-
configure
UserGroupsExplorer.View configure(EntitiesList.View entitiesList)
Configure the view with the list view instance.- Parameters:
entitiesList- The entities list view instance.- Returns:
- The view implementation.
-
clear
UserGroupsExplorer.View clear()
Clears the view..- Returns:
- The view instance.
-
-