public static interface EntitiesExplorerView.ViewCallback
Callback methods for view's user actions.
Modifier and Type | Method and Description |
---|---|
void |
onCreate()
User requests a new item creation.
|
void |
onRefresh()
User requests a refresh.
|
void |
onSearch(String pattern)
Search entities.
|
void onSearch(String pattern)
Search entities.
pattern
- The search pattern.void onRefresh()
User requests a refresh.
void onCreate()
User requests a new item creation.
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.