Uses of Interface
com._1c.g5.aef2.scenes.IComponentSearchProvider
-
Packages that use IComponentSearchProvider Package Description com._1c.g5.aef2.scenes -
-
Uses of IComponentSearchProvider in com._1c.g5.aef2.scenes
Fields in com._1c.g5.aef2.scenes declared as IComponentSearchProvider Modifier and Type Field Description static IComponentSearchProviderComponentSearch. FIRST_CHILD_BY_PREDICATEA search provider allowing to search for the first component satisfying a predicate.static IComponentSearchProviderComponentSearch. ID_SEARCH_PROVIDERA search provider for queries which are interpreted as identifiers for components implementingComponentSearch.IIdentifierHostinterface.Methods in com._1c.g5.aef2.scenes that return IComponentSearchProvider Modifier and Type Method Description static IComponentSearchProviderIComponentSearchProvider. firstChild(IComponentSearchProvider.IComponentQueryMatcher matcher)Returns a search provider that hierarchically traverses the component tree until it finds a component which satisfies a given matcher.Methods in com._1c.g5.aef2.scenes with parameters of type IComponentSearchProvider Modifier and Type Method Description voidIScene. registerSearchProvider(IComponentSearchProvider searchProvider)Registers a provider to be used by the scene for searching components.voidScene. registerSearchProvider(IComponentSearchProvider searchProvider)voidIScene. unregisterSearchProvider(IComponentSearchProvider searchProvider)Unregisters a provider used by the scene for searching components.voidScene. unregisterSearchProvider(IComponentSearchProvider searchProvider)
-