Class DMNDataTypesSubIndex
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.search.DMNDataTypesSubIndex
-
- All Implemented Interfaces:
DMNSubIndex,org.kie.workbench.common.widgets.client.search.common.HasSearchableElements<DMNSearchableElement>
@ApplicationScoped public class DMNDataTypesSubIndex extends Object implements DMNSubIndex
-
-
Constructor Summary
Constructors Constructor Description DMNDataTypesSubIndex(DataTypeList dataTypeList, DataTypeShortcuts dataTypeShortcuts, DataTypeStore dataTypeStore)
-
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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.dmn.client.editors.search.DMNSubIndex
onSearchClosed
-
-
-
-
Constructor Detail
-
DMNDataTypesSubIndex
@Inject public DMNDataTypesSubIndex(DataTypeList dataTypeList, DataTypeShortcuts dataTypeShortcuts, DataTypeStore dataTypeStore)
-
-
Method Detail
-
getSearchableElements
public List<DMNSearchableElement> getSearchableElements()
- Specified by:
getSearchableElementsin interfaceorg.kie.workbench.common.widgets.client.search.common.HasSearchableElements<DMNSearchableElement>
-
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
-
-