IndexView

com.alecdorrington.client.views.IndexView
object IndexView extends View

The view for the index page of the website, at URL /.

Attributes

Experimental
true
Graph
Supertypes
class View
class Object
trait Matchable
class Any
Self type
IndexView.type

Members list

Value members

Inherited methods

final def show(rootName: String = ...): Unit

An instruction to render this view inside the root div of the given name. This method is side-effecting, and should only be called once per page during initialisation.

An instruction to render this view inside the root div of the given name. This method is side-effecting, and should only be called once per page during initialisation.

Value parameters

rootName

The name of the root element (default = "root"). The contents of this view will be inserted here.

Attributes

Inherited from:
View