jp.ne.cappuccino.keisuken.servlet.flavor.gui

class Form

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

class Form[T](name : java.lang.String, validator : Validator[T], commit : (Book) => Unit, default : T, label : java.lang.String, attrs : scala.Seq[(java.lang.String, java.lang.String)], child : scala.Seq[scala.xml.Node])
extends InputContainer[T]
Additional Constructor Summary
def this (name : java.lang.String, action : java.lang.String, method : java.lang.String, child : scala.Seq[scala.xml.Node]) : Form[T]
def this (name : java.lang.String, action : java.lang.String, method : java.lang.String, child : scala.Seq[scala.xml.Node], default : T, commit : (Book) => Unit) : Form[T]
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.Node
scala.xml.Node.scope, scala.xml.Node.namespace, scala.xml.Node.getNamespace, scala.xml.Node.attribute, scala.xml.Node.attribute, scala.xml.Node.descendant, scala.xml.Node.descendant_or_self, scala.xml.Node.equals, scala.xml.Node.hashCode, scala.xml.Node.theSeq, scala.xml.Node.toString, scala.xml.Node.toString, scala.xml.Node.nameToString, scala.xml.Node.xmlType, scala.xml.Node.text
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.Seq
scala.Seq.lengthCompare, scala.Seq.size, scala.Seq.isEmpty, scala.Seq.concat, scala.Seq.last, scala.Seq.lastOption, scala.Seq.first, scala.Seq.firstOption, scala.Seq.headOption, scala.Seq.++, scala.Seq.isDefinedAt, scala.Seq.lastIndexOf, scala.Seq.map, scala.Seq.flatMap, scala.Seq.filter, scala.Seq.take, scala.Seq.drop, scala.Seq.slice, scala.Seq.slice, scala.Seq.takeWhile, scala.Seq.dropWhile, scala.Seq.reverse, scala.Seq.contains, scala.Seq.subseq, scala.Seq.toArray, scala.Seq.toSeq, scala.Seq.projection, scala.Seq.equalsWith, scala.Seq.startsWith, scala.Seq.endsWith, scala.Seq.indexOf, scala.Seq.containsSlice
Methods inherited from scala.Collection
scala.Collection.stringPrefix
Methods inherited from scala.Iterable
scala.Iterable.partition, scala.Iterable.foreach, scala.Iterable.forall, scala.Iterable.exists, scala.Iterable.find, scala.Iterable.findIndexOf, scala.Iterable.indexOf, scala.Iterable.foldLeft, scala.Iterable.foldRight, scala.Iterable./:, scala.Iterable.:\, scala.Iterable.reduceLeft, scala.Iterable.reduceRight, scala.Iterable.copyToBuffer, scala.Iterable.sameElements, scala.Iterable.toList, scala.Iterable.toStream, scala.Iterable.mkString, scala.Iterable.mkString, scala.Iterable.mkString, scala.Iterable.addString, scala.Iterable.addString, scala.Iterable.copyToArray, scala.Iterable.hasDefiniteSize
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, method : java.lang.String, child : scala.Seq[scala.xml.Node], default : T, commit : (Book) => Unit) : Form[T]

def this(name : java.lang.String, action : java.lang.String, method : java.lang.String, child : scala.Seq[scala.xml.Node]) : Form[T]