Uses of Class
org.teamapps.ux.component.infiniteitemview.ItemRange
-
Packages that use ItemRange Package Description org.teamapps.ux.component.infiniteitemview -
-
Uses of ItemRange in org.teamapps.ux.component.infiniteitemview
Methods in org.teamapps.ux.component.infiniteitemview that return ItemRange Modifier and Type Method Description ItemRangeItemRangeChangeEvent. getItemRange()static ItemRangeItemRange. startEnd(int start, int endExclusive)static ItemRangeItemRange. startLength(int start, int length)Methods in org.teamapps.ux.component.infiniteitemview with parameters of type ItemRange Modifier and Type Method Description booleanItemRange. overlaps(ItemRange other)Constructors in org.teamapps.ux.component.infiniteitemview with parameters of type ItemRange Constructor Description ItemRangeChangeEvent(ItemRange itemRange)Use this constructor if the model does not have the changed items at hand.
-