class
ViewAttribute
extends Valid with Path with PathNode
Instance Constructors
-
new
ViewAttribute
(view: View, att: Attribute, index: Int)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
get
(rec: Record): Any
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
index
: Int
-
def
invalids
(scope: Scope): List[Invalid]
-
def
isInstanceOf
[T0]
: Boolean
-
def
label
(r: Record, opts: (String, String)*): NodeSeq
-
def
label
: String
-
-
def
matches
(other: Seq[String], ostart: Int = 0): Boolean
-
def
name
: String
-
def
name_
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
path
: Path
-
-
def
pathName
: String
-
def
pathSize
: Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
temporary
: Boolean
-
def
toString
(): String
-
def
toView
: View
-
def
validations
: List[(Scope) ⇒ Option[Invalid]]
-
val
view
: View
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any