new LoadedViewHolder(loadedView)
Parameters:
Name | Type | Description |
---|---|---|
loadedView |
* |
- Source:
Methods
getDomElementAttrValue(attrName)
获取标签元素的指定属性
Parameters:
Name | Type | Description |
---|---|---|
attrName |
string |
- Source:
getViewObject() → {View}
获取对应的视图对象
- Source:
Returns:
- Type
- View
getViewScope() → {PlainObject}
获取视图作用域对象
- Source:
Returns:
- Type
- PlainObject
getViewScopePropValue(propName) → {*}
获取视图作用域对象的指定属性
Parameters:
Name | Type | Description |
---|---|---|
propName |
string |
- Source:
Returns:
- Type
- *
setDomElementAttrValue(attrName, attrValue)
设置标签元素的指定属性
Parameters:
Name | Type | Description |
---|---|---|
attrName |
string | |
attrValue |
* |
- Source:
setViewScopePropValue(propName, propValue)
设置视图作用域对象的指定属性
Parameters:
Name | Type | Description |
---|---|---|
propName |
string | |
propValue |
* |
- Source:
setViewToHide()
设置视图成隐藏
- Source:
setViewToShow()
设置视图成可见
- Source:
(static) getAndCheckJQueryObject(loadedView) → {jQueryObject}
Parameters:
Name | Type | Description |
---|---|---|
loadedView |
* |
- Source:
Returns:
- Type
- jQueryObject
(static) getAndCheckViewObject(viewScope) → {View}
Parameters:
Name | Type | Description |
---|---|---|
viewScope |
* |
- Source:
Returns:
- Type
- View
(static) getAndCheckViewScope(jQueryObject) → {PlainObject}
Parameters:
Name | Type | Description |
---|---|---|
jQueryObject |
* |
- Source:
Returns:
- Type
- PlainObject