public class Key extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
ctrl |
Objs.Property<Boolean> |
meta |
Objs.Property<String> |
name |
Objs.Property<String> |
sequence |
Objs.Property<Boolean> |
shift |
Modifier | Constructor and Description |
---|---|
protected |
Key(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Key |
$as(Object obj) |
Boolean |
ctrl() |
Boolean |
meta() |
String |
name() |
String |
sequence() |
Boolean |
shift() |
$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<String> sequence
public Objs.Property<String> name
public Objs.Property<Boolean> ctrl
public Objs.Property<Boolean> meta
public Objs.Property<Boolean> shift
protected Key(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.