public class Set extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
Set(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Set |
$as(Object obj) |
Element |
animate(Array<Objs> params) |
Element |
animate(Objs attrs,
double duration) |
Element |
animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
attr(Objs params) |
String |
attr(String param) |
Set |
bind(String attr,
Element element) |
Set |
bind(String attr,
Element element,
String eattr) |
Set |
bind(String attr,
Function callback) |
Set |
clear() |
Boolean |
exclude(Element element) |
Set |
forEach(Function callback) |
Set |
forEach(Function callback,
Objs thisArg) |
Element |
pop() |
Element |
push(Element el) |
Element |
push(Element[] els) |
Array<Element> |
splice(double index,
double count) |
Array<Element> |
splice(double index,
double count,
Objs[] insertion) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected Set(Objs.Constructor<?> c, Object js)
public Element animate(Objs attrs, double duration, Function.A1<? super Number,? extends Number> easing, Function.A0<? extends Void> callback)
public Element animate(Objs attrs, double duration, Function.A1<? super Number,? extends Number> easing)
public Set clear()
public Element pop()
Copyright © 2018. All rights reserved.