public class GenericFragment implements VisibleHintOwner
Created by Wendell on 13-8-26.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addVisibleHintObserver() |
void |
bindRefreshTypes()
override this method to bind refresh types. use binder.put to bind types,should put both type and callback data.
|
android.view.View |
createLoadingConfigView() |
boolean |
getCurrentVisibleHint() |
boolean |
getUserVisibleHintBetter() |
boolean |
isPauseByPageScroll() |
boolean |
isResumeByFirst() |
boolean |
isResumeByPageScroll() |
boolean |
isStarted() |
void |
onActivityCreated() |
void |
onCreate() |
void |
onDestroy() |
void |
onDestroyView() |
void |
onPause() |
void |
onRequestPermissionsResult() |
void |
onResume() |
void |
onStart() |
void |
onStop() |
void |
refresh()
ˢ�²���ͨ��remove/add�����µ�ʵ������Ϊ���漰Fragment Pager Adapter��View(��ViewPager)�У�Fragment���������ڲ������Լ����Ƶ�
|
void |
removeVisibleHintObserver() |
void |
requestPermissionsIfNeeded() |
void |
setMenuVisibility() |
void |
setUserVisibleHint() |
void |
setUserVisibleHintBetter() |
addVisibleHintObserver, getCurrentVisibleHint, removeVisibleHintObserverpublic void setMenuVisibility()
public boolean isResumeByPageScroll()
public boolean isResumeByFirst()
public boolean isPauseByPageScroll()
public void onResume()
public void onPause()
public void addVisibleHintObserver()
public void removeVisibleHintObserver()
public boolean getCurrentVisibleHint()
public void onCreate()
public void setUserVisibleHint()
public void onActivityCreated()
public void setUserVisibleHintBetter()
public boolean getUserVisibleHintBetter()
public android.view.View createLoadingConfigView()
public void onStart()
public boolean isStarted()
public void onStop()
public void onDestroyView()
public void requestPermissionsIfNeeded()
public void onRequestPermissionsResult()
public void onDestroy()
public void bindRefreshTypes()
override this method to bind refresh types.
use binder.put to bind types,should put both type and callback data.
public void refresh()
ˢ�²���ͨ��remove/add�����µ�ʵ������Ϊ���漰Fragment Pager Adapter��View(��ViewPager)�У�Fragment���������ڲ������Լ����Ƶ�