| Package | Description |
|---|---|
| net.java.html.lib | |
| 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 |
Function
Wrapper around JavaScript function.
|
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> |
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.
|
| 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 |
BaseJQueryEventObject |
class |
Exports |
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.