Class AbstractUiToolContainer.SetButtonGroupVisibleCommand

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

public static class AbstractUiToolContainer.SetButtonGroupVisibleCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • visible

      protected boolean visible
  • Constructor Details

    • SetButtonGroupVisibleCommand

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

      public SetButtonGroupVisibleCommand(String componentId, String groupId, boolean visible)
  • Method Details