Class SingleMarkActionFactory

java.lang.Object
ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
ch.tocco.nice2.marking.impl.action.SingleMarkActionFactory
All Implemented Interfaces:
ActionFactory

@Component public class SingleMarkActionFactory extends AbstractActionFactory
create action to mark entity and display mark on detail and list (in legacy client)
See Also:
  • Constructor Details

  • Method Details

    • createActions

      @Nullable public @Nullable Collection<ActionModel> createActions(Situation situation)
      Create a new ActionGroupModel for the specified situation.
      Returns:
      null if this factory provides no actions for this situation.