public interface ActionCategories
An interface that keeps a number of commonly used Action categories.
Modifier and Type | Field and Description |
---|---|
static ActionNode.Category |
BOTTOM_LEFT_MENU
Actions displayed at bottom left of either form, section, or field.
|
static ActionNode.Category |
BOTTOM_RIGHT_MENU
Actions displayed at bottom right of either form, section, or field.
|
static ActionNode.Category |
BUTTON_ACTION
Action fired when button is pressed.
|
static ActionNode.Category |
LEFT_SWIPE_MENU |
static ActionNode.Category |
LIST_ADD_ACTION |
static ActionNode.Category |
LIST_REMOVE_ACTION |
static ActionNode.Category |
LIST_SELECT_ACTION
Action fired when clicking on an item from a list.
|
static ActionNode.Category |
OVERFLOW_MENU
Actions displayed in overflow menu of form, section, or field.
|
static ActionNode.Category |
RIGHT_SWIPE_MENU |
static ActionNode.Category |
TOP_LEFT_MENU
Actions displayed at top left of either form, section, or field.
|
static ActionNode.Category |
TOP_RIGHT_MENU
Actions displayed at top right of either form, section, or field.
|
static final ActionNode.Category TOP_LEFT_MENU
Actions displayed at top left of either form, section, or field.
static final ActionNode.Category TOP_RIGHT_MENU
Actions displayed at top right of either form, section, or field.
static final ActionNode.Category BOTTOM_RIGHT_MENU
Actions displayed at bottom right of either form, section, or field.
static final ActionNode.Category BOTTOM_LEFT_MENU
Actions displayed at bottom left of either form, section, or field.
static final ActionNode.Category OVERFLOW_MENU
Actions displayed in overflow menu of form, section, or field.
static final ActionNode.Category LIST_SELECT_ACTION
Action fired when clicking on an item from a list.
static final ActionNode.Category LIST_REMOVE_ACTION
static final ActionNode.Category LIST_ADD_ACTION
static final ActionNode.Category BUTTON_ACTION
Action fired when button is pressed.
static final ActionNode.Category LEFT_SWIPE_MENU
static final ActionNode.Category RIGHT_SWIPE_MENU
Copyright © 2021. All Rights Reserved.