WebEvent

scalafx.scene.web.WebEvent
See theWebEvent companion class
object WebEvent

Companion object for scalafx.scene.web.WebEvent.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
WebEvent.type

Members list

Value members

Concrete fields

val Alert: EventType[WebEvent[_]]

This event occurs when a script calls the JavaScript alert function.

This event occurs when a script calls the JavaScript alert function.

Attributes

val Any: EventType[WebEvent[_]]

Common supertype for all Web event types.

Common supertype for all Web event types.

Attributes

val Resized: EventType[WebEvent[_]]

This event occurs when a script changes location of the JavaScript window object.

This event occurs when a script changes location of the JavaScript window object.

Attributes

val StatusChanged: EventType[WebEvent[_]]

This event occurs when a script changes status line text.

This event occurs when a script changes status line text.

Attributes

val VisibilityChanged: EventType[WebEvent[_]]

This event occurs when a script changes visibility of the JavaScript window object.

This event occurs when a script changes visibility of the JavaScript window object.

Attributes

Deprecated fields

val ALERT: EventType[WebEvent[_]]

Attributes

Deprecated
true
val ANY: EventType[WebEvent[_]]

Attributes

Deprecated
true
val RESIZED: EventType[WebEvent[_]]

Attributes

Deprecated
true
val STATUS_CHANGED: EventType[WebEvent[_]]

Attributes

Deprecated
true
val VISIBILITY_CHANGED: EventType[WebEvent[_]]

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxWebEvent2jfx[T](we: WebEvent[T]): WebEvent[T]

Converts a ScalaFX WebEvent to its JavaFX counterpart.

Converts a ScalaFX WebEvent to its JavaFX counterpart.

Value parameters

we

ScalaFX WebEvent

Attributes

Returns

JavaFX WebEvent