Class 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 Detail

      • componentId

        protected java.lang.String componentId
      • startRowIndex

        protected int startRowIndex
      • totalNumberOfRecords

        protected int totalNumberOfRecords
      • sortField

        protected java.lang.String sortField
      • clearTableCache

        protected boolean clearTableCache
    • Constructor Detail

      • 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 Detail

      • 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()
      • getTotalNumberOfRecords

        public int getTotalNumberOfRecords()
      • getSortField

        public java.lang.String getSortField()
      • getClearTableCache

        public boolean getClearTableCache()