@BehaviorDataFor(value=SwipableBehavior.class) public class Swipable extends BehaviorDataBase implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Swipable.SwipableKind |
| Modifier and Type | Field and Description |
|---|---|
private org.jrebirth.af.api.key.UniqueKey<org.jrebirth.af.api.ui.Model> |
modelKey |
private Node |
node |
private EventType<SwipeEvent> |
redo |
private static long |
serialVersionUID
The generated serial version uid.
|
private Swipable.SwipableKind |
swipableKind |
private int |
touchCount |
private EventType<SwipeEvent> |
undo |
| Constructor and Description |
|---|
Swipable() |
| Modifier and Type | Method and Description |
|---|---|
static Swipable |
create() |
private void |
initEventTypes() |
org.jrebirth.af.api.key.UniqueKey<org.jrebirth.af.api.ui.Model> |
modelKey() |
Swipable |
modelKey(org.jrebirth.af.api.key.UniqueKey<org.jrebirth.af.api.ui.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) |
getCustomBehaviorsgetBehaviorsprivate static final long serialVersionUID
private org.jrebirth.af.api.key.UniqueKey<org.jrebirth.af.api.ui.Model> modelKey
private Node node
private int touchCount
private Swipable.SwipableKind swipableKind
private EventType<SwipeEvent> redo
private EventType<SwipeEvent> undo
public static Swipable create()
public org.jrebirth.af.api.key.UniqueKey<org.jrebirth.af.api.ui.Model> modelKey()
public Swipable modelKey(org.jrebirth.af.api.key.UniqueKey<org.jrebirth.af.api.ui.Model> modelKey)
public Node node()
public int touchCount()
public Swipable touchCount(int touchCount)
public Swipable.SwipableKind swipableKind()
public Swipable swipableKind(Swipable.SwipableKind swipableKind)
private void initEventTypes()
public EventType<SwipeEvent> redo()
public Swipable redo(EventType<SwipeEvent> redo)
public EventType<SwipeEvent> undo()
public Swipable undo(EventType<SwipeEvent> undo)
Copyright © 2011–2015 JRebirth OSS. All rights reserved.