Trait/Object

io.udash.properties

Properties

Related Docs: object Properties | package properties

Permalink

trait Properties extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Properties
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Blank[T] = properties.Blank[T]

    Permalink
  2. type CallbackSequencer = properties.CallbackSequencer

    Permalink
  3. type CastableProperty[A] = single.CastableProperty[A]

    Permalink
  4. type CastableReadableProperty[A] = single.CastableReadableProperty[A]

    Permalink
  5. type DefaultValidationError = properties.DefaultValidationError

    Permalink
  6. type ModelProperty[A] = model.ModelProperty[A]

    Permalink
  7. type Patch[+P <: ReadableProperty[_]] = seq.Patch[P]

    Permalink
  8. type Property[A] = single.Property[A]

    Permalink
  9. type ReadableModelProperty[A] = model.ReadableModelProperty[A]

    Permalink
  10. type ReadableProperty[A] = single.ReadableProperty[A]

    Permalink
  11. type ReadableSeqProperty[A] = seq.ReadableSeqProperty[A, _ <: ReadableProperty[A]]

    Permalink
  12. type SeqProperty[A] = seq.SeqProperty[A, _ <: Property[A]]

    Permalink
  13. type ValidationError = properties.ValidationError

    Permalink
  14. type ValidationResult = properties.ValidationResult

    Permalink
  15. type Validator[T] = properties.Validator[T]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Blank: properties.Blank.type

    Permalink
  5. val CallbackSequencer: properties.CallbackSequencer.type

    Permalink
  6. val DefaultValidationError: properties.DefaultValidationError.type

    Permalink
  7. val Invalid: properties.Invalid.type

    Permalink
  8. val ModelProperty: model.ModelProperty.type

    Permalink
  9. val Property: single.Property.type

    Permalink
  10. val SeqProperty: seq.SeqProperty.type

    Permalink
  11. val Valid: properties.Valid.type

    Permalink
  12. implicit def any2ModelProperty[A](value: A)(implicit arg0: ModelPropertyCreator[A]): Any2ModelProperty[A]

    Permalink
  13. implicit def any2Property[A](value: A): Any2Property[A]

    Permalink
  14. implicit def any2SeqProperty[A](value: Seq[A]): Any2SeqProperty[A]

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit def propertySeq2SeqProperty[A](value: com.avsystem.commons.ISeq[Property[A]]): PropertySeq2SeqProperty[A]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped