package view
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AvatarImageProvider extends AnyRef
- trait LinkConverter extends AnyRef
-
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
- object Markdown
-
object
helpers extends AvatarImageProvider with LinkConverter with RequestCache
Provides helper methods for Twirl templates.