Package org.loboevolution.html.js.events
Class StorageEventImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.js.events.EventImpl
org.loboevolution.html.js.events.UIEventImpl
org.loboevolution.html.js.events.StorageEventImpl
- All Implemented Interfaces:
Event,StorageEvent,UIEvent,ScriptableDelegate
StorageEventImpl class.
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitStorageEvent(String type) voidinitStorageEvent(String type, Boolean bubbles) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue, String url) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue, String url, Storage storageArea) toString()Methods inherited from class org.loboevolution.html.js.events.UIEventImpl
initUIEvent, initUIEvent, initUIEvent, initUIEvent, initUIEvent, setUIEventParamsMethods inherited from class org.loboevolution.html.js.events.EventImpl
getBoolVal, getComposedPath, getDefaultPrevented, getDoubleVal, getLongVal, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getStringVal, getTimeStamp, initEvent, initEvent, initEvent, isPropogationStopped, preventDefault, setParams, setReturnValueMethods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefaultMethods inherited from interface org.loboevolution.events.StorageEvent
getKey, getNewValue, getOldValue, getStorageArea, getUrl
-
Constructor Details
-
StorageEventImpl
Constructor for StorageEventImpl.
- Parameters:
params- event constructor parameters
-
-
Method Details
-
initStorageEvent
public void initStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue, String url, Storage storageArea) - Specified by:
initStorageEventin interfaceStorageEvent
-
initStorageEvent
public void initStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue, String url) - Specified by:
initStorageEventin interfaceStorageEvent
-
initStorageEvent
public void initStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue) - Specified by:
initStorageEventin interfaceStorageEvent
-
initStorageEvent
public void initStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue) - Specified by:
initStorageEventin interfaceStorageEvent
-
initStorageEvent
- Specified by:
initStorageEventin interfaceStorageEvent
-
initStorageEvent
- Specified by:
initStorageEventin interfaceStorageEvent
-
initStorageEvent
- Specified by:
initStorageEventin interfaceStorageEvent
-
initStorageEvent
- Specified by:
initStorageEventin interfaceStorageEvent
-
toString
- Overrides:
toStringin classUIEventImpl
-