public class PageAction
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static PageAction | ACTION_FINISH_REFRESH | 
| static PageAction | ACTION_NO_MORE_DATA | 
| static int | CUSTOM_SERVICE_ACTION | 
| static int | FINISH_LOAD_MORE | 
| static int | FINISH_REFRESH | 
| static int | SCROLL_TO_POSITION | 
| static int | SHOW_LONG_CLICK_DIALOG | 
| static int | SHOW_UNREAD_BAR | 
| static int | SMOOTH_SCROLL_TO_POSITION | 
| static int | TOAST | 
| Constructor and Description | 
|---|
| PageAction(int action) | 
| PageAction(int action,
          java.lang.Object obj) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | get() | 
| <T> T | get(java.lang.Class<T> clazz) | 
| int | getAction() | 
public static final int FINISH_REFRESH
public static final int FINISH_LOAD_MORE
public static final int TOAST
public static final int CUSTOM_SERVICE_ACTION
public static final int SHOW_LONG_CLICK_DIALOG
public static final int SCROLL_TO_POSITION
public static final int SMOOTH_SCROLL_TO_POSITION
public static final int SHOW_UNREAD_BAR
public static final PageAction ACTION_FINISH_REFRESH
public static final PageAction ACTION_NO_MORE_DATA