Class RecordsRemovedEvent<RECORD>

java.lang.Object
org.teamapps.ux.component.infiniteitemview.RecordsRemovedEvent<RECORD>

public class RecordsRemovedEvent<RECORD> extends Object
  • Constructor Details

    • RecordsRemovedEvent

      public RecordsRemovedEvent(ItemRange itemRange)
      Use this constructor if the model does not have the changed items at hand. This might happen when the model was not in charge of the actual change but got notified of it. Views might not actually need to react on the change, anyway. So forcing the model to retrieve the changed records does not make sense.
  • Method Details

    • getItemRange

      public ItemRange getItemRange()
    • getStart

      public int getStart()
    • getLength

      public int getLength()
    • getEnd

      public int getEnd()