| 接口 | 说明 |
|---|---|
| IXListViewListener |
Implements this interface to get refresh/load more event.
|
| XExpandableListView.OnXScrollListener |
You can listen ListView.OnScrollListener or this one. it will invoke
onXScrolling when header/footer scroll back.
|
| XListView.OnXScrollListener |
You can listen ListView.OnScrollListener or this one. it will invoke
onXScrolling when header/footer scroll back.
|
| XScrollView.IXScrollViewListener |
Implements this interface to get refresh/load more event.
|
| XScrollView.OnXScrollListener |
You can listen ListView.OnScrollListener or this one. it will invoke
onXScrolling when header/footer scroll back.
|
| 类 | 说明 |
|---|---|
| XExpandableListView |
XListView, it's based on XListView(Maxwin)
|
| XFooterView |
The footer view for
XListView and
XScrollView |
| XHeaderView |
The header view for
XListView and
XScrollView |
| XListView |
XListView, it's based on XListView(Maxwin)
|
| XScrollView |
XScrollView, modified from
XListView |