AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Private 成员函数 | Private 属性 | 所有成员列表
com.ab.view.pullview.AbViewInfo类 参考

Public 成员函数

 AbViewInfo (View view, int width, int height, int top, int bottom)
 
 AbViewInfo (View view, int width, int height)
 
 AbViewInfo (View view)
 
View getView ()
 
void setView (View view)
 
int getWidth ()
 
void setWidth (int width)
 
int getHeight ()
 
void setHeight (int height)
 
int getTop ()
 
void setTop (int top)
 
int getBottom ()
 
void setBottom (int bottom)
 
.ExportedProperty Object getTag ()
 
void setTag (final Object tag)
 
Object getTag (int key)
 
void setTag (int key, final Object tag)
 
int getVisible ()
 
void setVisible (int visible)
 

Private 成员函数

void setKeyedTag (int key, Object tag)
 

Private 属性

View view
 
int width
 
int height
 
int top
 
int bottom
 
Object tag
 
int visible
 
SparseArray< Object > keyedTags
 

详细描述

The Class AbViewInfo.

构造及析构函数说明

com.ab.view.pullview.AbViewInfo.AbViewInfo ( View  view,
int  width,
int  height,
int  top,
int  bottom 
)
inline

Instantiates a new ab view info.

参数
viewthe view
widththe width
heightthe height
topthe top
bottomthe bottom
com.ab.view.pullview.AbViewInfo.AbViewInfo ( View  view,
int  width,
int  height 
)
inline

Instantiates a new ab view info.

参数
viewthe view
widththe width
heightthe height
com.ab.view.pullview.AbViewInfo.AbViewInfo ( View  view)
inline

Instantiates a new ab view info.

参数
viewthe view

成员函数说明

int com.ab.view.pullview.AbViewInfo.getBottom ( )
inline

Gets the bottom.

返回
the bottom
int com.ab.view.pullview.AbViewInfo.getHeight ( )
inline

Gets the height.

返回
the height
.ExportedProperty Object com.ab.view.pullview.AbViewInfo.getTag ( )
inline

Gets the tag.

返回
the tag
Object com.ab.view.pullview.AbViewInfo.getTag ( int  key)
inline

Gets the tag.

参数
keythe key
返回
the tag
int com.ab.view.pullview.AbViewInfo.getTop ( )
inline

Gets the top.

返回
the top
View com.ab.view.pullview.AbViewInfo.getView ( )
inline

Gets the view.

返回
the view
int com.ab.view.pullview.AbViewInfo.getVisible ( )
inline

Gets the visible.

返回
the visible
int com.ab.view.pullview.AbViewInfo.getWidth ( )
inline

Gets the width.

返回
the width
void com.ab.view.pullview.AbViewInfo.setBottom ( int  bottom)
inline

Sets the bottom.

参数
bottomthe new bottom
void com.ab.view.pullview.AbViewInfo.setHeight ( int  height)
inline

Sets the height.

参数
heightthe new height
void com.ab.view.pullview.AbViewInfo.setKeyedTag ( int  key,
Object  tag 
)
inlineprivate

Sets the keyed tag.

参数
keythe key
tagthe tag
void com.ab.view.pullview.AbViewInfo.setTag ( final Object  tag)
inline

Sets the tag.

参数
tagthe new tag
void com.ab.view.pullview.AbViewInfo.setTag ( int  key,
final Object  tag 
)
inline

Sets the tag.

参数
keythe key
tagthe tag
void com.ab.view.pullview.AbViewInfo.setTop ( int  top)
inline

Sets the top.

参数
topthe new top
void com.ab.view.pullview.AbViewInfo.setView ( View  view)
inline

Sets the view.

参数
viewthe new view
void com.ab.view.pullview.AbViewInfo.setVisible ( int  visible)
inline

Sets the visible.

参数
visiblethe new visible
void com.ab.view.pullview.AbViewInfo.setWidth ( int  width)
inline

Sets the width.

参数
widththe new width

类成员变量说明

int com.ab.view.pullview.AbViewInfo.bottom
private

The bottom.

int com.ab.view.pullview.AbViewInfo.height
private

The height.

SparseArray<Object> com.ab.view.pullview.AbViewInfo.keyedTags
private

Map used to store views' tags.

Object com.ab.view.pullview.AbViewInfo.tag
private

The tag.

int com.ab.view.pullview.AbViewInfo.top
private

The top.

View com.ab.view.pullview.AbViewInfo.view
private

The view.

int com.ab.view.pullview.AbViewInfo.visible
private

The tag.

int com.ab.view.pullview.AbViewInfo.width
private

The width.


该类的文档由以下文件生成: