Lines Matching refs:pageStack

609   @Provide('pageStack') pageStack: MultiNavPathStack = new MultiNavPathStack();
627 this.pageStack.pushPathByName('PageHome1', 'paramTest', false, SplitPolicy.HOME_PAGE);
633 MultiNavigation({ navDestination: this.PageMap, multiStack: this.pageStack })
649 @Consume('pageStack') pageStack: MultiNavPathStack;
674 if (this.pageStack !== undefined && this.pageStack !== null) {
675 … this.pageStack.pushPathByName('PageHome1', 'testParam', true, SplitPolicy.HOME_PAGE);
684 if (this.pageStack !== undefined && this.pageStack !== null) {
685 this.pageStack.pushPathByName('PageDetail1', 'testParam');
694 if (this.pageStack !== undefined && this.pageStack !== null) {
695 … this.pageStack.pushPathByName('PageFull1', 'testParam', true, SplitPolicy.FULL_PAGE);
716 if (this.pageStack !== undefined && this.pageStack !== null) {
717 this.pageStack.popToIndex(Number(this.text));
726 if (this.pageStack !== undefined && this.pageStack !== null) {
727 this.pageStack.pushPathByName('PageDetail1', 'testParam', undefined, true);
735 if (this.pageStack !== undefined && this.pageStack !== null) {
736 this.pageStack.pop();
744 if (this.pageStack !== undefined && this.pageStack !== null) {
745 let indexFound = this.pageStack.moveToTop('PageDetail1');
754 if (this.pageStack !== undefined && this.pageStack !== null) {
755 this.pageStack.removeByName('PageHome1');
763 if (this.pageStack !== undefined && this.pageStack !== null) {
764 this.pageStack.removeByIndexes([0,1,3,5]);
772 if (this.pageStack !== undefined && this.pageStack !== null) {
773 let result = this.pageStack.getAllPathName();
782 if (this.pageStack !== undefined && this.pageStack !== null) {
783 let result = this.pageStack.getParamByIndex(0);
792 if (this.pageStack !== undefined && this.pageStack !== null) {
793 let result = this.pageStack.getParamByName('PageHome1');
802 if (this.pageStack !== undefined && this.pageStack !== null) {
803 let result = this.pageStack.getIndexByName('PageHome1');
812 if (this.pageStack !== undefined && this.pageStack !== null) {
813 this.pageStack.keepBottomPage(true);
821 if (this.pageStack !== undefined && this.pageStack !== null) {
822 this.pageStack.keepBottomPage(false);
830 if (this.pageStack !== undefined && this.pageStack !== null) {
831 this.pageStack.setPlaceholderPage({ name: 'PagePlaceholder' });
859 @Consume('pageStack') pageStack: MultiNavPathStack;
882 if (this.pageStack !== undefined && this.pageStack !== null) {
883 … this.pageStack.pushPathByName('PageHome1', 'testParam', true, SplitPolicy.HOME_PAGE);
891 if (this.pageStack !== undefined && this.pageStack !== null) {
892 this.pageStack.pushPathByName('PageDetail1', 'testParam');
900 if (this.pageStack !== undefined && this.pageStack !== null) {
901 … this.pageStack.pushPathByName('PageFull1', 'testParam', true, SplitPolicy.FULL_PAGE);
909 if (this.pageStack !== undefined && this.pageStack !== null) {
910 this.pageStack.replacePathByName('PageDetail2', 'testParam');
918 if (this.pageStack !== undefined && this.pageStack !== null) {
919 this.pageStack.removeByName('PageDetail1');
927 if (this.pageStack !== undefined && this.pageStack !== null) {
928 this.pageStack.removeByIndexes([0,1,3,5]);
936 if (this.pageStack !== undefined && this.pageStack !== null) {
937 this.pageStack.switchFullScreenState(true);
945 if (this.pageStack !== undefined && this.pageStack !== null) {
946 this.pageStack.switchFullScreenState(false);
954 if (this.pageStack !== undefined && this.pageStack !== null) {
955 this.pageStack.pop('123');
963 if (this.pageStack !== undefined && this.pageStack !== null) {
964 this.pageStack.popToName('PageHome1');
985 if (this.pageStack !== undefined && this.pageStack !== null) {
986 this.pageStack.popToIndex(Number(this.text));
995 if (this.pageStack !== undefined && this.pageStack !== null) {
996 this.pageStack.moveIndexToTop(Number(this.text));
1005 if (this.pageStack !== undefined && this.pageStack !== null) {
1006 this.pageStack.clear();
1014 if (this.pageStack !== undefined && this.pageStack !== null) {
1015 this.pageStack.disableAnimation(true);
1023 if (this.pageStack !== undefined && this.pageStack !== null) {
1024 this.pageStack.disableAnimation(false);
1032 if (this.pageStack !== undefined && this.pageStack !== null) {
1033 this.pageStack.setHomeWidthRange(20, 80);
1041 if (this.pageStack !== undefined && this.pageStack !== null) {
1042 this.pageStack.setHomeWidthRange(-1, 20);
1050 if (this.pageStack !== undefined && this.pageStack !== null) {
1051 this.pageStack.setHomeWidthRange(20, 120);
1079 @Consume('pageStack') pageStack: MultiNavPathStack;
1102 if (this.pageStack !== undefined && this.pageStack !== null) {
1103 … this.pageStack.pushPathByName('PageHome1', 'testParam', true, SplitPolicy.HOME_PAGE);
1111 if (this.pageStack !== undefined && this.pageStack !== null) {
1112 this.pageStack.pushPathByName('PageDetail1', 'testParam');
1120 if (this.pageStack !== undefined && this.pageStack !== null) {
1121 … this.pageStack.pushPathByName('PageFull1', 'testParam', true, SplitPolicy.FULL_PAGE);
1129 if (this.pageStack !== undefined && this.pageStack !== null) {
1130 this.pageStack.replacePathByName('PageDetail2', 'testParam');
1151 if (this.pageStack !== undefined && this.pageStack !== null) {
1152 this.pageStack.moveIndexToTop(Number(this.text));
1161 if (this.pageStack !== undefined && this.pageStack !== null) {
1162 this.pageStack.pop();
1183 if (this.pageStack !== undefined && this.pageStack !== null) {
1184 this.pageStack.popToIndex(Number(this.text));
1193 if (this.pageStack !== undefined && this.pageStack !== null) {
1194 this.pageStack.clear();
1202 if (this.pageStack !== undefined && this.pageStack !== null) {
1203 this.pageStack.disableAnimation(true);
1211 if (this.pageStack !== undefined && this.pageStack !== null) {
1212 this.pageStack.disableAnimation(false);
1241 @Consume('pageStack') pageStack: MultiNavPathStack;
1264 if (this.pageStack !== undefined && this.pageStack !== null) {
1265 … this.pageStack.pushPathByName('PageHome1', 'testParam', true, SplitPolicy.HOME_PAGE);
1273 if (this.pageStack !== undefined && this.pageStack !== null) {
1274 this.pageStack.pushPathByName('PageDetail1', 'testParam');
1282 if (this.pageStack !== undefined && this.pageStack !== null) {
1283 … this.pageStack.pushPathByName('PageFull1', 'testParam', true, SplitPolicy.FULL_PAGE);
1291 if (this.pageStack !== undefined && this.pageStack !== null) {
1292 this.pageStack.replacePathByName('PageFull1', 'testParam', true);
1300 if (this.pageStack !== undefined && this.pageStack !== null) {
1301 this.pageStack.removeByName('PageFull1');
1309 if (this.pageStack !== undefined && this.pageStack !== null) {
1310 this.pageStack.removeByIndexes([0, 1, 3, 5]);
1318 if (this.pageStack !== undefined && this.pageStack !== null) {
1319 this.pageStack.pop();
1340 if (this.pageStack !== undefined && this.pageStack !== null) {
1341 this.pageStack.popToIndex(Number(this.text));
1375 @Consume('pageStack') pageStack: MultiNavPathStack;