Interface AssignedEntitiesExplorer
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
AssignedEntitiesExplorerView
public interface AssignedEntitiesExplorer extends com.google.gwt.user.client.ui.IsWidgetAn explorer view contract for showing the assigned users, groups or roles for a given entity.
- Since:
- 0.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssignedEntitiesExplorerclear()Clears the view..AssignedEntitiesExplorerconfigure(String header, EntitiesList.View entitiesList)Configure the view header and text when no assigned entities are added.
-
-
-
Method Detail
-
configure
AssignedEntitiesExplorer configure(String header, EntitiesList.View entitiesList)
Configure the view header and text when no assigned entities are added.- Parameters:
header- The header text.entitiesList- The entities list view instance.- Returns:
- The view implementation.
-
clear
AssignedEntitiesExplorer clear()
Clears the view..- Returns:
- The view instance.
-
-