Package | Description |
---|---|
gwt.material.design.addins.client.swipeable | |
gwt.material.design.addins.client.swipeable.events |
Modifier and Type | Class and Description |
---|---|
class |
MaterialSwipeablePanel
A panel that allows any of its nested children to be swiped away.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
OnStartSwipeRightEvent.fire(HasSwipeableHandler<T> source,
T target) |
static <T> void |
OnStartSwipeLeftEvent.fire(HasSwipeableHandler<T> source,
T target) |
static <T> void |
SwipeRightEvent.fire(HasSwipeableHandler<T> source,
T target) |
static <T> void |
SwipeLeftEvent.fire(HasSwipeableHandler<T> source,
T target) |
static <T> void |
OnEndSwipeRightEvent.fire(HasSwipeableHandler<T> source,
T target) |
static <T> void |
OnEndSwipeLeftEvent.fire(HasSwipeableHandler<T> source,
T target) |
Copyright © 2018. All rights reserved.