Class

org.hyperscala.web

JavaScriptProperty

Related Doc: package web

Permalink

class JavaScriptProperty[T] extends Property[T]

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

Instance Constructors

  1. new JavaScriptProperty(toJS: (T) ⇒ JavaScriptContent, default: Option[T])(implicit parent: Listenable, manifest: Manifest[T])

    Permalink

Value Members

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Property → Function0
  10. def applyChange(value: T): Unit

    Permalink
  11. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    Bindable
  14. val change: PropertyChangeProcessor[T]

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

    Permalink
    Definition Classes
    Property
  16. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hierarchicalParent: Listenable

    Permalink
    Attributes
    protected
    Definition Classes
    Property → ChildLike
  25. def isChange(newValue: T): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  26. def isChanging: Boolean

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. val js: () ⇒ JavaScriptContent

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

    Permalink
    Definition Classes
    Listenable
  30. val listeners: Listeners

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

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

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. implicit val parent: Listenable

    Permalink
    Definition Classes
    Property
  36. def propertyChange(value: T): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  39. val read: PropertyReadProcessor

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

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

    Permalink
    Definition Classes
    AnyRef
  42. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  43. def toString(): String

    Permalink
    Definition Classes
    Property → Function1 → Function0 → AnyRef → Any
  44. def value: T

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

    Permalink
    Definition Classes
    WriteProperty
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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