Web Flavor
|
|
class
EndForm(name : java.lang.String, validator : Validator[java.lang.String], commit : (Book) => Unit, default : java.lang.String, label : java.lang.String, attrs : scala.Seq[(java.lang.String, java.lang.String)], child : scala.Seq[scala.xml.Node])
extends
InputContainer[java.lang.String]Additional Constructor Summary | |
def
|
this (name : java.lang.String, action : java.lang.String) : EndForm |
def
|
this (name : java.lang.String, action : java.lang.String, commit : (Book) => Unit) : EndForm |
Values and Variables inherited from SingleInputComponent | |
model |
Values and Variables inherited from Component | |
prefix |
Methods inherited from InputContainer | |
init, start, valid, feedback, commit |
Methods inherited from Component | |
attributes, attributes, putAttribute, removeAttribute, +, ++, clearChild |
Methods inherited from scala.xml.NodeSeq | |
scala.xml.NodeSeq.length, scala.xml.NodeSeq.elements, scala.xml.NodeSeq.apply, scala.xml.NodeSeq.apply, scala.xml.NodeSeq.\, scala.xml.NodeSeq.\\ |
Methods inherited from scala.Collection | |
scala.Collection.stringPrefix |
Methods inherited from scala.PartialFunction | |
scala.PartialFunction.orElse, scala.PartialFunction.andThen |
Methods inherited from scala.Function1 | |
scala.Function1.compose |
Methods inherited from AnyRef | |
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Additional Constructor Details |
def
this(name : java.lang.String, action : java.lang.String, commit : (Book) => Unit) : EndForm
def
this(name : java.lang.String, action : java.lang.String) : EndForm
Web Flavor
|
|