Packages

package view

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AvatarImageProvider extends AnyRef
  2. trait LinkConverter extends AnyRef
  3. case class Pagination(page: Int, count: Int, limit: Int, width: Int) extends Product with Serializable

    Provides control information for pagination.

    Provides control information for pagination. This class is used by paginator.scala.html.

    page

    the current page number

    count

    the total record count

    limit

    the limit record count per one page

    width

    the width (number of cells) of the paginator

Value Members

  1. object Markdown
  2. object helpers extends AvatarImageProvider with LinkConverter with RequestCache

    Provides helper methods for Twirl templates.

Ungrouped