org.tyranid.db

Attribute

class Attribute extends DbItem with Valid

Linear Supertypes
Valid, DbItem, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Attribute
  2. Valid
  3. DbItem
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Attribute (entity: Entity, name: String)

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 annotated [T <: AttributeAnnotation] (implicit arg0: Manifest[T]): Option[T]

  7. def as (label: String): Attribute

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. lazy val dbName : String

    Definition Classes
    DbItem
  11. var domain : Domain

  12. val entity : Entity

  13. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getClass (): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  18. def help (ns: NodeSeq): Attribute

  19. var help : NodeSeq

  20. def is (anno: AttributeAnnotation): Unit

  21. def is (search: Searchable): Attribute

  22. def is (str: String): Attribute

  23. def is (domain: Domain): Attribute

    DSL .

    DSL ... TODO: move this out to a builder object

  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. var isKey : Boolean

  26. var isLabel : Boolean

  27. var label : String

  28. val name : String

    Definition Classes
    AttributeDbItem
  29. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  32. var required : Boolean

  33. var search : Searchable

  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. var temporary : Boolean

    Indicates whether this va is persisted in the database or is just used as a temporary form field.

  36. def toString (): String

    Definition Classes
    AnyRef → Any
  37. def validations : List[(Scope) ⇒ Option[Invalid]]

    Definition Classes
    AttributeValid
  38. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Valid

Inherited from DbItem

Inherited from AnyRef

Inherited from Any