org.hyperscala.javascript

EventProperty

class EventProperty extends PropertyAttribute[JavaScriptContent]

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

Instance Constructors

  1. new EventProperty(name: String)(implicit markup: Markup)

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 +=(content: JavaScriptContent): Unit

    Concatenation of JavaScript support

  5. def :=(value: JavaScriptContent): Unit

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

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

    Definition Classes
    Any
  8. def and(other: Property[JavaScriptContent]): PropertyGroup[JavaScriptContent]

    Definition Classes
    Property
  9. def andThen[A](g: (Unit) ⇒ A): (JavaScriptContent) ⇒ A

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

    Definition Classes
    Property
  11. def apply(value: JavaScriptContent): Unit

    Definition Classes
    Property → Function1
  12. def apply(): JavaScriptContent

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

    Definition Classes
    Any
  14. def attributeValue: String

    Definition Classes
    PropertyAttribute
  15. def attributeValue_=(value: String): Unit

    Definition Classes
    PropertyAttribute
  16. def bind(bindable: Bindable[JavaScriptContent]): FunctionalListener[_ <: Change[JavaScriptContent], Unit]

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

    Definition Classes
    Bindable
  18. val change: PropertyChangeProcessor[JavaScriptContent]

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

    Definition Classes
    Property
  20. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  28. def hierarchicalParent: Listenable

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

    Definition Classes
    PropertyAttribute
  30. def isChange(newValue: JavaScriptContent): Boolean

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

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

    Definition Classes
    Listenable
  33. val listeners: Listeners

    Definition Classes
    Listenable
  34. implicit val manifest: Manifest[JavaScriptContent]

    Definition Classes
    Property
  35. def modified: Boolean

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

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

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

    Definition Classes
    AnyRef
  39. implicit val parent: Listenable

    Definition Classes
    Property
  40. implicit val persister: ValuePersistence[JavaScriptContent]

    Definition Classes
    PropertyAttribute
  41. def propertyChange(value: JavaScriptContent): Unit

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

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

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

    Definition Classes
    PropertyAttribute → XMLAttribute
  45. val read: PropertyReadProcessor

    Definition Classes
    Property
  46. def shouldRender: Boolean

    Definition Classes
    PropertyAttribute
  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
    Function0 → AnyRef → Any
  50. def value: JavaScriptContent

    Definition Classes
    PropertyLike
  51. def value_=(value: JavaScriptContent): Unit

    Definition Classes
    PropertyLike
  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
    PropertyAttribute → XMLAttribute

Inherited from PropertyAttribute[JavaScriptContent]

Inherited from XMLAttribute

Inherited from Property[JavaScriptContent]

Inherited from ChildLike[Listenable]

Inherited from Bindable[JavaScriptContent]

Inherited from Listenable

Inherited from PropertyLike[JavaScriptContent]

Inherited from () ⇒ JavaScriptContent

Inherited from (JavaScriptContent) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped