-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex-all.html
885 lines (836 loc) · 72.7 KB
/
index-all.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Sat Oct 20 11:46:00 CST 2018 -->
<title>索引 (library API)</title>
<meta name="date" content="2018-10-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="\u7D22\u5F15 (library API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="overview-summary.html">概览</a></li>
<li>程序包</li>
<li>类</li>
<li><a href="overview-tree.html">树</a></li>
<li><a href="deprecated-list.html">已过时</a></li>
<li class="navBarCell1Rev">索引</li>
<li><a href="help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">框架</a></li>
<li><a href="index-all.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:Z:Z:D">$</a> <a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> <a name="I:Z:Z:D">
<!-- -->
</a>
<h2 class="title">$</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralController.html#Z:Z:Dvm">$vm</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralController.html" title="cn.campusapp.pan中的类">GeneralController</a></dt>
<dd> </dd>
</dl>
<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="cn/campusapp/pan/autorender/AutoRender.html" title="cn.campusapp.pan.autorender中的接口"><span class="typeNameLink">AutoRender</span></a> - <a href="cn/campusapp/pan/autorender/package-summary.html">cn.campusapp.pan.autorender</a>中的接口</dt>
<dd>
<div class="block">Trigger render on shown, which means these cases:
Activity.onResume
Fragment.onResume
Fragment.setUserVisibleHint(true)
Created by nius on 7/29/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html#autoRender--">autoRender()</a></span> - 类 中的方法cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html" title="cn.campusapp.pan.autorender中的类">AutoRenderViewModel</a></dt>
<dd>
<div class="block">mark the view model should be rendered on shown</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html#autoRender-boolean-">autoRender(boolean)</a></span> - 类 中的方法cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html" title="cn.campusapp.pan.autorender中的类">AutoRenderViewModel</a></dt>
<dd>
<div class="block">mark the view model whether should be rendered on shown</div>
</dd>
<dt><a href="cn/campusapp/pan/autorender/AutoRenderControllerLifecyclePlugin.html" title="cn.campusapp.pan.autorender中的类"><span class="typeNameLink">AutoRenderControllerLifecyclePlugin</span></a> - <a href="cn/campusapp/pan/autorender/package-summary.html">cn.campusapp.pan.autorender</a>中的类</dt>
<dd>
<div class="block">Trigger render on shown, which means these cases:
Activity.onResume
Fragment.onResume
Fragment.setUserVisibleHint(true)
Created by nius on 10/13/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRenderControllerLifecyclePlugin.html#AutoRenderControllerLifecyclePlugin--">AutoRenderControllerLifecyclePlugin()</a></span> - 类 的构造器cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRenderControllerLifecyclePlugin.html" title="cn.campusapp.pan.autorender中的类">AutoRenderControllerLifecyclePlugin</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html" title="cn.campusapp.pan.autorender中的类"><span class="typeNameLink">AutoRenderViewModel</span></a> - <a href="cn/campusapp/pan/autorender/package-summary.html">cn.campusapp.pan.autorender</a>中的类</dt>
<dd>
<div class="block">Automatically trigger render on particular lifecycle status:
Activity.onResume/Fragment.onResume
Fragment.setUserVisibleHint(true)
Configure it using <a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html#autoRender--"><code>AutoRenderViewModel.autoRender()</code></a> and <a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html#autoRender-boolean-"><code>AutoRenderViewModel.autoRender(boolean)</code></a>
Created by nius on 10/13/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html#AutoRenderViewModel--">AutoRenderViewModel()</a></span> - 类 的构造器cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html" title="cn.campusapp.pan.autorender中的类">AutoRenderViewModel</a></dt>
<dd> </dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralController.html#bindEvents--">bindEvents()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralController.html" title="cn.campusapp.pan中的类">GeneralController</a></dt>
<dd>
<div class="block">绑定的事件
也可以在此方法中进行一部分controller的初始化操作
可直接使用$vm对象,在内部类中获取$vm的状态
如果存在异步代码,且在Adapter/ViewHolder模式中使用,请注意绑定的$vm是否存在被更换的可能。</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/NoopController.html#bindEvents--">bindEvents()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/NoopController.html" title="cn.campusapp.pan中的类">NoopController</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#bindViews--">bindViews()</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#bindViews--">bindViews()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#bindViews--">bindViews()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRenderControllerLifecyclePlugin.html#call-cn.campusapp.pan.Controller-java.lang.Class-java.lang.Object...-">call(Controller, Class<? extends LifecycleObserver>, Object...)</a></span> - 类 中的方法cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRenderControllerLifecyclePlugin.html" title="cn.campusapp.pan.autorender中的类">AutoRenderControllerLifecyclePlugin</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/ControllerLifecyclePlugin.html#call-cn.campusapp.pan.Controller-java.lang.Class-java.lang.Object...-">call(Controller, Class<? extends LifecycleObserver>, Object...)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/ControllerLifecyclePlugin.html" title="cn.campusapp.pan.lifecycle中的接口">ControllerLifecyclePlugin</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a> - 程序包 cn.campusapp.pan</dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/annotaions/package-summary.html">cn.campusapp.pan.annotaions</a> - 程序包 cn.campusapp.pan.annotaions</dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/autorender/package-summary.html">cn.campusapp.pan.autorender</a> - 程序包 cn.campusapp.pan.autorender</dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/interaction/package-summary.html">cn.campusapp.pan.interaction</a> - 程序包 cn.campusapp.pan.interaction</dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a> - 程序包 cn.campusapp.pan.lifecycle</dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/permissions/package-summary.html">cn.campusapp.pan.permissions</a> - 程序包 cn.campusapp.pan.permissions</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#controlledBy-java.lang.Class-">controlledBy(Class<? extends GeneralController>)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd>
<div class="block">设置控制器,适用于控制器有公有无参构造函数的情况</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#controlledBy-cn.campusapp.pan.GeneralController-">controlledBy(GeneralController)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd>
<div class="block">设置控制器,适用于控制器没有公有无参构造函数的情况</div>
</dd>
<dt><a href="cn/campusapp/pan/Controller.html" title="cn.campusapp.pan中的接口"><span class="typeNameLink">Controller</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的接口</dt>
<dd>
<div class="block">控制器接口
Created by Jason on 2015/5/29.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#CONTROLLER_PLUGINS">CONTROLLER_PLUGINS</a></span> - 类 中的静态变量cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/ControllerLifecyclePlugin.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">ControllerLifecyclePlugin</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">Lifecycle plugin can be plugged into Pan, so it will observe the lifecycle and behave accordingly.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html#createViewAndViewModel-java.lang.Class-android.app.Activity-android.view.View-android.view.ViewGroup-boolean-">createViewAndViewModel(Class<T>, Activity, View, ViewGroup, boolean)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html" title="cn.campusapp.pan中的类">FactoryViewModel.ViewFactory</a></dt>
<dd> </dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#DEFAULT_VIEW_FACTORY">DEFAULT_VIEW_FACTORY</a></span> - 接口 中的静态变量cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口"><span class="typeNameLink">FactoryViewModel</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的接口</dt>
<dd>
<div class="block">与ViewHolder紧密结合的ViewModel,适用于ViewModelFactory
Created by nius on 7/17/15.</div>
</dd>
<dt><a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">FactoryViewModel.ViewFactory</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd> </dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><a href="cn/campusapp/pan/GeneralController.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">GeneralController</span></a><<a href="cn/campusapp/pan/GeneralController.html" title="GeneralController中的类型参数">T</a> extends <a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a>> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">通用控制器,用户通过继承此类编写控制器。</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralController.html#GeneralController--">GeneralController()</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralController.html" title="cn.campusapp.pan中的类">GeneralController</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">GeneralViewModel</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">兼具ViewModel和ViewHolder功能
需要一个无参构造方法
Created by nius on 7/17/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#GeneralViewModel--">GeneralViewModel()</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#getActivity--">getActivity()</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralController.html#getActivity--">getActivity()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralController.html" title="cn.campusapp.pan中的类">GeneralController</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#getActivity--">getActivity()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#getActivity--">getActivity()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#getController--">getController()</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#getController--">getController()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#getController--">getController()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#getFragment--">getFragment()</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#getFragment--">getFragment()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#getFragment--">getFragment()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html#getLayout-java.lang.Class-">getLayout(Class)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html" title="cn.campusapp.pan中的类">FactoryViewModel.ViewFactory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#getObserving--">getObserving()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd>
<div class="block">return the observing Activity/Fragment
handy for nesting use of ViewModel</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#getObserving--">getObserving()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd>
<div class="block">return the observing Activity/Fragment
handy for nesting use of ViewModel</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#getRootView--">getRootView()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd>
<div class="block">用于在整体绑定事件</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#getRootView--">getRootView()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd>
<div class="block">用于在整体绑定事件</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/ViewModel.html#getRootView--">getRootView()</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/ViewModel.html" title="cn.campusapp.pan中的接口">ViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Controller.html#getViewModel--">getViewModel()</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Controller.html" title="cn.campusapp.pan中的接口">Controller</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralController.html#getViewModel--">getViewModel()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralController.html" title="cn.campusapp.pan中的类">GeneralController</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#getViewModel-android.view.View-">getViewModel(View)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#getViewModel--">getViewModel()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#getViewModel-android.view.ViewGroup-android.view.View-boolean-">getViewModel(ViewGroup, View, boolean)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html#inflat-android.app.Activity-android.view.View-android.view.ViewGroup-boolean-java.lang.Class-">inflat(Activity, View, ViewGroup, boolean, Class)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html" title="cn.campusapp.pan中的类">FactoryViewModel.ViewFactory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html#initWithoutView-android.content.Context-android.view.ViewGroup-boolean-java.lang.Class-">initWithoutView(Context, ViewGroup, boolean, Class)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html" title="cn.campusapp.pan中的类">FactoryViewModel.ViewFactory</a></dt>
<dd>
<div class="block">如果view没有创建好,这边自己inflat一个
如果你是Activity,请不要使用这个!</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#installPlugin-cn.campusapp.pan.lifecycle.ControllerLifecyclePlugin-">installPlugin(ControllerLifecyclePlugin)</a></span> - 类 中的静态方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#installPlugin-cn.campusapp.pan.lifecycle.PanLifecyclePlugin-">installPlugin(PanLifecyclePlugin)</a></span> - 类 中的静态方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="cn/campusapp/pan/lifecycle/LifecycleObserved.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">LifecycleObserved</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">
表明这个Activity或者Fragment的生命周期被观察了,常见的实现是<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类"><code>PanActivity</code></a>和<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类"><code>PanFragment</code></a>
注意!</div>
</dd>
<dt><a href="cn/campusapp/pan/lifecycle/LifecycleObserver.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">LifecycleObserver</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">
Activity/Fragment life cycle observer
Shared:(both is called by android)
OnStart
OnResume
OnPause
OnStop
OnDestroy
OnActivityResult
OnConfigurationChanged
OnSavedInstanceState
Activity only:
onRestart
onNewIntent
OnRestoreInstanceState
OnPostCreate
OnBackPressed
Fragment only:
OnAttach
OnDetach
OnViewCreated
OnDestroyView
OnVisible(setUserVisibleHint)
OnHiddenChanged
OnActivityCreated
Observers can stop super call:
OnSavedInstanceState
OnRestoreInstanceState
OnBackPressed
OnConfigurationChanged
OnActivityCreated
- Why not just FragmentController/ActivityController?</div>
</dd>
<dt><a href="cn/campusapp/pan/lifecycle/LifecycleObserver.ForActivity.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">LifecycleObserver.ForActivity</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/LifecycleObserver.ForFragment.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">LifecycleObserver.ForFragment</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRender.html#loadDataQuickly--">loadDataQuickly()</a></span> - 接口 中的方法cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRender.html" title="cn.campusapp.pan.autorender中的接口">AutoRender</a></dt>
<dd>
<div class="block">获取最新的数据,以用来自动更新
注意,该方法必须同步返回,不可发起异步请求
render方法紧随其后被调用</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#LOG">LOG</a></span> - 类 中的静态变量cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#mActivity">mActivity</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#mActivity">mActivity</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#mController">mController</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#mController">mController</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#mFragment">mFragment</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#mFragment">mFragment</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#mRootView">mRootView</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#mRootView">mRootView</a></span> - 类 中的变量cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="cn/campusapp/pan/NoopController.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">NoopController</span></a><<a href="cn/campusapp/pan/NoopController.html" title="NoopController中的类型参数">T</a> extends <a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a>> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">Do nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/NoopController.html#NoopController--">NoopController()</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/NoopController.html" title="cn.campusapp.pan中的类">NoopController</a></dt>
<dd> </dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="cn/campusapp/pan/lifecycle/OnActivityCreated.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnActivityCreated</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">Fragment's corresponding OnRestoreInstanceState
Created by nius on 10/12/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnActivityCreated.html#onActivityCreated-android.os.Bundle-">onActivityCreated(Bundle)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnActivityCreated.html" title="cn.campusapp.pan.lifecycle中的接口">OnActivityCreated</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onActivityCreated-android.os.Bundle-">onActivityCreated(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/PanLifecyclePlugin.html#onActivityLifecycle-android.app.Activity-java.lang.Class-java.lang.Object...-">onActivityLifecycle(Activity, Class<? extends LifecycleObserver>, Object...)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/PanLifecyclePlugin.html" title="cn.campusapp.pan.lifecycle中的接口">PanLifecyclePlugin</a></dt>
<dd>
<div class="block">Called on every activity lifecycle for every activity controlled by Pan.</div>
</dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnActivityResult.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnActivityResult</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">对于Framgent.onActivityResult,同样可以用这个接口,因为两个其实调用位置是一样的
在Pan中,继承这个接口哪怕是在Fragment中绑定的,也是会被加入到观察者Map中,被调用
Created by nius on 7/22/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnActivityResult.html#onActivityResult-int-int-android.content.Intent-">onActivityResult(int, int, Intent)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnActivityResult.html" title="cn.campusapp.pan.lifecycle中的接口">OnActivityResult</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onActivityResult-int-int-android.content.Intent-">onActivityResult(int, int, Intent)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onActivityResult-int-int-android.content.Intent-">onActivityResult(int, int, Intent)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onActivityResult-int-int-android.content.Intent-">onActivityResult(int, int, Intent)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnAttach.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnAttach</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">android.app.Fragment#onAttach(Context)
Created by nius on 10/12/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnAttach.html#onAttach-android.content.Context-">onAttach(Context)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnAttach.html" title="cn.campusapp.pan.lifecycle中的接口">OnAttach</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onAttach-android.content.Context-">onAttach(Context)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/interaction/OnBackPressed.html" title="cn.campusapp.pan.interaction中的接口"><span class="typeNameLink">OnBackPressed</span></a> - <a href="cn/campusapp/pan/interaction/package-summary.html">cn.campusapp.pan.interaction</a>中的接口</dt>
<dd>
<div class="block">Back btn pressed
Created by nius on 7/31/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/interaction/OnBackPressed.html#onBackPressed--">onBackPressed()</a></span> - 接口 中的方法cn.campusapp.pan.interaction.<a href="cn/campusapp/pan/interaction/OnBackPressed.html" title="cn.campusapp.pan.interaction中的接口">OnBackPressed</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onBackPressed--">onBackPressed()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onBackPressed--">onBackPressed()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralController.html#onBindViewModel--">onBindViewModel()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralController.html" title="cn.campusapp.pan中的类">GeneralController</a></dt>
<dd>
<div class="block">此时ViewModel已经绑定,可以获取到界面元素,可用于初始化</div>
</dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnConfigurationChanged.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnConfigurationChanged</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnConfigurationChanged.html#onConfigurationChanged-android.content.res.Configuration-">onConfigurationChanged(Configuration)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnConfigurationChanged.html" title="cn.campusapp.pan.lifecycle中的接口">OnConfigurationChanged</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onConfigurationChanged-android.content.res.Configuration-">onConfigurationChanged(Configuration)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onConfigurationChanged-android.content.res.Configuration-">onConfigurationChanged(Configuration)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onConfigurationChanged-android.content.res.Configuration-">onConfigurationChanged(Configuration)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onCreate-android.os.Bundle-">onCreate(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onCreate-android.os.Bundle-">onCreate(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnDestroy.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnDestroy</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnDestroy.html#onDestroy--">onDestroy()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnDestroy.html" title="cn.campusapp.pan.lifecycle中的接口">OnDestroy</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onDestroy--">onDestroy()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onDestroy--">onDestroy()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onDestroy--">onDestroy()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnDestroyView.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnDestroyView</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnDestroyView.html#onDestroyView--">onDestroyView()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnDestroyView.html" title="cn.campusapp.pan.lifecycle中的接口">OnDestroyView</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onDestroyView--">onDestroyView()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnDetach.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnDetach</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnDetach.html#onDetach--">onDetach()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnDetach.html" title="cn.campusapp.pan.lifecycle中的接口">OnDetach</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onDetach--">onDetach()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/PanLifecyclePlugin.html#onFragmentLifecycle-android.app.Fragment-java.lang.Class-java.lang.Object...-">onFragmentLifecycle(Fragment, Class<? extends LifecycleObserver>, Object...)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/PanLifecyclePlugin.html" title="cn.campusapp.pan.lifecycle中的接口">PanLifecyclePlugin</a></dt>
<dd>
<div class="block">Called on every fragment lifecycle for every fragment controller by Pan.</div>
</dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnHiddenChanged.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnHiddenChanged</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnHiddenChanged.html#onHiddenChanged-boolean-">onHiddenChanged(boolean)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnHiddenChanged.html" title="cn.campusapp.pan.lifecycle中的接口">OnHiddenChanged</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onHiddenChanged-boolean-">onHiddenChanged(boolean)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#onInit--">onInit()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd>
<div class="block">在注入了views之后会被调用,允许子类进行一些初始化操作</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#onInit--">onInit()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd>
<div class="block">在注入了views之后会被调用,允许子类进行一些初始化操作</div>
</dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnNewIntent.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnNewIntent</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnNewIntent.html#onNewIntent-android.content.Intent-">onNewIntent(Intent)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnNewIntent.html" title="cn.campusapp.pan.lifecycle中的接口">OnNewIntent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onNewIntent-android.content.Intent-">onNewIntent(Intent)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onNewIntent-android.content.Intent-">onNewIntent(Intent)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnPause.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnPause</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnPause.html#onPause--">onPause()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnPause.html" title="cn.campusapp.pan.lifecycle中的接口">OnPause</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onPause--">onPause()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onPause--">onPause()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onPause--">onPause()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnPostCreate.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnPostCreate</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnPostCreate.html#onPostCreate-android.os.Bundle-">onPostCreate(Bundle)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnPostCreate.html" title="cn.campusapp.pan.lifecycle中的接口">OnPostCreate</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onPostCreate-android.os.Bundle-">onPostCreate(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onPostCreate-android.os.Bundle-">onPostCreate(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onRequestPermissionsResult-int-java.lang.String:A-int:A-">onRequestPermissionsResult(int, String[], int[])</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onRequestPermissionsResult-int-java.lang.String:A-int:A-">onRequestPermissionsResult(int, String[], int[])</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onRequestPermissionsResult-int-java.lang.String:A-int:A-">onRequestPermissionsResult(int, String[], int[])</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/permissions/OnRequestPermissionsResult.html" title="cn.campusapp.pan.permissions中的接口"><span class="typeNameLink">OnRequestPermissionsResult</span></a> - <a href="cn/campusapp/pan/permissions/package-summary.html">cn.campusapp.pan.permissions</a>中的接口</dt>
<dd>
<div class="block">运行时请求权限的回调
Created by chen on 16/3/9.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/permissions/OnRequestPermissionsResult.html#onRequestPermissionsResult-int-java.lang.String:A-int:A-">onRequestPermissionsResult(int, String[], int[])</a></span> - 接口 中的方法cn.campusapp.pan.permissions.<a href="cn/campusapp/pan/permissions/OnRequestPermissionsResult.html" title="cn.campusapp.pan.permissions中的接口">OnRequestPermissionsResult</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnRestart.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnRestart</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnRestart.html#onRestart--">onRestart()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnRestart.html" title="cn.campusapp.pan.lifecycle中的接口">OnRestart</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onRestart--">onRestart()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onRestart--">onRestart()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnRestoreInstanceState.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnRestoreInstanceState</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnRestoreInstanceState.html#onRestoreInstanceState-android.os.Bundle-">onRestoreInstanceState(Bundle)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnRestoreInstanceState.html" title="cn.campusapp.pan.lifecycle中的接口">OnRestoreInstanceState</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onRestoreInstanceState-android.os.Bundle-">onRestoreInstanceState(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onRestoreInstanceState-android.os.Bundle-">onRestoreInstanceState(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnResume.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnResume</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnResume.html#onResume--">onResume()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnResume.html" title="cn.campusapp.pan.lifecycle中的接口">OnResume</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onResume--">onResume()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onResume--">onResume()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onResume--">onResume()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnSaveInstanceState.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnSaveInstanceState</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnSaveInstanceState.html#onSaveInstanceState-android.os.Bundle-">onSaveInstanceState(Bundle)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnSaveInstanceState.html" title="cn.campusapp.pan.lifecycle中的接口">OnSaveInstanceState</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onSaveInstanceState-android.os.Bundle-">onSaveInstanceState(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onSaveInstanceState-android.os.Bundle-">onSaveInstanceState(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onSaveInstanceState-android.os.Bundle-">onSaveInstanceState(Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnStart.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnStart</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnStart.html#onStart--">onStart()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnStart.html" title="cn.campusapp.pan.lifecycle中的接口">OnStart</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onStart--">onStart()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onStart--">onStart()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onStart--">onStart()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnStop.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnStop</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnStop.html#onStop--">onStop()</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnStop.html" title="cn.campusapp.pan.lifecycle中的接口">OnStop</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#onStop--">onStop()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#onStop--">onStop()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onStop--">onStop()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnViewCreated.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnViewCreated</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">Fragment的View刚被创建完
一般来讲,在Fragment.onCreateView中绑定Controller
此方法在其后被调用,可以用来触发Controller
Created by nius on 7/29/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnViewCreated.html#onViewCreated-android.view.View-android.os.Bundle-">onViewCreated(View, Bundle)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnViewCreated.html" title="cn.campusapp.pan.lifecycle中的接口">OnViewCreated</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#onViewCreated-android.view.View-android.os.Bundle-">onViewCreated(View, Bundle)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/OnVisible.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">OnVisible</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">对应Fragment的setUserVisibleHint方法,换个名字更明确一点
大部分情况下Fragment的onPause和onResume都不太好用,直接使用这个比较明确
Created by nius on 7/22/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/OnVisible.html#onVisible-boolean-">onVisible(boolean)</a></span> - 接口 中的方法cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/OnVisible.html" title="cn.campusapp.pan.lifecycle中的接口">OnVisible</a></dt>
<dd>
<div class="block">注意,该方法调用时,有可能还没有onCreateView,所以此时很有可能会出异常
不过考虑到,绑定都在onCreateView中进行(初始化ViewModel,Controller等),
绑定之前反正不会调用,所以稍微注意一下就好</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="cn/campusapp/pan/lifecycle/PackageInfo.html" title="cn.campusapp.pan.lifecycle中的类"><span class="typeNameLink">PackageInfo</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的类</dt>
<dd>
<div class="block">
用于Activity和Fragment的生命周期
注意,没有onCreate和onCreateView
因为一般绑定都发生在这里面,请使用<a href="cn/campusapp/pan/lifecycle/OnPostCreate.html" title="cn.campusapp.pan.lifecycle中的接口"><code>OnPostCreate</code></a>和<a href="cn/campusapp/pan/lifecycle/OnViewCreated.html" title="cn.campusapp.pan.lifecycle中的接口"><code>OnViewCreated</code></a>
Created by nius on 7/22/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/lifecycle/PackageInfo.html#PackageInfo--">PackageInfo()</a></span> - 类 的构造器cn.campusapp.pan.lifecycle.<a href="cn/campusapp/pan/lifecycle/PackageInfo.html" title="cn.campusapp.pan.lifecycle中的类">PackageInfo</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">Pan</span></a><<a href="cn/campusapp/pan/Pan.html" title="Pan中的类型参数">S</a> extends <a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a>> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">
工厂类,用于实例化ViewModel
同时,如果该ViewModel已经通过Tag绑定到View上了,就使用之前绑定过的
<br>
<strong>Pan - 纪念我们的设计师</strong>
</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#PAN_PLUGINS">PAN_PLUGINS</a></span> - 类 中的静态变量cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd>
<div class="block">插件集合</div>
</dd>
<dt><a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">PanActivity</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">用于监控生命周期
以及用于调用对应的controller
Created by nius on 7/22/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanActivity.html#PanActivity--">PanActivity()</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/PanActivity.html" title="cn.campusapp.pan中的类">PanActivity</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">PanAppCompatActivity</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">support for AppCompatActivity
Created by nius on 10/27/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanAppCompatActivity.html#PanAppCompatActivity--">PanAppCompatActivity()</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/PanAppCompatActivity.html" title="cn.campusapp.pan中的类">PanAppCompatActivity</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">PanFragment</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">可以被观察的Fragment
Created by nius on 7/22/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#PanFragment--">PanFragment()</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><a href="cn/campusapp/pan/lifecycle/PanLifecyclePlugin.html" title="cn.campusapp.pan.lifecycle中的接口"><span class="typeNameLink">PanLifecyclePlugin</span></a> - <a href="cn/campusapp/pan/lifecycle/package-summary.html">cn.campusapp.pan.lifecycle</a>中的接口</dt>
<dd>
<div class="block">Just do something on proper lifecycle for every Activity/Fragment.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类"><span class="typeNameLink">RecyclerViewModel</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的类</dt>
<dd>
<div class="block">For RecyclerView
Created by nius on 10/29/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#RecyclerViewModel-android.view.View-">RecyclerViewModel(View)</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#reInit--">reInit()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd>
<div class="block">允许外部重新初始化控件状态</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#reInit--">reInit()</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd>
<div class="block">允许外部重新初始化控件状态</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/ViewModel.html#render--">render()</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/ViewModel.html" title="cn.campusapp.pan中的接口">ViewModel</a></dt>
<dd>
<div class="block">渲染界面
原先设计时,该方法会被在Activity的onResume时被调用,以及Fragment的setUserVisibleHint时调用
如果手动调用,就显得很啰嗦
但如果自动调用,像ListView中的ItemView被调用似乎就不应该了,虽然调用了也没啥关系
自动调用意味着要在GeneralController中增加默认的render位置。</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#setActivity-android.app.Activity-">setActivity(Activity)</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#setActivity-android.app.Activity-">setActivity(Activity)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#setController-cn.campusapp.pan.GeneralController-">setController(GeneralController)</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#setController-cn.campusapp.pan.GeneralController-">setController(GeneralController)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#setController-cn.campusapp.pan.GeneralController-">setController(GeneralController)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#setDebug-boolean-">setDebug(boolean)</a></span> - 类 中的静态方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd>
<div class="block">use this to print logs</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#setFragment-android.app.Fragment-">setFragment(Fragment)</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#setFragment-android.app.Fragment-">setFragment(Fragment)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#setFragment-android.app.Fragment-">setFragment(Fragment)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.html#setRootView-android.view.View-">setRootView(View)</a></span> - 接口 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.html" title="cn.campusapp.pan中的接口">FactoryViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/GeneralViewModel.html#setRootView-android.view.View-">setRootView(View)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/GeneralViewModel.html" title="cn.campusapp.pan中的类">GeneralViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/RecyclerViewModel.html#setRootView-android.view.View-">setRootView(View)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/RecyclerViewModel.html" title="cn.campusapp.pan中的类">RecyclerViewModel</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/PanFragment.html#setUserVisibleHint-boolean-">setUserVisibleHint(boolean)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/PanFragment.html" title="cn.campusapp.pan中的类">PanFragment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRender.html#shouldRenderOnTrigger--">shouldRenderOnTrigger()</a></span> - 接口 中的方法cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRender.html" title="cn.campusapp.pan.autorender中的接口">AutoRender</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html#shouldRenderOnTrigger--">shouldRenderOnTrigger()</a></span> - 类 中的方法cn.campusapp.pan.autorender.<a href="cn/campusapp/pan/autorender/AutoRenderViewModel.html" title="cn.campusapp.pan.autorender中的类">AutoRenderViewModel</a></dt>
<dd> </dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#tagKey-int-">tagKey(int)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd> </dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html#ViewFactory--">ViewFactory()</a></span> - 类 的构造器cn.campusapp.pan.<a href="cn/campusapp/pan/FactoryViewModel.ViewFactory.html" title="cn.campusapp.pan中的类">FactoryViewModel.ViewFactory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#viewFactory-cn.campusapp.pan.FactoryViewModel.ViewFactory-">viewFactory(FactoryViewModel.ViewFactory)</a></span> - 类 中的方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd>
<div class="block">设置ViewFactory,用于inflate ViewModel对应的Xml。</div>
</dd>
<dt><a href="cn/campusapp/pan/ViewModel.html" title="cn.campusapp.pan中的接口"><span class="typeNameLink">ViewModel</span></a> - <a href="cn/campusapp/pan/package-summary.html">cn.campusapp.pan</a>中的接口</dt>
<dd>
<div class="block">ViewModel接口</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#with-cn.campusapp.pan.lifecycle.LifecycleObserved-java.lang.Class-">with(LifecycleObserved, Class<S>)</a></span> - 类 中的静态方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd>
<div class="block">工厂方法入口。</div>
</dd>
<dt><span class="memberNameLink"><a href="cn/campusapp/pan/Pan.html#with-cn.campusapp.pan.lifecycle.LifecycleObserved-S-">with(LifecycleObserved, S)</a></span> - 类 中的静态方法cn.campusapp.pan.<a href="cn/campusapp/pan/Pan.html" title="cn.campusapp.pan中的类">Pan</a></dt>
<dd>
<div class="block">工厂方法入口。</div>
</dd>
</dl>
<a name="I:X">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><a href="cn/campusapp/pan/annotaions/Xml.html" title="cn.campusapp.pan.annotaions中的注释"><span class="typeNameLink">Xml</span></a> - <a href="cn/campusapp/pan/annotaions/package-summary.html">cn.campusapp.pan.annotaions</a>中的注释类型</dt>
<dd>
<div class="block">用于表示某个view对应的xml
Created by Jason on 2015/5/30.</div>
</dd>
</dl>
<a href="#I:Z:Z:D">$</a> <a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="overview-summary.html">概览</a></li>
<li>程序包</li>
<li>类</li>
<li><a href="overview-tree.html">树</a></li>
<li><a href="deprecated-list.html">已过时</a></li>
<li class="navBarCell1Rev">索引</li>
<li><a href="help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个</li>
<li>下一个</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">框架</a></li>
<li><a href="index-all.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>