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. class GoogleTagManager extends Module

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

  7. class HeadScriptTag extends AnyRef

  8. class Monitor[T] extends AnyRef

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

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

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

  12. sealed trait Transform extends AnyRef

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

  14. 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 SocialMetadata extends Module

  8. object SocialSharing

  9. object Transform extends ValuePersistence[Transform]

  10. object WebFontLoader extends Module with HttpHandler

  11. object jQueryEvents extends Module with Logging

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

Inherited from AnyRef

Inherited from Any

Ungrouped