| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| Modifier and Type | Method and Description |
|---|---|
static InfiniteScrollAdapter |
InfiniteScrollAdapter.createInfiniteScroll(Container cont,
Runnable fetchMore)
Creates an instance of the InfiniteScrollAdapter that will invoke the fetch more
callback to fetch additional components, once that method completes its task it
should add the components via the addMoreComponents() invocation.
|
static InfiniteScrollAdapter |
InfiniteScrollAdapter.createInfiniteScroll(Container cont,
Runnable fetchMore,
boolean fetchOnCreate)
Creates an instance of the InfiniteScrollAdapter that will invoke the fetch more
callback to fetch additional components, once that method completes its task it
should add the components via the addMoreComponents() invocation.
|
Copyright © 2023. All rights reserved.