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> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of fullscreenchange event with prefix added if needed.private static final DomEvent.Type<FullscreenChangeHandler> Event type for fullscreenchange events. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected constructor, useDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)to fire fullscreenchange events. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispatch(FullscreenChangeHandler handler) static DomEvent.Type<FullscreenChangeHandler> getType()Gets the event type associated with fullscreenchange events.private static StringjsPrefix()Determine browser prefix, if any, to use the correct identifier for capturing the fullscreen change event.Methods inherited from class DomEvent
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationMethods inherited from class Event
setSource, toDebugString, toString
-
Field Details
-
FULLSCREEN
Name of fullscreenchange event with prefix added if needed. -
TYPE
Event type for fullscreenchange events. Represents the meta-data associated with this event.
-
-
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:
getAssociatedTypein classDomEvent<FullscreenChangeHandler>
-
dispatch
- Specified by:
dispatchin classGwtEvent<FullscreenChangeHandler>
-
jsPrefix
Determine browser prefix, if any, to use the correct identifier for capturing the fullscreen change event.- Returns:
- browser specific javascript prefix
-