Class UiTable.AddDataCommand

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

public static class UiTable.AddDataCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • startRowIndex

      protected int startRowIndex
    • data

      protected java.util.List<UiTableClientRecord> data
    • totalNumberOfRecords

      protected int totalNumberOfRecords
    • sortField

      protected java.lang.String sortField
    • sortDirection

      protected UiSortDirection sortDirection
    • clearTableCache

      protected boolean clearTableCache
  • Constructor Details

    • AddDataCommand

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

      public AddDataCommand​(java.lang.String componentId, int startRowIndex, java.util.List<UiTableClientRecord> data, int totalNumberOfRecords, java.lang.String sortField, UiSortDirection sortDirection, boolean clearTableCache)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getStartRowIndex

      public int getStartRowIndex()
    • getData

      public java.util.List<UiTableClientRecord> getData()
    • getTotalNumberOfRecords

      public int getTotalNumberOfRecords()
    • getSortField

      public java.lang.String getSortField()
    • getSortDirection

      public UiSortDirection getSortDirection()
    • getClearTableCache

      public boolean getClearTableCache()