public interface IFrameView extends IFrameViewStatus, IContainerView
限定符和类型 | 字段和说明 |
---|---|
static byte |
TRANS_CUSTOM
自定义跳转时机
|
static byte |
TRANS_FIRST
跳转第一位,跳转完毕后加载
|
static byte |
TRANS_SECOND
跳转第二位,加载完毕后跳转
|
static byte |
WIN_TYPE_COMMON |
static byte |
WIN_TYPE_PAGE |
STATUS_ON_DESTROY, STATUS_ON_INIT, STATUS_ON_LOADING, STATUS_ON_PAGE_CHANGED, STATUS_ON_PRE_LOADING, STATUS_ON_PRESHOW
限定符和类型 | 方法和说明 |
---|---|
Context |
getContext()
获取上下文句柄
|
IApp |
obtainApp()
获取页面所在的应用句柄。
|
View |
obtainMainView()
获取分装的View
|
IWebAppRootView |
obtainWebAppRootView() |
IWebview |
obtainWebView()
获取页面的webview句柄
返回IWebview句柄。
|
io.dcloud.adapter.ui.AdaWebViewParent |
obtainWebviewParent()
获取页面的webview的父容器
|
AbsMgr |
obtainWindowMgr()
获取WindowMgr句柄。
|
void |
setFrameOptions_Animate(io.dcloud.adapter.util.ViewOptions pWindowOptions) |
void |
setNeedRender(boolean need) |
void |
setVisible(boolean pVisible,
boolean deep) |
void |
transition(byte pTransType) |
addFrameViewListener, obtainStatus, onDestroy, onInit, onLoading, onPreLoading, onPreShow, removeFrameViewListener
addFrameItem, addFrameItem, removeAllFrameItem, removeFrameItem
static final byte TRANS_FIRST
static final byte TRANS_SECOND
static final byte TRANS_CUSTOM
static final byte WIN_TYPE_COMMON
static final byte WIN_TYPE_PAGE
void setNeedRender(boolean need)
void setVisible(boolean pVisible, boolean deep)
void transition(byte pTransType)
void setFrameOptions_Animate(io.dcloud.adapter.util.ViewOptions pWindowOptions)
IWebview obtainWebView()
io.dcloud.adapter.ui.AdaWebViewParent obtainWebviewParent()
IApp obtainApp()
AbsMgr obtainWindowMgr()
Context getContext()
View obtainMainView()
IWebAppRootView obtainWebAppRootView()