org.powerscala.property

ListProperty

trait ListProperty[T] extends Property[List[T]]

Linear Supertypes
Property[List[T]], ChildLike[Listenable], Bindable[List[T]], Listenable, PropertyLike[List[T]], () ⇒ List[T], (List[T]) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ListProperty
  2. Property
  3. ChildLike
  4. Bindable
  5. Listenable
  6. PropertyLike
  7. Function0
  8. Function1
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def ++=(seq: Seq[T]): Unit

  5. def +=(t: T): Unit

  6. def -=(t: T): Unit

  7. def :=(value: List[T]): Unit

    Definition Classes
    PropertyLike
  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. def and(other: Property[List[T]]): PropertyGroup[List[T]]

    Definition Classes
    Property
  11. def andThen[A](g: (Unit) ⇒ A): (List[T]) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. def apply(value: List[T], suppressEvent: Boolean): Unit

    Definition Classes
    Property
  13. def apply(value: List[T]): Unit

    Definition Classes
    Property → Function1
  14. def apply(): List[T]

    Definition Classes
    Property → Function0
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def bind(bindable: Bindable[List[T]]): FunctionalListener[_ <: Change[List[T]], Unit]

    Definition Classes
    Bindable
  17. def bindTo[S](bindable: Bindable[S])(implicit converter: (S) ⇒ List[T]): FunctionalListener[_ <: Change[S], Unit]

    Definition Classes
    Bindable
  18. val change: PropertyChangeProcessor[List[T]]

    Definition Classes
    Property → Bindable
  19. val changing: PropertyChangingProcessor[List[T]]

    Definition Classes
    Property
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def compose[A](g: (A) ⇒ List[T]): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  22. def contains(t: T): Boolean

  23. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def get: Option[List[T]]

    Definition Classes
    Property
  27. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  29. def hierarchicalParent: Listenable

    Attributes
    protected
    Definition Classes
    Property → ChildLike
  30. def isChange(newValue: List[T]): Boolean

    Attributes
    protected
    Definition Classes
    Property
  31. def isEmpty: Boolean

  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  34. val listeners: Listeners

    Definition Classes
    Listenable
  35. implicit val manifest: Manifest[List[T]]

    Definition Classes
    Property
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def nonEmpty: Boolean

  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. implicit val parent: Listenable

    Definition Classes
    Property
  41. def propertyChange(value: List[T]): Unit

    Attributes
    protected
    Definition Classes
    Property
  42. def propertyChanging(value: List[T]): Option[List[T]]

    Attributes
    protected
    Definition Classes
    Property
  43. def propertyRead(): Unit

    Attributes
    protected
    Definition Classes
    Property
  44. val read: PropertyReadProcessor

    Definition Classes
    Property
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  47. def toString(): String

    Definition Classes
    Function0 → AnyRef → Any
  48. def value: List[T]

    Definition Classes
    PropertyLike
  49. def value_=(value: List[T]): Unit

    Definition Classes
    PropertyLike
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Property[List[T]]

Inherited from ChildLike[Listenable]

Inherited from Bindable[List[T]]

Inherited from Listenable

Inherited from PropertyLike[List[T]]

Inherited from () ⇒ List[T]

Inherited from (List[T]) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped