Package | Description |
---|---|
com.intechcore.scomponents.scell.api.fx | |
com.intechcore.scomponents.scell.api.fx.control | |
com.intechcore.scomponents.scell.api.fx.model |
Modifier and Type | Method and Description |
---|---|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.disableContextMenu(ContextMenuOwner target)
Created SCell control will not have corresponding context menu
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.enableContextMenu(ContextMenuOwner target,
boolean value)
Created SCell control will have (or not) corresponding context menu
|
void |
IScellUiApi.setContextMenuItems(ContextMenuOwner target,
List<PredefinedContextMenuCommand> commands)
Allows to customize the corresponding context menu
|
Modifier and Type | Method and Description |
---|---|
boolean |
IUiControlSettings.isContextMenuEnabled(ContextMenuOwner contextMenu)
Get corresponding SCell context menu status - disabled or not
|
void |
IUiControlSettings.setContextMenuEnabled(ContextMenuOwner contextMenu,
boolean value)
Set corresponding SCell context menu enabled property
|
Modifier and Type | Method and Description |
---|---|
static ContextMenuOwner |
ContextMenuOwner.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextMenuOwner[] |
ContextMenuOwner.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.