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

Public 成员函数

 AbIocEventListener (Object handler)
 
AbIocEventListener click (String method)
 
AbIocEventListener longClick (String method)
 
AbIocEventListener itemLongClick (String method)
 
AbIocEventListener itemClick (String method)
 
AbIocEventListener select (String method)
 
AbIocEventListener noSelect (String method)
 
boolean onLongClick (View v)
 
boolean onItemLongClick (AdapterView<?> arg0, View arg1, int arg2, long arg3)
 
void onItemSelected (AdapterView<?> arg0, View arg1, int arg2, long arg3)
 
void onNothingSelected (AdapterView<?> arg0)
 
void onItemClick (AdapterView<?> arg0, View arg1, int arg2, long arg3)
 
void onClick (View v)
 

静态 Private 成员函数

static Object invokeClickMethod (Object handler, String methodName, Object...params)
 
static boolean invokeLongClickMethod (Object handler, String methodName, Object...params)
 
static Object invokeItemClickMethod (Object handler, String methodName, Object...params)
 
static boolean invokeItemLongClickMethod (Object handler, String methodName, Object...params)
 
static Object invokeItemSelectMethod (Object handler, String methodName, Object...params)
 
static Object invokeNoSelectMethod (Object handler, String methodName, Object...params)
 

Private 属性

Object handler
 
String clickMethod
 
String longClickMethod
 
String itemClickMethod
 
String itemSelectMethod
 
String nothingSelectedMethod
 
String itemLongClickMehtod
 

构造及析构函数说明

com.ab.view.listener.AbIocEventListener.AbIocEventListener ( Object  handler)
inline

成员函数说明

AbIocEventListener com.ab.view.listener.AbIocEventListener.click ( String  method)
inline
static Object com.ab.view.listener.AbIocEventListener.invokeClickMethod ( Object  handler,
String  methodName,
Object...  params 
)
inlinestaticprivate
static Object com.ab.view.listener.AbIocEventListener.invokeItemClickMethod ( Object  handler,
String  methodName,
Object...  params 
)
inlinestaticprivate

onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3)

static boolean com.ab.view.listener.AbIocEventListener.invokeItemLongClickMethod ( Object  handler,
String  methodName,
Object...  params 
)
inlinestaticprivate

onItemLongClick(AdapterView<?> arg0, View arg1, int arg2,long arg3)

static Object com.ab.view.listener.AbIocEventListener.invokeItemSelectMethod ( Object  handler,
String  methodName,
Object...  params 
)
inlinestaticprivate

onItemSelected(AdapterView<?> arg0, View arg1, int arg2,long arg3)

static boolean com.ab.view.listener.AbIocEventListener.invokeLongClickMethod ( Object  handler,
String  methodName,
Object...  params 
)
inlinestaticprivate
static Object com.ab.view.listener.AbIocEventListener.invokeNoSelectMethod ( Object  handler,
String  methodName,
Object...  params 
)
inlinestaticprivate
AbIocEventListener com.ab.view.listener.AbIocEventListener.itemClick ( String  method)
inline
AbIocEventListener com.ab.view.listener.AbIocEventListener.itemLongClick ( String  method)
inline
AbIocEventListener com.ab.view.listener.AbIocEventListener.longClick ( String  method)
inline
AbIocEventListener com.ab.view.listener.AbIocEventListener.noSelect ( String  method)
inline
void com.ab.view.listener.AbIocEventListener.onClick ( View  v)
inline
void com.ab.view.listener.AbIocEventListener.onItemClick ( AdapterView<?>  arg0,
View  arg1,
int  arg2,
long  arg3 
)
inline
boolean com.ab.view.listener.AbIocEventListener.onItemLongClick ( AdapterView<?>  arg0,
View  arg1,
int  arg2,
long  arg3 
)
inline
void com.ab.view.listener.AbIocEventListener.onItemSelected ( AdapterView<?>  arg0,
View  arg1,
int  arg2,
long  arg3 
)
inline
boolean com.ab.view.listener.AbIocEventListener.onLongClick ( View  v)
inline
void com.ab.view.listener.AbIocEventListener.onNothingSelected ( AdapterView<?>  arg0)
inline
AbIocEventListener com.ab.view.listener.AbIocEventListener.select ( String  method)
inline

类成员变量说明

String com.ab.view.listener.AbIocEventListener.clickMethod
private
Object com.ab.view.listener.AbIocEventListener.handler
private
String com.ab.view.listener.AbIocEventListener.itemClickMethod
private
String com.ab.view.listener.AbIocEventListener.itemLongClickMehtod
private
String com.ab.view.listener.AbIocEventListener.itemSelectMethod
private
String com.ab.view.listener.AbIocEventListener.longClickMethod
private
String com.ab.view.listener.AbIocEventListener.nothingSelectedMethod
private

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