public class DOMEventHelpers extends Object
| Constructor and Description |
|---|
DOMEventHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAjaxEventProperty(String property)
Returns true iff the specified property is an AJAX event property.
|
static boolean |
isEventAttribute(String attribute)
Returns true iff the specified attribute is an event attribute.
|
static boolean |
isEventProperty(String property)
Returns true iff the specified property is an event property.
|
static boolean |
isKeyboardEventAttribute(String attribute)
Returns true iff the specified attribute is a keyboard event attribute.
|
static boolean |
isKeyboardEventProperty(String property)
Returns true iff the specified property is a keyboard event property.
|
static boolean |
isLoadEventAttribute(String attribute)
Returns true iff the specified attribute is an load event attribute.
|
static boolean |
isMouseEventAttribute(String attribute)
Returns true iff the specified attribute is a mouse event attribute.
|
static boolean |
isMouseEventProperty(String property)
Returns true iff the specified property is a mouse event property.
|
static boolean |
isOtherEventAttribute(String attribute)
Returns true iff the specified attribute is an other event attribute.
|
static boolean |
isOtherEventProperty(String property)
Returns true iff the specified property is an other event property.
|
static boolean |
isUnloadEventAttribute(String attribute)
Returns true iff the specified attribute is an unload event attribute.
|
public static boolean isAjaxEventProperty(String property)
public static boolean isEventAttribute(String attribute)
public static boolean isEventProperty(String property)
public static boolean isKeyboardEventAttribute(String attribute)
public static boolean isKeyboardEventProperty(String property)
public static boolean isLoadEventAttribute(String attribute)
public static boolean isMouseEventAttribute(String attribute)
public static boolean isMouseEventProperty(String property)
public static boolean isOtherEventAttribute(String attribute)
public static boolean isOtherEventProperty(String property)
public static boolean isUnloadEventAttribute(String attribute)
Copyright © 2012 Aarhus University