Uses of Interface
org.evoludo.ui.FullscreenChangeHandler
Packages that use FullscreenChangeHandler
-
Uses of FullscreenChangeHandler in org.evoludo
Classes in org.evoludo that implement FullscreenChangeHandlerMethods in org.evoludo with parameters of type FullscreenChangeHandlerModifier and TypeMethodDescriptionEvoLudoWeb.addFullscreenChangeHandler
(FullscreenChangeHandler handler) -
Uses of FullscreenChangeHandler in org.evoludo.ui
Classes in org.evoludo.ui that implement FullscreenChangeHandlerModifier and TypeClassDescriptionclass
Context menu extension to GWT's user interface.class
Tooltip extension to GWT's user interface.Fields in org.evoludo.ui with type parameters of type FullscreenChangeHandlerModifier and TypeFieldDescriptionprivate static final DomEvent.Type
<FullscreenChangeHandler> FullscreenChangeEvent.TYPE
Event type for fullscreenchange events.Methods in org.evoludo.ui that return types with arguments of type FullscreenChangeHandlerModifier and TypeMethodDescriptionFullscreenChangeEvent.getAssociatedType()
static DomEvent.Type
<FullscreenChangeHandler> FullscreenChangeEvent.getType()
Gets the event type associated with fullscreenchange events.Methods in org.evoludo.ui with parameters of type FullscreenChangeHandlerModifier and TypeMethodDescriptionContextMenu.addFullscreenChangeHandler
(FullscreenChangeHandler handler) HasFullscreenChangeHandlers.addFullscreenChangeHandler
(FullscreenChangeHandler handler) Adds aFullscreenChangeEvent
handler.Tooltip.addFullscreenChangeHandler
(FullscreenChangeHandler handler) protected void
FullscreenChangeEvent.dispatch
(FullscreenChangeHandler handler) -
Uses of FullscreenChangeHandler in org.evoludo.util
Methods in org.evoludo.util with parameters of type FullscreenChangeHandlerModifier and TypeMethodDescriptionstatic final void
NativeJS.addFullscreenChangeHandler
(String eventname, FullscreenChangeHandler handler) JSNI method: Add a fullscreen change handler.static final void
NativeJS.removeFullscreenChangeHandler
(String eventname, FullscreenChangeHandler handler) JSNI method: Remove the fullscreen change handler.