public class MediaQueryList extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
matches |
Objs.Property<String> |
media |
Modifier | Constructor and Description |
---|---|
protected |
MediaQueryList(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static MediaQueryList |
$as(Object obj) |
void |
addListener(MediaQueryListListener listener) |
Boolean |
matches() |
String |
media() |
void |
removeListener(MediaQueryListListener listener) |
$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
public Objs.Property<Boolean> matches
public Objs.Property<String> media
protected MediaQueryList(Objs.Constructor<?> c, Object js)
public static MediaQueryList $as(Object obj)
public Boolean matches()
public String media()
public void addListener(MediaQueryListListener listener)
public void removeListener(MediaQueryListListener listener)
Copyright © 2018. All rights reserved.