Class EvaluationQuestionLogicCopyActionFactory
java.lang.Object
ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
ch.tocco.nice2.optional.evaluation.impl.actions.EvaluationQuestionLogicCopyActionFactory
- All Implemented Interfaces:
ActionFactory
@Deprecated
@Component
public class EvaluationQuestionLogicCopyActionFactory
extends AbstractActionFactory
Deprecated.
Adds the `nice2.optional.evaluation.actions.logiccopy.EvaluationQuestionLogicCopyAction` action to the menues where
it's desired (in the legacy client).
Also see the `ch.tocco.nice2.model.form.api.form2.interceptors.LogicCopyActionContribution` contribution for the new client.
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
actionBuilder
Fields inherited from interface ch.tocco.nice2.netui.spi.actions.ActionFactory
DISABLE_ACTION, HIGH_PRIORITY, LOW_PRIORITY, PERFORM_DENIED_KEY, REMOVE_ACTION
-
Constructor Summary
ConstructorDescriptionEvaluationQuestionLogicCopyActionFactory
(ActionsBuilder actionBuilder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.@Nullable Collection
<ActionModel> createActions
(Situation situation) Deprecated.Create a newActionGroupModel
for the specified situation.Methods inherited from class ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
addSeparator, addToList, asCollection, getEntityName, getPrimaryKey, isEntity, isForm, isPlace, isScope, isScreen
-
Constructor Details
-
EvaluationQuestionLogicCopyActionFactory
Deprecated.
-
-
Method Details
-
createActions
Deprecated.Description copied from interface:ActionFactory
Create a newActionGroupModel
for the specified situation.- Returns:
null
if this factory provides no actions for this situation.
-
apply
Deprecated.
-