Page

case class Page[C, V](var pageController: C, var pageView: V)

Provides a binder between the page logic and the relative page view

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product