Package com._1c.g5.aef2.scenes
-
Interface Summary Interface Description ComponentSearch.IIdentifierHost An entity capable of returning components by identifiers and providing identifiers for components.IComponentSearchProvider A contract for providers used by a scene to search components by queries.IComponentSearchProvider.IComponentQueryMatcher A contract for objects that can match a component against a specific query and generate queries for components.IScene Scene manages the component tree.ISceneListener Scene listener, listens for aIScene
life cycle events.IState The component state. -
Class Summary Class Description ComponentSearch A collection of component search-related providers, matchers and interfaces.ComponentSearch.ComponentPredicate A component predicate that can be used infirstChildByPredicate
search provider.Scene DefaultIScene
implementation.State The defaultIState
implementation.