Package | Description |
---|---|
org.openlowcode.client.runtime |
This package gathers all the main mechanisms of the Open Lowcode client
|
Modifier and Type | Method and Description |
---|---|
static PageActionModifier |
PageActionModifier.getCtrlPressed() |
static PageActionModifier |
PageActionModifier.getNothingPressed() |
static PageActionModifier |
PageActionModifier.getShiftPressed() |
Modifier and Type | Method and Description |
---|---|
void |
PageActionManager.registerEventWithModifier(java.lang.Object object,
CPageAction action,
PageActionModifier modifier)
Register an event with modifier for display of action result in the same tab
|
void |
PageActionManager.registerEventWithModifier(java.lang.Object object,
CPageAction action,
PageActionModifier modifier,
boolean openinnewtab)
Register an event with modifier for display of action result in the same tab
|
void |
PageActionManager.registerInlineActionWithModifier(java.lang.Object widget,
CPageInlineAction inlineaction,
PageActionModifier modifier) |