Class AbstractUiToolContainer.AddButtonCommand

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

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • button

      protected UiToolbarButton button
    • neighborButtonId

      protected String neighborButtonId
    • beforeNeighbor

      protected boolean beforeNeighbor
  • Constructor Details

    • AddButtonCommand

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

      public AddButtonCommand(String componentId, String groupId, UiToolbarButton button, String neighborButtonId, boolean beforeNeighbor)
  • Method Details