Package | Description |
---|---|
com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
com.codename1.rad.ui.entityviews |
This package contains entity views - view components that are bound to an Entity value model.
|
Modifier and Type | Field and Description |
---|---|
protected Map<ActionNode.Category,ActionsNode> |
Node.actions |
Modifier and Type | Method and Description |
---|---|
ActionNode.Category |
ActionsNode.getCategory() |
ActionNode.Category |
ActionNode.getCategory() |
Modifier and Type | Method and Description |
---|---|
ActionNode |
Node.getAction(ActionNode.Category category)
Gets an action defined on this node that matches the given category.
|
Actions |
Node.getActions(ActionNode.Category category)
Gets actions on this node in the given category.
|
ActionNode |
Node.getInheritedAction(ActionNode.Category category)
Gets action matching the given category in this node.
|
Actions |
Node.getInheritedActions(ActionNode.Category category)
Gets actions on this node, and parent node(s) in the given category.
|
Modifier and Type | Field and Description |
---|---|
static ActionNode.Category |
ActionCategories.BOTTOM_LEFT_MENU
Actions displayed at bottom left of either form, section, or field.
|
static ActionNode.Category |
EntityEditor.BOTTOM_LEFT_TOOLBAR |
static ActionNode.Category |
ActionCategories.BOTTOM_RIGHT_MENU
Actions displayed at bottom right of either form, section, or field.
|
static ActionNode.Category |
EntityEditor.BOTTOM_RIGHT_TOOLBAR |
static ActionNode.Category |
ActionCategories.BUTTON_ACTION
Action fired when button is pressed.
|
static ActionNode.Category |
EntityEditor.INLINE_LEFT |
static ActionNode.Category |
EntityEditor.INLINE_LEFT_LABEL |
static ActionNode.Category |
EntityEditor.INLINE_RIGHT |
static ActionNode.Category |
EntityEditor.INLINE_RIGHT_LABEL |
static ActionNode.Category |
ActionCategories.LEFT_SWIPE_MENU |
static ActionNode.Category |
ActionCategories.LIST_ADD_ACTION |
static ActionNode.Category |
ActionCategories.LIST_REMOVE_ACTION |
static ActionNode.Category |
ActionCategories.LIST_SELECT_ACTION
Action fired when clicking on an item from a list.
|
static ActionNode.Category |
EntityEditor.MORE_MENU |
static ActionNode.Category |
ActionCategories.OVERFLOW_MENU
Actions displayed in overflow menu of form, section, or field.
|
static ActionNode.Category |
ActionCategories.RIGHT_SWIPE_MENU |
static ActionNode.Category |
ActionCategories.TOP_LEFT_MENU
Actions displayed at top left of either form, section, or field.
|
static ActionNode.Category |
EntityEditor.TOP_LEFT_TOOLBAR |
static ActionNode.Category |
ActionCategories.TOP_RIGHT_MENU
Actions displayed at top right of either form, section, or field.
|
static ActionNode.Category |
EntityEditor.TOP_RIGHT_TOOLBAR |
Modifier and Type | Method and Description |
---|---|
static ActionsNode |
UI.actions(ActionNode.Category category,
Actions actions) |
Modifier and Type | Field and Description |
---|---|
static ActionNode.Category |
ProfileListView.ACCOUNT_LIST_ROW_ACTIONS
Actions that can be performed on a single row of the list.
|
static ActionNode.Category |
ProfileListView.ProfileListRowView.ACCOUNT_LIST_ROW_ACTIONS |
static ActionNode.Category |
ProfileListView.ACCOUNT_LIST_ROW_SELECTED
Category used to register an action to receive "click" events for a row.
|
static ActionNode.Category |
ProfileListView.ProfileListRowView.ACCOUNT_LIST_ROW_SELECTED |
static ActionNode.Category |
ProfileAvatarView.PROFILE_AVATAR_CLICKED
Action that will be fired when the avatar is clicked.
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_CLICKED
Action fired when individual profile avatar is clicked.
|
static ActionNode.Category |
ProfileAvatarView.PROFILE_AVATAR_CLICKED_MENU
Actions that should appear in a popup menu when the avatar is clicked.
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_CLICKED_MENU
Actions displayed in a popup menu when individual avatar is clicked.
|
static ActionNode.Category |
ProfileAvatarView.PROFILE_AVATAR_LONG_PRESS
Action that will be fired when user long presses on the avatar.
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_LONG_PRESS
Action fired when individual profile avatar is long pressed.
|
static ActionNode.Category |
ProfileAvatarView.PROFILE_AVATAR_LONG_PRESS_MENU
Actions that should appear in a popup menu when the avatar is long pressed.
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_LONG_PRESS_MENU
Actions displayed in popup menu when individual avatar is longpressed.
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_TITLE_COMPONENT_CLICKED
Action fired on click event.
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_TITLE_COMPONENT_CLICKED_MENU
Actions displayed in popup menu when this component is clicked
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_TITLE_COMPONENT_LONG_PRESS
Action fired on long press.
|
static ActionNode.Category |
ProfileAvatarsTitleComponent.PROFILE_AVATAR_TITLE_COMPONENT_LONG_PRESS_MENU
Actions displayed in popup menu when this component is longpressed.
|
Modifier and Type | Field and Description |
---|---|
static ViewProperty<ActionNode.Category> |
MultiButtonEntityView.ACTION_CATEGORY |
Copyright © 2021. All Rights Reserved.