Class AbstractUiToolContainer.SetButtonVisibleCommand

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

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • buttonId

      protected String buttonId
    • visible

      protected boolean visible
  • Constructor Details

    • SetButtonVisibleCommand

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

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