Package org.evoludo.ui
Class FullscreenChangeEvent
- All Implemented Interfaces:
HasNativeEvent
Represents a native fullscreenchange event.
- Author:
- Christoph Hauert
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class DomEvent
DomEvent.Type<H extends EventHandler>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of fullscreenchange event with prefix added if needed.private static final DomEvent.Type
<FullscreenChangeHandler> Event type for fullscreenchange events. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Protected constructor, useDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire fullscreenchange events. -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
Determine browser prefix, if any, to use the correct identifier for capturing the fullscreen change event.protected void
dispatch
(FullscreenChangeHandler handler) static DomEvent.Type
<FullscreenChangeHandler> getType()
Gets the event type associated with fullscreenchange events.Methods inherited from class DomEvent
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
Methods inherited from class Event
setSource, toDebugString, toString
-
Field Details
-
Constructor Details
-
FullscreenChangeEvent
protected FullscreenChangeEvent()Protected constructor, useDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire fullscreenchange events.
-
-
Method Details
-
getType
Gets the event type associated with fullscreenchange events.- Returns:
- the handler type
-
getAssociatedType
- Specified by:
getAssociatedType
in classDomEvent<FullscreenChangeHandler>
-
dispatch
- Specified by:
dispatch
in classGwtEvent<FullscreenChangeHandler>
-
_jsPrefix
Determine browser prefix, if any, to use the correct identifier for capturing the fullscreen change event.- Returns:
- browser specific javascript prefix
-