Interface DMNSubIndex
-
- All Superinterfaces:
org.kie.workbench.common.widgets.client.search.common.HasSearchableElements<DMNSearchableElement>
- All Known Implementing Classes:
DMNDataTypesSubIndex,DMNGraphSubIndex,DMNGridSubIndex
public interface DMNSubIndex extends org.kie.workbench.common.widgets.client.search.common.HasSearchableElements<DMNSearchableElement>
DMNSubIndexis a repository of DMN searchable elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidonNoResultsFound()TheDMNEditorSearchIndexexecutes this method when the search result is empty, and this sub-index is active.default voidonSearchClosed()
-
-
-
Method Detail
-
onNoResultsFound
void onNoResultsFound()
TheDMNEditorSearchIndexexecutes this method when the search result is empty, and this sub-index is active.
-
onSearchClosed
default void onSearchClosed()
-
-