Class UiComponent.SetVisibleCommand

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

public static class UiComponent.SetVisibleCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • visible

      protected boolean visible
  • Constructor Details

    • SetVisibleCommand

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

      public SetVisibleCommand(String componentId, boolean visible)
  • Method Details