AndBase开发框架  1.5.8r3
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Protected 成员函数 | Private 成员函数 | Private 属性 | 所有成员列表
com.ab.view.sample.AbLetterFilterView类 参考
类 com.ab.view.sample.AbLetterFilterView 继承关系图:

Public 成员函数

 AbLetterFilterView (Context context)
 
 AbLetterFilterView (Context context, AttributeSet attrs)
 
 AbLetterFilterView (Context context, AttributeSet attrs, int defStyle)
 
void setListView (ListView _list)
 
void setTextView (TextView mDialogText)
 
boolean onTouchEvent (MotionEvent event)
 
int getBackgroundResource ()
 
void setBackgroundResource (int backgroundResource)
 

Protected 成员函数

void onDraw (Canvas canvas)
 

Private 成员函数

void init ()
 

Private 属性

char[] l
 
SectionIndexer sectionIndexter = null
 
ListView list
 
TextView mDialogText
 
Paint paint
 
int backgroundResource
 
float widthCenter
 
float singleHeight
 

详细描述

© 2012 amsoft.cn 名称:AbLetterFilterView.java 描述:字母索引条

作者
还如一梦中
版本
v1.0
日期
:2013-10-24 下午1:36:45

构造及析构函数说明

com.ab.view.sample.AbLetterFilterView.AbLetterFilterView ( Context  context)
inline

Instantiates a new ab letter filter view.

参数
contextthe context
com.ab.view.sample.AbLetterFilterView.AbLetterFilterView ( Context  context,
AttributeSet  attrs 
)
inline

Instantiates a new ab letter filter view.

参数
contextthe context
attrsthe attrs
com.ab.view.sample.AbLetterFilterView.AbLetterFilterView ( Context  context,
AttributeSet  attrs,
int  defStyle 
)
inline

Instantiates a new ab letter filter view.

参数
contextthe context
attrsthe attrs
defStylethe def style

成员函数说明

int com.ab.view.sample.AbLetterFilterView.getBackgroundResource ( )
inline

Gets the background resource.

返回
the background resource
void com.ab.view.sample.AbLetterFilterView.init ( )
inlineprivate

Inits the.

void com.ab.view.sample.AbLetterFilterView.onDraw ( Canvas  canvas)
inlineprotected
boolean com.ab.view.sample.AbLetterFilterView.onTouchEvent ( MotionEvent  event)
inline
void com.ab.view.sample.AbLetterFilterView.setBackgroundResource ( int  backgroundResource)
inline
void com.ab.view.sample.AbLetterFilterView.setListView ( ListView  _list)
inline

Sets the list view.

参数
_listthe new list view
void com.ab.view.sample.AbLetterFilterView.setTextView ( TextView  mDialogText)
inline

Sets the text view.

参数
mDialogTextthe new text view

类成员变量说明

int com.ab.view.sample.AbLetterFilterView.backgroundResource
private

The background resource.

char [] com.ab.view.sample.AbLetterFilterView.l
private

The l.

ListView com.ab.view.sample.AbLetterFilterView.list
private

The list.

TextView com.ab.view.sample.AbLetterFilterView.mDialogText
private

The m dialog text.

Paint com.ab.view.sample.AbLetterFilterView.paint
private

The paint.

SectionIndexer com.ab.view.sample.AbLetterFilterView.sectionIndexter = null
private

The section indexter.

float com.ab.view.sample.AbLetterFilterView.singleHeight
private

字母之间的间距.

float com.ab.view.sample.AbLetterFilterView.widthCenter
private

The width center.


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