AListView
Complete API reference for AListView, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class AListView extends ListView
Constructors
| Signature | Description |
|---|---|
AListView(Context) | Creates a new instance of AListView. |
Methods
| Signature | Returns | Description |
|---|---|---|
getViewID() | String | Returns the current view id. |
findByID(String) | <T extends View> T | Performs the findByID operation using the provided parameters (id). |
setOnItemClickListener(OnItemClickListener) | void | Sets or updates the on item click listener. |
setOnItemLongClickListener(OnItemLongClickListener) | void | Sets or updates the on item long click listener. |
setOnItemSelectedListener(OnItemSelectedListener) | void | Sets or updates the on item selected listener. |
setOnGenericMotionListener(OnGenericMotionListener) | void | Sets or updates the on generic motion listener. |
setOnLongClickListener(OnLongClickListener) | void | Sets or updates the on long click listener. |
setOnClickListener(OnClickListener) | void | Sets or updates the on click listener. |
setOnTouchListener(OnTouchListener) | void | Sets or updates the on touch listener. |
setOnHoverListener(OnHoverListener) | void | Sets or updates the on hover listener. |
setOnDragListener(OnDragListener) | void | Sets or updates the on drag listener. |
setOnKeyListener(OnKeyListener) | void | Sets or updates the on key listener. |
setOnScrollChangeListener(OnScrollChangeListener) | void | Sets or updates the on scroll change listener. |
setOnFocusChangeListener(OnFocusChangeListener) | void | Sets or updates the on focus change listener. |
setOnCreateContextMenuListener(OnCreateContextMenuListener) | void | Sets or updates the on create context menu listener. |