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.
  • Constructor Details

    • EvaluationQuestionLogicCopyActionFactory

      public EvaluationQuestionLogicCopyActionFactory(ActionsBuilder actionBuilder)
      Deprecated.
  • Method Details

    • createActions

      @Nullable public @Nullable Collection<ActionModel> createActions(Situation situation)
      Deprecated.
      Description copied from interface: ActionFactory
      Create a new ActionGroupModel for the specified situation.
      Returns:
      null if this factory provides no actions for this situation.
    • apply

      protected boolean apply(Situation situation)
      Deprecated.