net.liftweb.mapper.JsonComet.JxEnumSelect

class JxEnumSelect

class JxEnumSelect[KeyType, Enum <: Enumeration, KMType <: KeyedMapper[KeyType, KMType]](val meta : KeyedMetaMapper[KeyType, KMType], val field : MappedEnum[KMType, Enum], val enum : Enum)

 extends JxNodeBase with JsonBridge[KeyType, Value, KMType]




Source: JSONComet.scala(174)

 Constructors

def this(meta : KeyedMetaMapper[KeyType, KMType], field : MappedEnum[KMType, Enum], enum : Enum)

 Fields

FieldId.. val FieldId String JsonBridge
attributes.. def attributes MetaData Node
buildInput.. def buildInput NodeSeq
child.. def child Nil
cvt.. def cvt PartialFunction[Any, Box[Value]]
descendant.. def descendant List[Node] Node
descendant_or_self.. def descendant_or_self List[Node] Node
elements.. override def elements Iterator[Node] NodeSeq
first.. def first A Seq
firstOption.. def firstOption Option[A] Seq
handler.. val handler PartialFunction[Any, JsCmd] JsonBridge
hasDefiniteSize.. def hasDefiniteSize Boolean Iterable
headOption.. def headOption Option[A] Seq
isEmpty.. override def isEmpty Boolean Seq
label.. def label String JxBase
last.. def last A Seq
lastOption.. def lastOption Option[A] Seq
length.. def length Int NodeSeq
mkString.. def mkString String Iterable
namespace.. def namespace String Node
onChangeCmd.. def onChangeCmd JsCmd
prefix.. def prefix String Node
projection.. override def projection Projection[A] Seq
renderExp.. def renderExp JsExp
reverse.. def reverse Seq[A] Seq
scope.. def scope NamespaceBinding Node
size.. def size Int Seq
stringPrefix.. protected def stringPrefix String Collection
text.. override def text String Node
theSeq.. def theSeq Seq[Node] Node
toList.. def toList List[A] Iterable
toSeq.. override def toSeq Seq[A] Seq
toStream.. def toStream Stream[A] Iterable
values.. def values List[Value]

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
++.. override def ++[B >: A](arg0 : Iterable[B]) Seq[B] Seq
/:.. def /:[B](arg0 : B) B Iterable
:\.. def :\[B](arg0 : B) B Iterable
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
\.. def \(arg0 : String) NodeSeq NodeSeq
\\.. def \\(arg0 : String) NodeSeq NodeSeq
addAttrs.. def addAttrs(arg0 : String, arg1 : List[MetaData]) JsCmd JxBase
addString.. def addString(arg0 : StringBuilder, arg1 : String) StringBuilder Iterable
addString.. def addString(arg0 : StringBuilder, arg1 : String, arg2 : String, arg3 : String) StringBuilder Iterable
addString.. def addString(arg0 : StringBuilder) StringBuilder Iterable
addToDocFrag.. def addToDocFrag(arg0 : String, arg1 : List[Node]) JsCmd JxBase
andThen.. override def andThen[C](arg0 : (B) => C) PartialFunction[A, C] PartialFunction
appendToParent.. def appendToParent(parentName : String) JsCmd
apply.. def apply(arg0 : (Node) => Boolean) NodeSeq NodeSeq
apply.. def apply(arg0 : Int) Node NodeSeq
asInstanceOf.. final def asInstanceOf[T0] T0 Any
attribute.. final def attribute(arg0 : String, arg1 : String) Option[Seq[Node]] Node
attribute.. final def attribute(arg0 : String) Option[Seq[Node]] Node
buildLine.. def buildLine(v : Value) JxIfElse
clone.. protected def clone Object AnyRef
compose.. def compose[A](arg0 : (A) => T1) (A) => R Function1
concat.. override def concat[B >: A](arg0 : Iterable[B]) Seq[B] Seq
contains.. def contains(arg0 : Any) Boolean Seq
containsSlice.. def containsSlice[B](arg0 : Seq[B]) Boolean Seq
copyToArray.. def copyToArray[B >: A](arg0 : Array[B], arg1 : Int) Unit Iterable
copyToBuffer.. def copyToBuffer[B >: A](arg0 : Buffer[B]) Unit Iterable
drop.. override def drop(arg0 : Int) Seq[A] Seq
dropWhile.. override def dropWhile(arg0 : (A) => Boolean) Seq[A] Seq
endsWith.. def endsWith[B](arg0 : Seq[B]) Boolean Seq
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. override def equals(arg0 : Any) Boolean Node
equalsWith.. def equalsWith[B](arg0 : Seq[B]) Boolean Seq
exists.. def exists(arg0 : (A) => Boolean) Boolean Iterable
filter.. override def filter(arg0 : (A) => Boolean) Seq[A] Seq
finalize.. protected def finalize Unit AnyRef
find.. def find(arg0 : (A) => Boolean) Option[A] Iterable
findIndexOf.. override def findIndexOf(arg0 : (A) => Boolean) Int Seq
flatMap.. override def flatMap[B](arg0 : (A) => Iterable[B]) Seq[B] Seq
foldLeft.. def foldLeft[B](arg0 : B) B Iterable
foldRight.. def foldRight[B](arg0 : B) B Iterable
forall.. def forall(arg0 : (A) => Boolean) Boolean Iterable
foreach.. def foreach(arg0 : (A) => Unit) Unit Iterable
getClass.. final def getClass Class[Any] AnyRef
getNamespace.. def getNamespace(arg0 : String) String Node
hashCode.. override def hashCode Int Node
indexOf.. def indexOf[B >: A](arg0 : Seq[B]) Int Seq
indexOf.. override def indexOf[B >: A](arg0 : B) Int Seq
isDefinedAt.. def isDefinedAt(arg0 : Int) Boolean Seq
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
lastIndexOf.. def lastIndexOf[B >: A](arg0 : B) Int Seq
lengthCompare.. def lengthCompare(arg0 : Int) Int Seq
map.. override def map[B](arg0 : (A) => B) Seq[B] Seq
mkString.. def mkString(arg0 : String) String Iterable
mkString.. def mkString(arg0 : String, arg1 : String, arg2 : String) String Iterable
nameToString.. def nameToString(arg0 : StringBuilder) StringBuilder Node
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
orElse.. def orElse[A1 <: A, B1 >: B](arg0 : PartialFunction[A1, B1]) PartialFunction[A1, B1] PartialFunction
partition.. def partition(arg0 : (A) => Boolean) (Iterable[A], Iterable[A]) Iterable
reduceLeft.. def reduceLeft[B >: A](arg0 : (B, A) => B) B Iterable
reduceRight.. def reduceRight[B >: A](arg0 : (A, B) => B) B Iterable
sameElements.. def sameElements[B >: A](arg0 : Iterable[B]) Boolean Iterable
slice.. def slice(arg0 : Int) Seq[A] Seq
slice.. def slice(arg0 : Int, arg1 : Int) Seq[A] Seq
startsWith.. def startsWith[B](arg0 : Seq[B]) Boolean Seq
startsWith.. def startsWith[B](arg0 : Seq[B], arg1 : Int) Boolean Seq
subseq.. def subseq(arg0 : Int, arg1 : Int) Seq[A] Seq
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
take.. override def take(arg0 : Int) Seq[A] Seq
takeWhile.. override def takeWhile(arg0 : (A) => Boolean) Seq[A] Seq
theCall.. def theCall(value : JsExp) Run JsonBridge
toArray.. override def toArray[B >: A] Array[B] Seq
toString.. override def toString String Node
toString.. def toString(arg0 : Boolean) String Node
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
xmlType.. def xmlType TypeSymbol Node
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.