Klasse AbstractUiToolContainer.AddButtonCommand

java.lang.Object
org.teamapps.dto.AbstractUiToolContainer.AddButtonCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
AbstractUiToolContainer

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • button

      protected UiToolbarButton button
    • neighborButtonId

      protected String neighborButtonId
    • beforeNeighbor

      protected boolean beforeNeighbor
  • Konstruktordetails

    • AddButtonCommand

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

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