Class UiWindow.SetCloseOnClickOutsideCommand

java.lang.Object
org.teamapps.dto.UiWindow.SetCloseOnClickOutsideCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiWindow

public static class UiWindow.SetCloseOnClickOutsideCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • closeOnClickOutside

      protected boolean closeOnClickOutside
  • Constructor Details

    • SetCloseOnClickOutsideCommand

      @Deprecated public SetCloseOnClickOutsideCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetCloseOnClickOutsideCommand

      public SetCloseOnClickOutsideCommand(String componentId, boolean closeOnClickOutside)
  • Method Details