trait
RowLike
extends Dynamic with Typed
Abstract Value Members
-
def
apply
(name: String): Any
-
def
apply
(idx: Int): Any
-
def
column
(idx: Int): Column
-
def
columnCount
: Int
-
def
content
: Seq[Any]
-
def
typed
[T]
(name: String)(implicit m: Manifest[T]): T
Inherited from Dynamic
Inherited from AnyRef
Inherited from Any