Package io.jmix.ui

Class RemoveOperation

java.lang.Object
io.jmix.ui.RemoveOperation

@Component("ui_RemoveOperation") public class RemoveOperation extends Object
Class that provides fluent interface for removing entity instances.
Inject the class into your screen controller and use builder(Class, FrameOwner) method as an entry point.
  • Field Details

    • windowConfig

      @Autowired protected WindowConfig windowConfig
    • dataManager

      @Autowired protected DataManager dataManager
    • messages

      @Autowired protected Messages messages
    • extendedEntities

      @Autowired protected ExtendedEntities extendedEntities
    • entityStates

      @Autowired protected EntityStates entityStates
    • metadata

      @Autowired protected Metadata metadata
  • Constructor Details

    • RemoveOperation

      public RemoveOperation()
  • Method Details