@BehaviorDataFor(value=SwipableBehavior.class) public class Swipable extends BehaviorDataBase implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Swipable.SwipableKind |
Constructor and Description |
---|
Swipable() |
Modifier and Type | Method and Description |
---|---|
static Swipable |
create() |
UniqueKey<Model> |
modelKey() |
Swipable |
modelKey(UniqueKey<Model> modelKey) |
Node |
node() |
Swipable |
node(Node node) |
EventType<SwipeEvent> |
redo() |
Swipable |
redo(EventType<SwipeEvent> redo) |
Swipable.SwipableKind |
swipableKind() |
Swipable |
swipableKind(Swipable.SwipableKind swipableKind) |
String |
toString() |
int |
touchCount() |
Swipable |
touchCount(int touchCount) |
EventType<SwipeEvent> |
undo() |
Swipable |
undo(EventType<SwipeEvent> undo) |
getCustomBehaviors
getBehaviors
public Swipable()
public int touchCount()
public Swipable touchCount(int touchCount)
public Swipable.SwipableKind swipableKind()
public Swipable swipableKind(Swipable.SwipableKind swipableKind)
public EventType<SwipeEvent> redo()
public Swipable redo(EventType<SwipeEvent> redo)
public EventType<SwipeEvent> undo()
public Swipable undo(EventType<SwipeEvent> undo)
Copyright © 2011–2016 JRebirth OSS. All rights reserved.