Uses of Class
org.teamapps.ux.cache.record.ItemRange
| Package | Description |
|---|---|
| org.teamapps.ux.cache.record | |
| org.teamapps.ux.component.infiniteitemview |
-
Uses of ItemRange in org.teamapps.ux.cache.record
Methods in org.teamapps.ux.cache.record that return ItemRange Modifier and Type Method Description ItemRangeRenderedRecordsCache. getRange()static ItemRangeItemRange. startEnd(int start, int endExclusive)static ItemRangeItemRange. startLength(int start, int length)Methods in org.teamapps.ux.cache.record with parameters of type ItemRange Modifier and Type Method Description booleanItemRange. overlaps(ItemRange other) -
Uses of ItemRange in org.teamapps.ux.component.infiniteitemview
Fields in org.teamapps.ux.component.infiniteitemview with type parameters of type ItemRange Modifier and Type Field Description Event<ItemRange>AbstractInfiniteListComponent. onDisplayedRangeChangedMethods in org.teamapps.ux.component.infiniteitemview that return ItemRange Modifier and Type Method Description ItemRangeRecordsAddedEvent. getItemRange()ItemRangeRecordsChangedEvent. getItemRange()ItemRangeRecordsRemovedEvent. getItemRange()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type ItemRange Modifier and Type Method Description protected voidAbstractInfiniteListComponent. handleScrollOrResize(ItemRange newRange)Constructors in org.teamapps.ux.component.infiniteitemview with parameters of type ItemRange Constructor Description RecordsAddedEvent(ItemRange itemRange)Use this constructor if the model does not have the added items at hand.RecordsChangedEvent(ItemRange itemRange)Use this constructor if the model does not have the changed items at hand.RecordsRemovedEvent(ItemRange itemRange)Use this constructor if the model does not have the changed items at hand.