Class RemoveCreateDetailDocumentsModifier
java.lang.Object
ch.tocco.nice2.netui.impl.actions.entityoperation.RemoveCreateDetailDocumentsModifier
- All Implemented Interfaces:
ActionModifier
@Component
@Order(0)
public class RemoveCreateDetailDocumentsModifier
extends Object
implements ActionModifier
-
Field Summary
Fields inherited from interface ch.tocco.nice2.netui.spi.actions.ActionModifier
HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
-
Constructor Summary
ConstructorDescriptionRemoveCreateDetailDocumentsModifier
(NiceDataModel dataModel, CommandExecutor executor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
postModify
(ActionGroupModel actionGroup, Situation situation) Modify actions in this group.
-
Constructor Details
-
RemoveCreateDetailDocumentsModifier
-
-
Method Details
-
postModify
Description copied from interface:ActionModifier
Modify actions in this group.
Note, that the specified group contains all actions that are passed to the client. The specified group itself is a wrapper for conveniently modifying the actions.
- Specified by:
postModify
in interfaceActionModifier
- Parameters:
actionGroup
- contains all actions previously created by theActionFactory
ssituation
- the situation the actions has been created for
-