Package

org.danielnixon

progressive

Permalink

package progressive

Visibility
  1. Public
  2. All

Type Members

  1. trait Components extends AnyRef

    Permalink
  2. trait EventHandlers extends AnyRef

    Permalink

    Extension points to customize the behaviour of Progressive.

    Extension points to customize the behaviour of Progressive. You'll need to provide an implementation of this trait when initializing Progressive.

  3. final case class KeyElements(body: Body, announcementsElement: Element, errorElement: Element) extends Product with Serializable

    Permalink

    Document elements that Progressive requires.

    Document elements that Progressive requires.

    body

    The document body.

    announcementsElement

    A screen reader only element that Progressive can use to announce async page updates to users of assistive technology.

    errorElement

    An element that Progressive can use to display errors. Typically near the top of the page.

  4. class Progressive extends AnyRef

    Permalink

    Entry point for Progressive.

  5. trait Views extends AnyRef

    Permalink

    Views required by Progressive.

    Views required by Progressive. You'll need to provide an implementation of this trait when initializing Progressive.

Value Members

  1. object Global

    Permalink
    Annotations
    @SuppressWarnings()
  2. package extensions

    Permalink
  3. package facades

    Permalink
  4. package services

    Permalink

Ungrouped