Foxit PDF SDK
9.1
|
Classes | |
interface | OnItemClickListener |
Public Member Functions | |
void | setActionCallback (@MenuPosition int position, OnItemClickListener clickListener) |
OnItemClickListener | getActionCallback (@MenuPosition int position) |
void | setActionView (@MenuPosition int position, IActionMenuPresenter actionView) |
IActionMenuPresenter | getActionView (@MenuPosition int position) |
void | setMenuPresenter (@MenuPosition int position, IMenuPresenter presenter) |
IMenuPresenter | getMenuPresenter (@MenuPosition int position) |
Static Public Attributes | |
static final int | POSITION_THUMBNAIL_EXTRACT = 1 |
static final int | POSITION_THUMBNAIL_ADD = 2 |
static final int | POSITION_MORE = 3 |
Use this menu view manager can obtain a menu view of a specific location, and then customize some operations using this view.
OnItemClickListener com.foxit.uiextensions.controls.menu.MenuViewManager.getActionCallback | ( | @MenuPosition int | position | ) |
get the custom menu click event according to position
position | the menu position MenuPosition |
IActionMenuPresenter com.foxit.uiextensions.controls.menu.MenuViewManager.getActionView | ( | @MenuPosition int | position | ) |
Get custom view according to positon
position | the menu positionMenuPosition |
IMenuPresenter com.foxit.uiextensions.controls.menu.MenuViewManager.getMenuPresenter | ( | @MenuPosition int | position | ) |
Get custom view according to positon
position | the menu positionMenuPosition |
void com.foxit.uiextensions.controls.menu.MenuViewManager.setActionCallback | ( | @MenuPosition int | position, |
OnItemClickListener | clickListener | ||
) |
Set the custom menu click event according to postion
position | the menu position MenuPosition |
clickListener | the custom menu click |
void com.foxit.uiextensions.controls.menu.MenuViewManager.setActionView | ( | @MenuPosition int | position, |
IActionMenuPresenter | actionView | ||
) |
Set a custom view for the specified positon according to IActionMenuPresenter
position | the menu positionMenuPosition |
actionView | the custom view constructed by IActionMenuPresenter |
void com.foxit.uiextensions.controls.menu.MenuViewManager.setMenuPresenter | ( | @MenuPosition int | position, |
IMenuPresenter | presenter | ||
) |
Set a custom view for the specified positon according to IMenuPresenter
position | the menu positionMenuPosition |
presenter | the custom view constructed by IMenuPresenter |
|
static |
the more menu in the top bar
|
static |
the add pages menu of thumbnail dialog
|
static |
the extract menu of thumbnail dialog