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 clone (): AnyRef

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. val index : Int

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

  17. def isInstanceOf [T0] : Boolean

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

  19. def label : String

    Definition Classes
    ViewAttributePathNodePath
  20. def leaf : ViewAttribute

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

    Definition Classes
    Path
  22. def name : String

    Definition Classes
    ViewAttributePathNodePath
  23. def name_ : String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  27. def path : Path

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

    Definition Classes
    ViewAttributePath
  29. def pathName : String

    Definition Classes
    Path
  30. def pathSize : Int

    Definition Classes
    ViewAttributePath
  31. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  32. def temporary : Boolean

  33. def toString (): String

    Definition Classes
    AnyRef → Any
  34. def toView : View

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

    Definition Classes
    ViewAttributeValid
  36. val view : View

  37. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. 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