Toc

play.doc.Toc
case class Toc(name: String, title: String, nodes: List[(String, TocTree)], descend: Boolean) extends TocTree

A table of contents

Value parameters

descend

Whether a table of contents should descend into this table of contents

nodes

The nodes in the table of contents

title

The title of this table of contents

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TocTree
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def page: String

The page that this node should point to

The page that this node should point to

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product