| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.angular.ng | |
| net.java.html.lib.jquery |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A0<? extends T>> |
TypedPropertyDescriptor.get |
| Modifier and Type | Method and Description |
|---|---|
Function.A0<? extends T> |
TypedPropertyDescriptor.get() |
| Modifier and Type | Method and Description |
|---|---|
Function.A0<? extends Void> |
IRootScopeService.$on(String name,
Function.A2<? super IAngularEvent,? super Array<Object>,? extends Object> listener)
Listens on events of a given type.
|
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression) |
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression,
String listener) |
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression,
String listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener,
Boolean objectEquality) |
Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener,
Boolean objectEquality) |
Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
String listener) |
Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
String listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watchCollection(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watchCollection(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Object[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Objs[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |
| Modifier and Type | Method and Description |
|---|---|
JQuery |
JQuery.ajaxStart(Function.A0<? extends Object> handler)
Register a handler to be called when the first Ajax request begins.
|
JQuery |
JQuery.ajaxStop(Function.A0<? extends Object> handler)
Register a handler to be called when all Ajax requests have completed.
|
JQuery |
JQuery.replaceWith(Function.A0<? extends Union.A2<Element,JQuery>> func)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
Copyright © 2016. All rights reserved.