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. final def asInstanceOf[T0]: T0

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

    Permalink
  7. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. 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.

  12. def forward(delta: Int = 1): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  16. def linkType(href: String): LinkType

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

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

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

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

    Permalink
  21. def pushPath(path: String, state: Any = null): Unit

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

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

    Permalink
  24. def replacePath(path: String, state: Any = null): Unit

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

    Permalink
  26. def setPath(path: String): Unit

    Permalink
  27. val stateChange: Channel[HistoryStateChange]

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

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

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

    Permalink
  31. val url: Val[URL]

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped