net.liftweb.wizard.Wizard.Screen.Field

trait Field

trait Field

 extends Field


Define a field within the screen


Source: Wizard.scala(371)

 Fields

allFields.. def allFields Seq[BaseField] BaseField
asHtml.. def asHtml NodeSeq ReadableField
default.. abstract def default ValueType Field
displayHtml.. def displayHtml NodeSeq ReadableField
displayName.. def displayName String ReadableField
displayNameHtml.. def displayNameHtml Box[NodeSeq] ReadableField
editable_?.. def editable_? Boolean Field
fieldId.. def fieldId Option[NodeSeq] SettableField
get.. def get ValueType Field
helpAsHtml.. override def helpAsHtml Box[NodeSeq] Field
is.. def is ValueType Field
manifest.. implicit abstract def manifest Manifest[ValueType] Field
name.. abstract def name String ReadableField
onConfirm_?.. def onConfirm_?
Is this field on the confirm screen
Boolean
otherValue.. def otherValue OtherValueType Field
otherValueDefault.. protected def otherValueDefault OtherValueType Field
required_?.. def required_? Boolean SettableField
shouldDisplay_?.. def shouldDisplay_? Boolean ReadableField
show_?.. def show_? Boolean SettableField
toForm.. def toForm Box[NodeSeq] Field
uniqueFieldId.. override lazy val uniqueFieldId Box[String] Field
uploadField_?.. override def uploadField_? Boolean Field
validate.. def validate List[FieldError] Field

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
asInstanceOf.. final def asInstanceOf[T0] T0 Any
buildIt.. protected def buildIt[T](arg0 : Manifest[T]) Manifest[T] Field
clone.. protected def clone Object AnyRef
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
otherFuncVendors.. protected override def otherFuncVendors(what : Manifest[ValueType]) Box[(ValueType, (ValueType) => Unit) => NodeSeq]
set.. def set(arg0 : ValueType) ValueType Field
setFilter.. def setFilter List[(ValueType) => ValueType] Field
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. override def toString String Field
validations.. def validations List[(ValueType) => List[FieldError]] Field
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.