public class SwipeBackSupport extends Object
Constructor and Description |
---|
SwipeBackSupport() |
Modifier and Type | Method and Description |
---|---|
protected void |
bind(Form currentForm,
LazyValue<Form> destination)
Binds support for swiping to the given forms
|
static void |
bindBack(Form currentForm,
LazyValue<Form> destination)
Binds support for swiping to the given forms
|
static void |
bindBack(LazyValue<Form> destination)
Binds support for swiping to the current form
|
public static void bindBack(Form currentForm, LazyValue<Form> destination)
currentForm
- the current formdestination
- the destination form which can be created lazilypublic static void bindBack(LazyValue<Form> destination)
destination
- the destination form which can be created lazily