Klasse UiTable.RemoveColumnsCommand

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

public static class UiTable.RemoveColumnsCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • columnName

      protected List<String> columnName
  • Konstruktordetails

    • RemoveColumnsCommand

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

      public RemoveColumnsCommand(String componentId, List<String> columnName)
  • Methodendetails