org.hyperscala

PropertyAttribute

Related Docs: object PropertyAttribute | package hyperscala

class PropertyAttribute[T] extends Property[T] with XMLAttribute

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

Instance Constructors

  1. new PropertyAttribute(name: String, default: T, inclusion: InclusionMode = InclusionMode.ModifiedAndNotEmpty, dynamic: Boolean = false)(implicit persister: ValuePersistence[T], parent: Listenable, manifest: Manifest[T])

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def :=(value: T): Unit

    Definition Classes
    WriteProperty
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. def and(other: Property[T]): PropertyGroup[T]

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(value: T, handling: EventHandling): Unit

    Definition Classes
    Property
  8. def apply(value: T): Unit

    Definition Classes
    Property → Function1
  9. def apply(): T

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

    Definition Classes
    Any
  11. def attributeValue: String

  12. def attributeValue_=(value: String): Unit

  13. def bind(bindable: Bindable[T]): FunctionalListener[_ <: Change[T], Unit]

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

    Definition Classes
    Bindable
  15. val change: PropertyChangeProcessor[T]

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

    Definition Classes
    Property
  17. def clone(): AnyRef

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  19. val dynamic: Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  26. def hierarchicalParent: Listenable

    Attributes
    protected
    Definition Classes
    Property → ChildLike
  27. var inclusion: InclusionMode

  28. def isChange(newValue: T): Boolean

    Attributes
    protected
    Definition Classes
    Property
  29. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Listenable
  31. val listeners: Listeners

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

    Definition Classes
    Property
  33. def modified: Boolean

  34. val name: String

    Definition Classes
    PropertyAttributeXMLAttribute
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. implicit val parent: Listenable

    Definition Classes
    Property
  39. implicit val persister: ValuePersistence[T]

  40. def propertyChange(value: T): Unit

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

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

    Attributes
    protected
    Definition Classes
    Property
  43. def read(markup: Markup, newValue: String): Unit

    Definition Classes
    PropertyAttributeXMLAttribute
  44. val read: PropertyReadProcessor

    Definition Classes
    Property
  45. lazy val readOnlyView: ReadOnlyPropertyLense[T]

    Definition Classes
    Property
  46. def shouldRender: Boolean

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

    Definition Classes
    AnyRef
  48. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  49. def toString(): String

    Definition Classes
    PropertyAttribute → Property → Function1 → Function0 → AnyRef → Any
  50. def value: T

    Definition Classes
    ReadProperty
  51. def value_=(value: T): Unit

    Definition Classes
    WriteProperty
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def write(markup: Markup, writer: HTMLWriter): Unit

    Definition Classes
    PropertyAttributeXMLAttribute

Inherited from XMLAttribute

Inherited from Property[T]

Inherited from ChildLike[Listenable]

Inherited from Bindable[T]

Inherited from Listenable

Inherited from WriteProperty[T]

Inherited from (T) ⇒ Unit

Inherited from ReadProperty[T]

Inherited from () ⇒ T

Inherited from AnyRef

Inherited from Any

Ungrouped