| Package | Description |
|---|---|
| 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 |
|---|---|
static class |
CommonProgressAnimations.CircleProgress
A progress animation that shows an animated circle.
|
static class |
CommonProgressAnimations.EmptyAnimation
An empty progress animation.
|
static class |
CommonProgressAnimations.LoadingTextAnimation
A progress animation that shows a block of text being typed.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonProgressAnimations.ProgressAnimation |
CommonProgressAnimations.ProgressAnimation.getProgressAnimation(Component cmp)
Gets the progress animation that is currently showing for a component.
|
static CommonProgressAnimations.ProgressAnimation |
CommonProgressAnimations.ProgressAnimation.markComponentLoading(Component cmp,
Class<? extends CommonProgressAnimations.ProgressAnimation> type)
Marks a component as "loading", replacing it in its parent conatiner with
a progress animation.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonProgressAnimations.ProgressAnimation |
CommonProgressAnimations.ProgressAnimation.markComponentLoading(Component cmp,
Class<? extends CommonProgressAnimations.ProgressAnimation> type)
Marks a component as "loading", replacing it in its parent conatiner with
a progress animation.
|
Copyright © 2021. All rights reserved.