org.hyperscala.ui

module

package module

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

Type Members

  1. class Compliance extends AnyRef

  2. case class CustomFont(family: String, style: String, weight: String, woff: String, aliases: List[String]) extends Product with Serializable

  3. case class DynamicURLInstance[S <: Session](webpage: Webpage[S]) extends Listenable with Product with Serializable

  4. class GoogleAnalytics extends Module

  5. class HeadScriptTag[S <: Session] extends AnyRef

  6. class Monitor[T] extends AnyRef

  7. case class Scale(value: Double) extends Transform with Product with Serializable

  8. sealed trait Transform extends AnyRef

  9. class WebFontLoader[S <: Session] extends AnyRef

    WebFontLoader is a wrapper around TypeKit's WebFontLoader: https://github.com/typekit/webfontloader

Value Members

  1. object DynamicURL extends Module

  2. object ExternalStyle extends Module

  3. object HeadScript extends Module

  4. object Monitor extends Module

    Monitor allows arbitrary JavaScript to be monitored for a changing result at a specific interval and to send that data back to the server when it changes.

    Monitor allows arbitrary JavaScript to be monitored for a changing result at a specific interval and to send that data back to the server when it changes. This utilizes batch sends to avoid extraneous information but causes some intermediate data to be potentially lost.

  5. object PageTimer extends Module with Logging

  6. object Transform extends ValuePersistence[Transform]

  7. object WebFontLoader extends Module with HttpHandler

  8. object jQueryEvents extends Module with Logging

  9. implicit def tag2Compliance(t: HTMLTag): Compliance

Inherited from AnyRef

Inherited from Any

Ungrouped