| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.facebook |
Legacy generic implementation of the Facebook API with simplified OAuth integration to allow social sharing.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SliderBridge
Binds a
Slider to network progress events so it shows the progress of
the current ConnectionRequest |
| Modifier and Type | Method and Description |
|---|---|
static void |
SliderBridge.bindProgress(ConnectionRequest[] sources,
Slider s)
Allows binding progress to an arbitrary slider
|
static void |
SliderBridge.bindProgress(ConnectionRequest source,
Slider s)
Allows binding progress to an arbitrary slider
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceBookAccess.setProgress(Slider slider)
Sets the progress indicator to get network updates on the queries
|
| Modifier and Type | Method and Description |
|---|---|
static Slider |
Slider.createInfinite()
Creates an infinite progress slider
|
Copyright © 2022. All rights reserved.