public class MSManipulationEvent extends UIEvent
Objs.Constructor<T extends Objs>, Objs.Property<T>
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
MSManipulationEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static MSManipulationEvent |
$as(Object obj) |
Number |
currentState() |
Number |
inertiaDestinationX() |
Number |
inertiaDestinationY() |
void |
initMSManipulationEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Window viewArg,
double detailArg,
double lastState,
double currentState) |
Number |
lastState() |
Number |
MS_MANIPULATION_STATE_ACTIVE() |
Number |
MS_MANIPULATION_STATE_CANCELLED() |
Number |
MS_MANIPULATION_STATE_COMMITTED() |
Number |
MS_MANIPULATION_STATE_DRAGGING() |
Number |
MS_MANIPULATION_STATE_INERTIA() |
Number |
MS_MANIPULATION_STATE_PRESELECT() |
Number |
MS_MANIPULATION_STATE_SELECTING() |
Number |
MS_MANIPULATION_STATE_STOPPED() |
detail, initUIEvent, view
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, initEvent, isTrusted, preventDefault, returnValue, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, type
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> currentState
public Objs.Property<Number> inertiaDestinationX
public Objs.Property<Number> inertiaDestinationY
public Objs.Property<Number> lastState
public Objs.Property<Number> MS_MANIPULATION_STATE_ACTIVE
public Objs.Property<Number> MS_MANIPULATION_STATE_CANCELLED
public Objs.Property<Number> MS_MANIPULATION_STATE_COMMITTED
public Objs.Property<Number> MS_MANIPULATION_STATE_DRAGGING
public Objs.Property<Number> MS_MANIPULATION_STATE_INERTIA
public Objs.Property<Number> MS_MANIPULATION_STATE_PRESELECT
public Objs.Property<Number> MS_MANIPULATION_STATE_SELECTING
public Objs.Property<Number> MS_MANIPULATION_STATE_STOPPED
protected MSManipulationEvent(Objs.Constructor<?> c, Object js)
public static MSManipulationEvent $as(Object obj)
public Number currentState()
public Number inertiaDestinationX()
public Number inertiaDestinationY()
public Number lastState()
public Number MS_MANIPULATION_STATE_ACTIVE()
public Number MS_MANIPULATION_STATE_CANCELLED()
public Number MS_MANIPULATION_STATE_COMMITTED()
public Number MS_MANIPULATION_STATE_DRAGGING()
public Number MS_MANIPULATION_STATE_INERTIA()
public Number MS_MANIPULATION_STATE_PRESELECT()
public Number MS_MANIPULATION_STATE_SELECTING()
public Number MS_MANIPULATION_STATE_STOPPED()
Copyright © 2018. All rights reserved.