Object

io.youi

History

Related Doc: package youi

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val alwaysReload: Var[Boolean]

    Permalink

    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

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def back(delta: Int = 1): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fixAnchor(anchor: Anchor): Anchor

    Permalink
  13. def fixAnchors(): Unit

    Permalink

    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

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isSecure: Boolean

    Permalink
  19. def linkType(href: String): LinkType

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def push(url: URL, state: Any = null): Unit

    Permalink
  24. def pushPath(path: Path, keepParams: Boolean = false, state: Any = null): Unit

    Permalink
  25. def reload(force: Boolean): Unit

    Permalink
  26. def replace(url: URL, state: Any): Unit

    Permalink
  27. def replacePath(path: Path, keepParams: Boolean = false, state: Any = null): Unit

    Permalink
  28. def set(url: URL): Unit

    Permalink
  29. def setPath(path: Path, keepParams: Boolean = false): Unit

    Permalink
  30. val stateChange: Channel[HistoryStateChange]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def update(change: HistoryStateChange): Unit

    Permalink
  34. val url: Val[URL]

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped