Package | Description |
---|---|
net.java.html.lib | |
net.java.html.lib.angular.ng | |
net.java.html.lib.dom | |
net.java.html.lib.jquery |
Modifier and Type | Class and Description |
---|---|
static class |
Union.A4<P1,P2,P3,P4> |
static class |
Union.A5<P1,P2,P3,P4,P5> |
Modifier and Type | Method and Description |
---|---|
static <A,B,C> Union.A3<A,B,C> |
Union.$as(Object value,
Class<A> a,
Class<B> b,
Class<C> c)
Creates an union for provided value and list of known types.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A3<Type,ComponentDefinition,String>> |
RouteDefinition.component |
Objs.Property<Union.A3<String,Function,Objs[]>> |
IComponentOptions.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<Union.A3<String,String[],Objs>> |
IComponentOptions.require |
Objs.Property<Union.A3<String,String[],Objs>> |
IDirective.require |
Objs.Property<Union.A3<String,Function,Objs[]>> |
IComponentOptions.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[]>> |
IComponentOptions.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>> |
IComponentOptions.transclude
Whether transclusion is enabled.
|
Objs.Property<Union.A3<Boolean,String,Objs>> |
IDirective.transclude |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A3<String,CanvasGradient,CanvasPattern>> |
CanvasRenderingContext2D.fillStyle |
Objs.Property<Union.A3<String,CanvasGradient,CanvasPattern>> |
CanvasRenderingContext2D.strokeStyle |
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.after(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.append(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.before(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.prepend(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
Copyright © 2018. All rights reserved.