public class IComponentOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
bindings
Define DOM attribute binding to component properties.
|
Objs.Property<Union.A3<String,Function,Objs[]>> |
controller
Controller constructor function that should be associated with newly created scope or the name of a registered
controller if passed as a string.
|
Objs.Property<String> |
controllerAs
An identifier name for a reference to the controller.
|
Objs.Property<Union.A3<String,String[],Objs>> |
require |
Objs.Property<Union.A3<String,Function,Objs[]>> |
template
html template as a string or a function that returns an html template as a string which should be used as the
contents of this component.
|
Objs.Property<Union.A3<String,Function,Objs[]>> |
templateUrl
path or function that returns a path to an html template that should be used as the contents of this component.
|
Objs.Property<Union.A3<Boolean,String,Objs>> |
transclude
Whether transclusion is enabled.
|
Modifier | Constructor and Description |
---|---|
protected |
IComponentOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IComponentOptions |
$as(Object obj) |
String |
controllerAs() |
$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<Union.A3<String,Function,Objs[]>> controller
public Objs.Property<String> controllerAs
public Objs.Property<Union.A3<String,Function,Objs[]>> template
public Objs.Property<Union.A3<String,Function,Objs[]>> templateUrl
public Objs.Property<Objs> bindings
public Objs.Property<Union.A3<Boolean,String,Objs>> transclude
public Objs.Property<Union.A3<String,String[],Objs>> require
protected IComponentOptions(Objs.Constructor<?> c, Object js)
public static IComponentOptions $as(Object obj)
public String controllerAs()
Copyright © 2018. All rights reserved.