Class DMNGridSubIndex
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.search.DMNGridSubIndex
-
- All Implemented Interfaces:
DMNSubIndex,org.kie.workbench.common.widgets.client.search.common.HasSearchableElements<DMNSearchableElement>
@ApplicationScoped public class DMNGridSubIndex extends Object implements DMNSubIndex
-
-
Constructor Summary
Constructors Constructor Description DMNGridSubIndex(DMNGridHelper dmnGridHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DMNSearchableElement>getSearchableElements()voidonNoResultsFound()TheDMNEditorSearchIndexexecutes this method when the search result is empty, and this sub-index is active.voidonSearchClosed()
-
-
-
Constructor Detail
-
DMNGridSubIndex
@Inject public DMNGridSubIndex(DMNGridHelper dmnGridHelper)
-
-
Method Detail
-
getSearchableElements
public List<DMNSearchableElement> getSearchableElements()
- Specified by:
getSearchableElementsin interfaceorg.kie.workbench.common.widgets.client.search.common.HasSearchableElements<DMNSearchableElement>
-
onSearchClosed
public void onSearchClosed()
- Specified by:
onSearchClosedin interfaceDMNSubIndex
-
onNoResultsFound
public void onNoResultsFound()
Description copied from interface:DMNSubIndexTheDMNEditorSearchIndexexecutes this method when the search result is empty, and this sub-index is active.- Specified by:
onNoResultsFoundin interfaceDMNSubIndex
-
-