| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.angular | |
| net.java.html.lib.angular.ng | |
| net.java.html.lib.angular.ng.auto | |
| net.java.html.lib.dom | |
| net.java.html.lib.jquery |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Objs.Constructor<T extends Objs>
Factory for one subclass of
Objs wrapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
Array<T> |
class |
ArrayBuffer |
class |
ArrayBufferView |
class |
ArrayLike<T> |
class |
DataView |
class |
Date |
class |
Error |
class |
EvalError |
class |
Float32Array |
class |
Float64Array |
class |
IArguments |
class |
Int16Array |
class |
Int32Array |
class |
Int8Array |
class |
JSON |
class |
Math |
class |
PromiseLike<T> |
class |
PropertyDescriptor |
class |
PropertyDescriptorMap |
class |
RangeError |
class |
ReferenceError |
class |
RegExp |
class |
RegExpExecArray |
class |
RegExpMatchArray |
class |
SyntaxError |
class |
TemplateStringsArray |
class |
TypedPropertyDescriptor<T> |
class |
TypeError |
class |
Uint16Array |
class |
Uint32Array |
class |
Uint8Array |
class |
Uint8ClampedArray |
class |
Union |
static class |
Union.A2<P1,P2> |
static class |
Union.A3<P1,P2,P3> |
static class |
Union.A4<P1,P2,P3,P4> |
static class |
Union.A5<P1,P2,P3,P4,P5> |
class |
URIError |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Objs> |
Function.prototype |
Objs.Property<Objs> |
TypedPropertyDescriptor.value |
| Modifier and Type | Method and Description |
|---|---|
<T extends Objs> |
Objs.$cast(Class<T> clazz)
"Casts" this object to some other one.
|
| Modifier and Type | Method and Description |
|---|---|
static Objs |
Objs.$as(Object obj)
Casts given object to this class.
|
Objs |
Objs.$delete(String k)
Removes a property for this JavaScript object.
|
Objs |
Objs.$set(String k,
Object n)
Sets a raw property on this JavaScript object.
|
static Objs |
Modules.find(String id)
Looks a JavaScript module by its id.
|
protected abstract Objs |
Modules.Provider.find(String id)
Seeks for a module with given id.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Objs.Property<T> |
Objs.Property.create(Objs obj,
Class<? extends Object> propertyType,
String property)
Creates new property for the object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Exports |
class |
Function |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Objs> |
IAttributes.$attr
A map of DOM element attribute names to the normalized name.
|
Objs.Property<Objs> |
IComponentOptions.bindings
Define DOM attribute binding to component properties.
|
Objs.Property<Union.A2<Boolean,Objs>> |
IDirective.bindToController
Deprecated.
Deprecation warning: although bindings for non-ES6 class controllers are currently bound to this before
the controller constructor is called, this use is now deprecated. Please place initialization code that
relies upon bindings inside a $onInit method on the controller, instead.
|
Objs.Property<Objs> |
IHttpPromiseCallbackArg.data |
Objs.Property<Union.A2<String,Objs>> |
IHttpProviderDefaults.paramSerializer
A function used to the prepare string representation of request parameters (specified as an object).
|
Objs.Property<Union.A3<String,String[],Objs>> |
IComponentOptions.require |
Objs.Property<Union.A3<String,String[],Objs>> |
IDirective.require |
Objs.Property<Union.A2<Boolean,Objs>> |
IDirective.scope |
Objs.Property<Union.A3<Boolean,String,Objs>> |
IComponentOptions.transclude
Whether transclusion is enabled.
|
Objs.Property<Union.A3<Boolean,String,Objs>> |
IDirective.transclude |
Objs.Property<Objs> |
IAngularStatic.version |
| Modifier and Type | Method and Description |
|---|---|
Objs |
IHttpHeadersGetter.$apply() |
Objs |
IAttributes.$attr() |
Objs |
IHttpPromiseCallbackArg.headers() |
Objs |
ICacheObject.info()
Retrieve information regarding a particular Cache.
|
Objs[] |
IHttpProvider.interceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDirectiveLinkFn.$apply(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
String |
IHttpParamSerializer.$apply(Objs obj) |
IAugmentedJQuery |
IAugmentedJQueryStatic.$apply(Objs object) |
ICacheObject |
ICacheFactoryService.$apply(String cacheId,
Objs optionsMap) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs expression) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs[] expression) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs[] expression,
Boolean reverse) |
<T> Array<T> |
IFilterOrderBy.$apply(T[] array,
Objs expression,
Boolean reverse) |
Object |
IRootScopeService.$eval(Function.A1<? super IScope,? extends Object> expression,
Objs locals) |
Object |
IRootScopeService.$eval(String expression,
Objs locals) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Objs[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |
<T> IPromise<T> |
IQService.all(Objs promises) |
IInjectorService |
IAngularStatic.bootstrap(Document element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Document element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Element element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(Element element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(String element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IModule |
IModule.config(Objs object) |
IModule |
IModule.constant(Objs object) |
IModule |
IModule.controller(Objs object) |
IModule |
IModule.directive(Objs object) |
ICompileProvider |
ICompileProvider.directive(Objs directivesMap,
Function directiveFactory) |
ICompileProvider |
ICompileProvider.directive(Objs directivesMap,
Object[] inlineAnnotatedFunction) |
IAugmentedJQuery |
IAngularStatic.element(Objs object)
Wraps a raw DOM element or HTML string as a jQuery element.
|
IModule |
IModule.factory(Objs object) |
IModule |
IModule.filter(Objs object) |
<T> Object |
IAngularStatic.forEach(Objs obj,
Function.A2<? super T,? super String,? extends Object> iterator)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
<T> Object |
IAngularStatic.forEach(Objs obj,
Function.A2<? super T,? super String,? extends Object> iterator,
Object context)
Invokes the iterator function once for each item in obj collection, which can be either an object or an array.
|
ILocationProvider |
ILocationProvider.html5Mode(Objs mode) |
JQuery |
IAugmentedJQuery.inheritedData(Objs obj) |
void |
IDirectivePrePost.post(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
void |
IDirectivePrePost.pre(IScope scope,
IAugmentedJQuery instanceElement,
IAttributes instanceAttributes,
Objs controller,
ITranscludeFunction transclude) |
IModule |
IModule.provider(Objs object) |
IServiceProvider |
IFilterProvider.register(Objs name)
register(name);
|
IModule |
IModule.service(Objs object) |
IModule |
IModule.value(Objs object) |
| Modifier and Type | Class and Description |
|---|---|
class |
IInjectorService |
class |
IProvideService |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseJQueryEventObject |
class |
JQuery |
class |
JQueryAjaxSettings |
class |
JQueryAnimationOptions |
class |
JQueryCallback |
class |
JQueryCoordinates |
class |
JQueryDeferred<T> |
class |
JQueryEasingFunction |
class |
JQueryEasingFunctions |
class |
JQueryEventConstructor |
class |
JQueryEventObject |
class |
JQueryGenericPromise<T> |
class |
JQueryInputEventObject |
class |
JQueryKeyEventObject |
class |
JQueryMouseEventObject |
class |
JQueryParam |
class |
JQueryPromise<T> |
class |
JQueryPromiseCallback<T> |
class |
JQueryPromiseOperator<T,U> |
class |
JQuerySerializeArrayElement |
class |
JQueryStatic |
class |
JQuerySupport |
class |
JQueryXHR |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Objs> |
JQueryAjaxSettings.contents
An object of string/regular-expression pairs that determine how jQuery will parse the response, given its content type.
|
Objs.Property<Objs> |
JQueryAjaxSettings.converters
An object containing dataType-to-dataType converters.
|
Objs.Property<Objs> |
JQueryStatic.cssHooks
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
|
Objs.Property<Objs> |
JQueryStatic.fx |
Objs.Property<Objs> |
JQueryAjaxSettings.headers
An object of additional header key/value pairs to send along with requests using the XMLHttpRequest transport.
|
Objs.Property<Objs> |
JQueryAnimationOptions.specialEasing
A map of one or more of the CSS properties defined by the properties argument and their corresponding easing functions.
|
Objs.Property<Objs> |
JQueryAjaxSettings.statusCode
An object of numeric HTTP codes and functions to be called when the response has the corresponding code.
|
Objs.Property<Objs> |
JQueryAjaxSettings.xhrFields
An object of fieldName-fieldValue pairs to set on the native XHR object.
|
| Modifier and Type | Method and Description |
|---|---|
Objs |
JQueryAnimationOptions.specialEasing() |
Objs |
JQuery.triggerHandler(JQueryEventObject event,
Object... extraParameters)
Execute all handlers attached to an element for an event.
|
Objs |
JQuery.triggerHandler(String eventType,
Object... extraParameters)
Execute all handlers attached to an element for an event.
|
| Modifier and Type | Method and Description |
|---|---|
static JQuery |
Exports.$(Objs object) |
static JQuery |
Exports.$(String html,
Objs attributes) |
JQuery |
JQueryStatic.$apply(Objs object) |
JQuery |
JQueryStatic.$apply(String html,
Objs attributes) |
JQuery |
JQuery.animate(Objs properties)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
String easing)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
JQueryAnimationOptions options)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
String easing)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.attr(Objs attributes)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.css(Objs properties)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.data(Objs obj)
Store arbitrary data associated with the matched elements.
|
JQuery |
JQuery.focusin(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusout(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.get(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP GET request.
|
JQueryXHR |
JQueryStatic.getJSON(String url,
Objs data)
Load JSON-encoded data from the server using a GET HTTP request.
|
JQueryXHR |
JQueryStatic.getJSON(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load JSON-encoded data from the server using a GET HTTP request.
|
static JQuery |
Exports.jQuery(Objs object) |
static JQuery |
Exports.jQuery(String html,
Objs attributes) |
JQuery |
JQuery.load(String url,
Objs data)
Load data from the server and place the returned HTML into the matched element.
|
JQuery |
JQuery.load(String url,
Objs data,
Function.A3<? super String,? super String,? super XMLHttpRequest,? extends Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
JQuery |
JQuery.mousedown(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mouseenter(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseleave(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mousemove(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mouseout(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseover(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseup(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.off(Objs events)
Remove an event handler.
|
JQuery |
JQuery.off(Objs events,
String selector)
Remove an event handler.
|
JQuery |
JQuery.on(Objs events)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
Object data)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
String selector)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
String selector,
Object data)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.one(Objs events)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
Object data)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
String selector)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
String selector,
Object data)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
Objs data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success)
Load data from the server using a HTTP POST request.
|
JQueryXHR |
JQueryStatic.post(String url,
Objs data,
Function.A3<? super Object,? super String,? super JQueryXHR,? extends Object> success,
String dataType)
Load data from the server using a HTTP POST request.
|
JQueryPromise<Object> |
JQuery.promise(String type,
Objs target)
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
|
JQuery |
JQuery.prop(Objs properties)
Set one or more properties for the set of matched elements.
|
Object |
JQueryStatic.proxy(Function.A1<? super Array<Object>,? extends Object> fnction,
Objs context,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
Object |
JQueryStatic.proxy(Objs context,
String name,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
JQuery |
JQuery.resize(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.scroll(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.select(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.trigger(JQueryEventObject event,
Objs extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.trigger(String eventType,
Objs extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.undelegate(String selector,
Objs events)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
Copyright © 2016. All rights reserved.