@ApplicationScoped public class DMNGridSubIndex extends Object implements DMNSubIndex
Constructor and Description |
---|
DMNGridSubIndex(DMNGridHelper dmnGridHelper) |
Modifier and Type | Method and Description |
---|---|
List<DMNSearchableElement> |
getSearchableElements() |
void |
onNoResultsFound()
The
DMNEditorSearchIndex executes this method when the search result is empty,
and this sub-index is active. |
void |
onSearchClosed() |
@Inject public DMNGridSubIndex(DMNGridHelper dmnGridHelper)
public List<DMNSearchableElement> getSearchableElements()
getSearchableElements
in interface HasSearchableElements<DMNSearchableElement>
public void onSearchClosed()
onSearchClosed
in interface DMNSubIndex
public void onNoResultsFound()
DMNSubIndex
DMNEditorSearchIndex
executes this method when the search result is empty,
and this sub-index is active.onNoResultsFound
in interface DMNSubIndex
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.