| Modifier and Type | Method and Description |
|---|---|
void |
DragController.addSwipeEventsHandler(SwipeEventsHandler swipeHandler)
Allow components to register swipe events.
|
boolean |
DragController.captureSwipeEvents(SwipeEventsHandler cachingHandler)
Will capture swipe events.
|
void |
SwipeEvent.dispatch(SwipeEventsHandler handler)
Will dispatch this event.
|
boolean |
DragController.releaseSwipeCapture(SwipeEventsHandler cachingHandler)
Will capture release swipe events.
|
void |
DragController.removeSwipeEventHandler(SwipeEventsHandler swipeHandler)
Allow components to remove registered swipe events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SlidePanel
* A slide panel reacts to finger slide gestures (sliding events).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScrollPanel
Scroll panel - has the ability to keep the
IHeaderPanel implementations always on the top. |
class |
ScrollPanelWithScrollbar
Scroll panel - has the ability to keep the
IHeaderPanel implementations always on the top. |
| Modifier and Type | Class and Description |
|---|---|
class |
TreePanel |
class |
WideTreePanel |
Copyright © 2011–2015 SWM. All rights reserved.