org.tyranid.db

ViewAttribute

class ViewAttribute extends Valid with Path with PathNode

Linear Supertypes
PathNode, Path, Pathable, Valid, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ViewAttribute
  2. PathNode
  3. Path
  4. Pathable
  5. Valid
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ViewAttribute (view: View, att: Attribute, index: Int)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val att : Attribute

  8. def b (rec: Record): Boolean

    Definition Classes
    Path
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def get (rec: Record): Any

    Definition Classes
    Path
  14. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  15. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  16. val index : Int

  17. def invalids (scope: Scope): List[Invalid]

  18. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  19. def label (r: Record, opts: (String, String)*): NodeSeq

  20. def label : String

    Definition Classes
    ViewAttributePathNodePath
  21. def leaf : ViewAttribute

    Definition Classes
    Path
  22. def matches (other: Seq[String], ostart: Int = 0): Boolean

    Definition Classes
    Path
  23. def name : String

    Definition Classes
    ViewAttributePathNodePath
  24. def name_ : String

    Definition Classes
    Path
  25. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def path : Path

    Definition Classes
    PathPathable
  29. def pathAt (idx: Int): ViewAttribute

    Definition Classes
    ViewAttributePath
  30. def pathName : String

    Definition Classes
    Path
  31. def pathSize : Int

    Definition Classes
    ViewAttributePath
  32. def s (rec: Record): String

    Definition Classes
    Path
  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def t (rec: Record): Date

    Definition Classes
    Path
  35. def temporary : Boolean

  36. def toString (): String

    Definition Classes
    AnyRef → Any
  37. def toView : View

  38. def validations : List[(Scope) ⇒ Option[Invalid]]

    Definition Classes
    ViewAttributeValid
  39. val view : View

  40. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PathNode

Inherited from Path

Inherited from Pathable

Inherited from Valid

Inherited from AnyRef

Inherited from Any