jp.ne.cappuccino.keisuken.servlet.flavor.FlavorUtils

object TextArea

[source: jp/ne/cappuccino/keisuken/servlet/flavor/FlavorUtils.scala]

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]