org.hyperscala

PropertyAttribute

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

Linear Supertypes
XMLAttribute, Property[T], ChildLike[Listenable], Bindable[T], Listenable, PropertyLike[T], () ⇒ T, (T) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PropertyAttribute
  2. XMLAttribute
  3. Property
  4. ChildLike
  5. Bindable
  6. Listenable
  7. PropertyLike
  8. Function0
  9. Function1
  10. AnyRef
  11. 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)(implicit persister: ValuePersistence[T], parent: Listenable, manifest: Manifest[T])

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 :=(value: T): Unit

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

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

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

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def apply(value: T, suppressEvent: Boolean): Unit

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

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

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

    Definition Classes
    Any
  13. def attributeValue: String

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

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

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

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

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

    Definition Classes
    Property
  19. def clone(): AnyRef

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. def hierarchicalParent: Listenable

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

  29. def isChange(newValue: T): Boolean

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

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

    Definition Classes
    Listenable
  32. val listeners: Listeners

    Definition Classes
    Listenable
  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 persister: ValuePersistence[T]

  39. def propertyChange(value: T): Unit

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

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

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

    Definition Classes
    PropertyAttributeXMLAttribute
  43. val read: PropertyReadProcessor

    Definition Classes
    Property
  44. def shouldRender: Boolean

  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: T

    Definition Classes
    PropertyLike
  49. def value_=(value: 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( ... )
  53. 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 PropertyLike[T]

Inherited from () ⇒ T

Inherited from (T) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped