public class MiscUtils extends Object
Constructor and Description |
---|
MiscUtils() |
Modifier and Type | Method and Description |
---|---|
static char |
getCharCode(NativeEvent e)
Note: It seems like NativeEvent.getCharCode() would be equivalent.
|
static String |
getComputedStyle(Element e,
String camelName) |
static int |
getComputedStyleInt(Element e,
String camelName) |
static int |
parseInt(String val) |
static int |
parseInt(String val,
int radix) |
public static char getCharCode(NativeEvent e)
public static final int parseInt(String val)
public static final int parseInt(String val, int radix)
Copyright © 2015. All Rights Reserved.