| Package | Description |
|---|---|
| net.java.html.lib | |
| 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<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 © 2016. All rights reserved.