org.hyperscala

realtime

package realtime

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. realtime
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class EvalMessage(instruction: String, content: Option[String]) extends Product with Serializable

  2. case class JavaScriptMessage(instruction: String, content: Option[String] = scala.None, selector: Option[String] = scala.None, delay: Int = 0) extends Product with Serializable

  3. case class RealtimeEvent(confirmation: String = null, preventDefault: Boolean = true, fireChange: Boolean = false, onlyLast: Boolean = true, delay: Int = 0) extends JavaScriptContent with Product with Serializable

  4. class RealtimePage[S <: Session] extends Logging

Value Members

  1. object EvalMessage extends Serializable

  2. object JSRequest extends Module with Logging

    JSRequest allows a JavaScript statement to be supplied, it is invoked in the browser, and the result is sent back to the server in response.

  3. object JavaScriptMessage extends Serializable

  4. object Realtime extends Module with Logging with Listenable

  5. object RealtimePage

  6. package dsl

  7. implicit def jsEventProcessor2RealtimeEventProcessor[T <: JavaScriptEvent](p: JavaScriptEventProcessor[T]): RealtimeEventProcessor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped