public class IDirectivePrePost extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<IDirectiveLinkFn> |
post |
Objs.Property<IDirectiveLinkFn> |
pre |
Modifier | Constructor and Description |
---|---|
protected |
IDirectivePrePost(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IDirectivePrePost |
$as(Object obj) |
void |
post(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
void |
pre(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
$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<IDirectiveLinkFn> pre
public Objs.Property<IDirectiveLinkFn> post
protected IDirectivePrePost(Objs.Constructor<?> c, Object js)
public static IDirectivePrePost $as(Object obj)
public void pre(IScope scope, IAugmentedJQuery instanceElement, IAttributes instanceAttributes, Objs controller, ITranscludeFunction transclude)
public void post(IScope scope, IAugmentedJQuery instanceElement, IAttributes instanceAttributes, Objs controller, ITranscludeFunction transclude)
Copyright © 2018. All rights reserved.