public class IAngularEvent extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<IScope> |
currentScope
the scope that is currently handling the event.
|
Objs.Property<Boolean> |
defaultPrevented
true if preventDefault was called.
|
Objs.Property<String> |
name
name of the event.
|
Objs.Property<Function> |
preventDefault
calling preventDefault sets defaultPrevented flag to true.
|
Objs.Property<Function> |
stopPropagation
calling stopPropagation function will cancel further event propagation (available only for events that were $emit-ed).
|
Objs.Property<IScope> |
targetScope
the scope on which the event was $emit-ed or $broadcast-ed.
|
Modifier | Constructor and Description |
---|---|
protected |
IAngularEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IAngularEvent |
$as(Object obj) |
IScope |
currentScope() |
Boolean |
defaultPrevented() |
String |
name() |
Function |
preventDefault() |
Function |
stopPropagation() |
IScope |
targetScope() |
$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<IScope> targetScope
public Objs.Property<IScope> currentScope
public Objs.Property<String> name
public Objs.Property<Function> stopPropagation
public Objs.Property<Function> preventDefault
public Objs.Property<Boolean> defaultPrevented
protected IAngularEvent(Objs.Constructor<?> c, Object js)
public static IAngularEvent $as(Object obj)
public IScope targetScope()
public IScope currentScope()
public String name()
public Function stopPropagation()
public Function preventDefault()
public Boolean defaultPrevented()
Copyright © 2018. All rights reserved.