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 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 TypeMethodDescriptionprivate static StringDetermine browser prefix, if any, to use the correct identifier for capturing the fullscreen change event.protected voiddispatch(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, 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
-