Searched refs:ViewV2 (Results 1 – 7 of 7) sorted by relevance
116 public static findProvider(view: ViewV2, aliasName: string): [ViewV2, string] | undefined {122 if (checkView instanceof ViewV2 && meta && meta[searchingPrefixedAliasName]) {149 …ublic static connectConsumer2Provider(consumeView: ViewV2, consumeVarName: string, provideView: Vi…150 const weakView = new WeakRef<ViewV2>(provideView);187 …public static defineConsumerWithoutProvider(consumeView: ViewV2, consumeVarName: string, consumerL…
26 abstract class ViewV2 extends PUV2ViewBase implements IView {271 … sorted dirty elmtIds: ${Array.from(this.dirtDescendantElementIds_).sort(ViewV2.compareNumber)}, s…280 …const dirtElmtIdsFromRootNode = Array.from(this.dirtDescendantElementIds_).sort(ViewV2.compareNumb…341 public getViewV2ChildById(id: number): ViewV2 | undefined {344 return (child && child instanceof ViewV2) ? child : undefined;
524 if (target instanceof ViewV2 && !target.isViewActive()) {545 … if (((monitorTarget = monitor.getTarget()) instanceof ViewV2) && !monitorTarget.isViewActive()) {571 (view = weak.deref()) && ((view instanceof ViewV2) || (view instanceof ViewPU))) {575 } else if (view instanceof ViewV2) {596 ((view instanceof ViewV2) || (view instanceof ViewPU))) {
139 owningView_? : ViewV2;158 constructor(owningView: ViewV2 | ViewPU, arr: Array<T>) {159 this.config.owningView_ = owningView instanceof ViewV2 ? owningView : undefined;176 const isViewV2 = (this.config.owningView_ instanceof ViewV2);
75 owningView: ViewV2,
219 public getChildViewV2ForElmtId(elmtId: number): ViewV2 | undefined {221 return optComp?.deref() && (optComp.deref() instanceof ViewV2) ?222 optComp?.deref() as ViewV2 : undefined;294 if (!iChild || !((iChild instanceof ViewPU) || (iChild instanceof ViewV2))) {299 const child = iChild as ViewPU | ViewV2;
4181 if (!iChild || !((iChild instanceof ViewPU) || (iChild instanceof ViewV2))) {8202 if (target instanceof ViewV2 && !target.isViewActive()) {8222 … if (((monitorTarget = monitor.getTarget()) instanceof ViewV2) && !monitorTarget.isViewActive()) {8248 (view = weak.deref()) && ((view instanceof ViewV2) || (view instanceof ViewPU))) {8253 else if (view instanceof ViewV2) {8273 ((view instanceof ViewV2) || (view instanceof ViewPU))) {8561 if (checkView instanceof ViewV2 && meta && meta[searchingPrefixedAliasName]) {9025 class ViewV2 extends PUV2ViewBase { class9315 return (child && child instanceof ViewV2) ? child : undefined;10193 this.config.owningView_ = owningView instanceof ViewV2 ? owningView : undefined;[all …]