| Package | Description |
|---|---|
| com.codename1.ui.animations |
All components are animatable by potential and additional animations (unrelated
to a specific component) can be installed on the fly, transitions between
forms are also handled as part of this package.
|
| com.codename1.ui.util |
Utility features that are either too domain specific or don't "fit" into any
other packages including the Resource file format loading API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonTransitions.setMotion(LazyValue<Motion> motion)
Motion represents the physical movement within a transition, it can
be replaced by the user to provide a more appropriate physical feel
|
| Modifier and Type | Method and Description |
|---|---|
LazyValue<Form> |
UIBuilder.createBackLazyValue(Form f)
This is useful for swipe back navigation behavior
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SwipeBackSupport.bind(Form currentForm,
LazyValue<Form> destination)
Binds support for swiping to the given forms
|
static void |
SwipeBackSupport.bindBack(Form currentForm,
LazyValue<Form> destination)
Binds support for swiping to the given forms
|
static void |
SwipeBackSupport.bindBack(LazyValue<Form> destination)
Binds support for swiping to the current form
|
Copyright © 2023. All rights reserved.