public interface EntitiesExplorerView
extends com.google.gwt.user.client.ui.IsWidget
Entities explorer view methods signatures.
Modifier and Type | Interface and Description |
---|---|
static interface |
EntitiesExplorerView.ViewCallback
Callback methods for view's user actions.
|
static interface |
EntitiesExplorerView.ViewContext
The context for the entities explorer view.
|
Modifier and Type | Method and Description |
---|---|
EntitiesExplorerView |
clear()
Clears the view.
|
EntitiesExplorerView |
clearSearch()
Clears the current search.
|
EntitiesExplorerView |
configure(String entityType,
EntitiesList.View entitiesListView)
Configures the explorer's list widget.
|
EntitiesExplorerView |
show(EntitiesExplorerView.ViewContext context,
EntitiesExplorerView.ViewCallback callback)
Shows the list.
|
EntitiesExplorerView |
showMessage(org.gwtbootstrap3.client.ui.constants.LabelType labelType,
String message)
Shows a meesage in the entities explorer view.
|
EntitiesExplorerView configure(String entityType, EntitiesList.View entitiesListView)
Configures the explorer's list widget.
entityType
- A string that represents the current exploring type for the entities (eg: user, group). Used in buttons and texts in the explorer.entitiesListView
- The view for entities list widget.EntitiesExplorerView show(EntitiesExplorerView.ViewContext context, EntitiesExplorerView.ViewCallback callback)
Shows the list.
context
- The view context.callback
- The view callback methods.EntitiesExplorerView showMessage(org.gwtbootstrap3.client.ui.constants.LabelType labelType, String message)
Shows a meesage in the entities explorer view. No entities will be displayed, just the message.
labelType
- The type of the label for the message.message
- The message.EntitiesExplorerView clearSearch()
Clears the current search.
EntitiesExplorerView clear()
Clears the view.
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.