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(webpage: Webpage) extends Listenable with Product with Serializable

  4. class GoogleAnalytics extends Module

  5. case class HashChanged(hash: String) extends Product with Serializable

  6. class HeadScriptTag extends AnyRef

  7. class Monitor[T] extends AnyRef

  8. case class MonitorEvent(monitorId: String, value: String) extends Product with Serializable

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

  10. case class ScriptLoaded(tag: HTMLTag, callId: String) extends BrowserEvent with Product with Serializable

  11. sealed trait Transform extends AnyRef

  12. case class WebFontActive(fontFamily: String, fontVariationDescription: String) extends Product with Serializable

  13. class WebFontLoader extends Listenable

    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 with Logging

    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 ScriptLoader extends Module

    ScriptLoader allows for dynamically loading JavaScript files after the page has loaded.

  7. object Transform extends ValuePersistence[Transform]

  8. object WebFontLoader extends Module with HttpHandler

  9. object jQueryEvents extends Module with Logging

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

Inherited from AnyRef

Inherited from Any

Ungrouped