Modifier and Type | Method and Description |
---|---|
void |
SelectFolder.init(OMSAction action) |
void |
NewFolder.init(OMSAction action) |
void |
ControlPanel.init(OMSAction action)
Implemented for compatibility with CLInternalFrame.
|
void |
Console.init(OMSAction action) |
void |
AddNoteIFrame.init(OMSAction action) |
Modifier and Type | Class and Description |
---|---|
class |
ControlPanelAction |
Modifier and Type | Method and Description |
---|---|
void |
CLGuiomBase.send(OMSAction action) |
void |
CLGuiomBase.sendAllFrames(OMSAction action)
Sends an event containing the action to all frames.
|
void |
CLGuiomBase.sendFrame(int frameid,
int panelid,
OMSAction action)
This method is equivalent to:
this.getFrame(frameid).onEvent(new OMSEvent(evtsrc,action));
|
Modifier and Type | Method and Description |
---|---|
static void |
MethodActionHelper.setMethodArguments(OMSAction action) |
Constructor and Description |
---|
Action_print(CLBrowser browser,
OMSAction action) |
Action_recalculate(CLBrowser browser,
OMSAction action) |
ActionHandler(CLBrowser browser,
OMSAction action) |
Modifier and Type | Class and Description |
---|---|
class |
OMSBusinessAction |
Modifier and Type | Class and Description |
---|---|
class |
AddUseAction |
class |
OMSDataAction |
class |
SaveAction |
class |
SelectUseAction |
class |
SetClassDescriptionAction |
class |
SetPropertyDescriptionAction |
static class |
Toolkit.ChangeModuleAction |
static class |
Toolkit.ChangePasswordAction |
static class |
Toolkit.ResetPasswordAction |
class |
UnRelateAction |
class |
UploadFileAction |
Modifier and Type | Class and Description |
---|---|
class |
OMSRemoteAction |
Modifier and Type | Class and Description |
---|---|
class |
AddPropertyAction |
class |
DeleteFileAction |
class |
InitAction |
class |
NewAction |
class |
OMSUIAction |
class |
OpenDescriptionsPanel |
class |
OpenFileAction |
class |
OpenInstanceAction |
class |
OpenNewRelateFrameAction |
class |
OpenSelectRelateFrameAction |
class |
PictureAction |
class |
SaveFileAction |
class |
SelectAction |
class |
SetUpToolbars |
static class |
Toolkit.ChangeAppearance |
static class |
Toolkit.OrganizeWindows |
Modifier and Type | Method and Description |
---|---|
OMSAction |
OMSEvent.getAction() |
Modifier and Type | Method and Description |
---|---|
int |
DataAccessDelegate.deleteFile(OMSAction action) |
void |
DataAccessDelegate.save(OMSAction action) |
boolean |
DataAccessDelegate.saveFile(OMSAction action) |
void |
OMSEventSourceImpl.send(OMSAction action) |
Constructor and Description |
---|
OMSEvent(OMSEventSource source,
OMSAction action) |
Modifier and Type | Method and Description |
---|---|
void |
IOpenInstanceIFrame.init(OMSAction action)
Extract OMSAction.PARAM_CLASSVO, OMSAction.PARAM_OIDS, OMSAction.PARAM_FORM_KEY
and calls init(Object[])
|
void |
IFOpenInstanceFlow.init(OMSAction action)
Extract OMSAction.PARAM_CLASSVO, OMSAction.PARAM_OIDS, OMSAction.PARAM_FORM_KEY
and calls init(Object[])
|
void |
ConsoleImpl.init(OMSAction action) |
void |
CLWebBrowserIFrame.init(OMSAction action) |
void |
CLJInternalFrameSelectInstances.init(OMSAction action) |
void |
CLJInternalFrameOpenInstance.init(OMSAction action)
Extract OMSAction.PARAM_CLASSVO, OMSAction.PARAM_OIDS, OMSAction.PARAM_FORM_KEY
and calls init(Object[])
|
void |
CLJInternalFrameNewInstance.init(OMSAction action) |
void |
CLJInternalFrameDeleteInstance.init(OMSAction action) |
abstract void |
CLInternalFrame.init(OMSAction action) |
void |
CLBasicInternalFrame.init(OMSAction action) |
void |
AboutFrame.init(OMSAction action) |
void |
CLInternalFrame.send(OMSAction action)
Equivalent to send (new OMSEvent(this,action))
|
void |
CLInternalFrame.send(OMSAction action,
boolean locally)
Equivalent to send (new OMSEvent(this,action),locally)
|
Modifier and Type | Method and Description |
---|---|
void |
CLDesktop.send(OMSAction action)
Sends the action received as arguments to
the central UI controller (OMSEventListener)
encapsulated in an OMSEvent.
|
void |
CLDesktop.sendAllFrames(OMSAction action) |
void |
CLDesktop.sendFrame(int frameKey,
int panelKey,
OMSAction action) |
Modifier and Type | Method and Description |
---|---|
void |
SelectToolbarsInternalFrame.init(OMSAction action) |
void |
DescriptionsPanel.init(OMSAction action) |
Modifier and Type | Class and Description |
---|---|
class |
TableFilterAction |