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]]): ListenerWrapper[_ <: Change[List[T]], Unit, Unit]

    Definition Classes
    Bindable
  17. def bindTo[S](bindable: Bindable[S])(implicit converter: (S) ⇒ List[T]): ListenerWrapper[_ <: Change[S], Unit, 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. val default: Option[List[T]]

    Definition Classes
    Property
  24. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  30. def hierarchicalParent: Listenable

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

    Attributes
    protected
    Definition Classes
    Property
  32. def isEmpty: Boolean

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def listen[E, V, R](name: String, modes: ListenMode*)(f: (E) ⇒ V)(implicit eventManifest: Manifest[E]): ListenerWrapper[E, V, R]

    Definition Classes
    Listenable
  35. val listeners: Listeners

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

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

    Definition Classes
    AnyRef
  38. def nonEmpty: Boolean

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. implicit val parent: Listenable

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

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

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

    Attributes
    protected
    Definition Classes
    Property
  45. val read: PropertyReadProcessor

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

    Definition Classes
    AnyRef
  47. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  48. def toString(): String

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

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

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

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

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