org.hyperscala.realtime

dsl

package dsl

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

Type Members

  1. class CallbackStore extends Div

  2. case class CallbackTagMessage(id: String, callbackId: String) extends TagMessage with Product with Serializable

  3. case class RealtimeStatement[T](statement: Statement[T]) extends Product with Serializable

Value Members

  1. object CallbackStore

  2. object CallbackTagMessage extends Serializable

  3. def addClass(selector: Selector, className: String): JSFunction1[Boolean, Unit]

  4. val body: StringSelector

  5. def onAttribute[T](selector: Selector, attribute: PropertyAttribute[T]): JSFunction0[T]

  6. def onCSS[T](selector: Selector, attribute: StyleSheetAttribute[T]): JSFunction0[T]

  7. def onKey(key: Key, altKey: Option[Boolean] = None, ctrlKey: Option[Boolean] = None, metaKey: Option[Boolean] = None, shiftKey: Option[Boolean] = None, stopPropagation: Boolean = false)(f: ⇒ Unit): JSFunction1[KeyboardEvent, Boolean]

  8. def setValue(selector: Selector): JSFunction1[String, Unit]

  9. implicit def statement2RealtimeStatement(statement: Statement[_]): RealtimeStatement[_]

  10. val window: StringSelector

Inherited from AnyRef

Inherited from Any

Ungrouped