DockAction
s that also implement
CommonDockAction
.See: Description
Interface | Description |
---|---|
CommonDecoratableDockAction |
The combination of a
CommonDockAction and a SharingStandardDockAction , does not introduce
any new methods or fields.This is the interface any DockAction that is used by a CDecorateableAction must implement. |
CommonDockAction |
A
DockAction that is used by a CAction . |
CommonDropDownItem |
A combination of
SharingDropDownItemAction and CommonDecoratableDockAction , this interface
does not add any new methods or fields.DockAction s used by the CDropDownItem must implement this interface. |
CommonSelectableAction |
A combination of
SharingSelectableDockAction and CommonDockAction , does not add
any new methods or fields.This is the interface a DockAction must implement if used by CSelectableAction . |
Class | Description |
---|---|
CommonSeparatorAction |
A
SeparatorAction implementing the CommonDockAction interface. |
CommonSimpleButtonAction |
An implementation of a
SimpleButtonAction that also implements CommonDockAction . |
CommonSimpleCheckAction |
A
SimpleSelectableAction that also implements CommonDockAction . |
CommonSimpleDropDownAction |
An implementation of a
SimpleDropDownAction also implementing CommonDockAction . |
CommonSimpleMenuAction |
A
SimpleMenuAction implementing CommonDockAction . |
CommonSimpleRadioAction |
A
SimpleSelectableAction that also implements CommonDockAction . |
DockAction
s that also implement
CommonDockAction
. These actions are used to feed the CAction
s.