Uses of Class
org.teamapps.ux.cache.record.ItemRange
Packages that use ItemRange
-
Uses of ItemRange in org.teamapps.ux.cache.record
Methods in org.teamapps.ux.cache.record that return ItemRangeModifier and TypeMethodDescriptionRenderedRecordsCache.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 -
Uses of ItemRange in org.teamapps.ux.component.infiniteitemview
Fields in org.teamapps.ux.component.infiniteitemview with type parameters of type ItemRangeMethods in org.teamapps.ux.component.infiniteitemview that return ItemRangeModifier and TypeMethodDescriptionRecordsAddedEvent.getItemRange()RecordsChangedEvent.getItemRange()RecordsRemovedEvent.getItemRange()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type ItemRangeModifier and TypeMethodDescriptionprotected voidAbstractInfiniteListComponent.handleScrollOrResize(ItemRange newRange) Constructors in org.teamapps.ux.component.infiniteitemview with parameters of type ItemRangeModifierConstructorDescriptionRecordsAddedEvent(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.