|
Web Flavor
|
|
class
Model[T](val text : java.lang.String, val default : T, val value : scala.Option[T], val message : java.lang.String)
extends AnyRef| Additional Constructor Summary | |
def
|
this (default : T) : Model[T] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
|
Web Flavor
|
|