Packages

o

io.youi

History

object History

Convenience functionality for working with browser history.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. History
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val alwaysReload: Var[Boolean]

    If set to true calling push and replace will always result in the same functionality as set.

    If set to true calling push and replace will always result in the same functionality as set. This is a toggle to be able to disable single-application mode with one switch.

    Defaults to false.

  5. def anchor(anchor: Anchor, location: String): Anchor
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def back(delta: Int = 1): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fixAnchor(anchor: Anchor): Anchor
  13. def fixAnchors(): Unit

    Updates all anchors on the page to internal links to push history instead of loading another page.

    Updates all anchors on the page to internal links to push history instead of loading another page. Essentially converts all links to be single-page-app compliant. May be run multiple times and will only change new links.

  14. def forward(delta: Int = 1): Unit
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isSecure: Boolean
  19. def linkType(href: String): LinkType
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def push(url: URL, state: Any = null): Unit
  24. def pushPath(path: Path, keepParams: Boolean = false, state: Any = null): Unit
  25. def reload(force: Boolean): Unit
  26. def replace(url: URL, state: Any): Unit
  27. def replacePath(path: Path, keepParams: Boolean = false, state: Any = null): Unit
  28. def set(url: URL, target: String = "_self"): Unit
  29. def setPath(path: Path, keepParams: Boolean = false): Unit
  30. val stateChange: Channel[HistoryStateChange]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def update(change: HistoryStateChange): Unit
  34. val url: Val[URL]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped