|
Web Flavor
|
|
object
TextArea
extends AnyRef| Method Summary | |
def
|
apply [T](name : java.lang.String, rows : Int, cols : Int, default : T, validator : Validator[T]) : TextArea[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 |
| Method Details |
def
apply[T](name : java.lang.String, rows : Int, cols : Int, default : T, validator : Validator[T]) : TextArea[T]
|
Web Flavor
|
|