Class DeleteConlet

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class DeleteConlet extends ConsoleCommand
Request the browser to remove a conlet view from the display.
  • Constructor Details

    • DeleteConlet

      public DeleteConlet(String conletId, Set<Conlet.RenderMode> renderModes)
      Creates a new event.
      Parameters:
      conletId - the web console component (view) that should be deleted
      renderModes - the views to delete. If empty, all views should be deleted, i.e. the conlet may no longer be used in the browser.
  • Method Details