org.hyperscala.ui.wrapped

Changeable

Related Docs: object Changeable | package wrapped

class Changeable extends jQueryComponent

Linear Supertypes
jQueryComponent, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Changeable
  2. jQueryComponent
  3. WrappedComponent
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def afterInit(f: ⇒ Unit): Unit

    Definition Classes
    WrappedComponent
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val autoInit: Boolean

    Definition Classes
    Changeable → WrappedComponent
  7. def call(function: String, arg: Any): Unit

    Definition Classes
    jQueryComponent
  8. def call(function: String): Unit

    Definition Classes
    jQueryComponent
  9. def call(): Unit

    Definition Classes
    jQueryComponent
  10. val changing: JavaScriptProperty[List[JSFunction1[Changes, Unit]]]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def event[T <: BrowserEvent](mapping: MappedEvent[T]): UnitProcessor[T]

    Definition Classes
    jQueryComponent
  15. def event(eventType: String): UnitProcessor[jQueryEvent]

    Definition Classes
    jQueryComponent
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val frequency: JavaScriptProperty[Double]

  18. def functionName: String

    Attributes
    protected
    Definition Classes
    Changeable → jQueryComponent
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. def init(): Unit

    Definition Classes
    WrappedComponent
  22. def initializeComponent(values: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  23. def initialized: Boolean

    Definition Classes
    WrappedComponent
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def modify(key: String, value: Any): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. def on(eventType: String, function: JavaScriptContent): Unit

    Definition Classes
    jQueryComponent
  30. def option(key: String, value: Any): Unit

    Definition Classes
    WrappedComponent
  31. def property[T](name: String, default: T, includeDefault: Boolean, toJS: (T) ⇒ JavaScriptContent)(implicit manifest: Manifest[T]): JavaScriptProperty[T]

    Attributes
    protected
    Definition Classes
    WrappedComponent
  32. def realtimeSelector: Option[Selector]

    Attributes
    protected
    Definition Classes
    jQueryComponent
  33. def send(statement: Statement[_]): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent
  34. val sendChanges: JavaScriptProperty[Boolean]

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

    Definition Classes
    AnyRef
  36. lazy val tagSelector: jQuerySelector

    Definition Classes
    jQueryComponent
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def webpage: Webpage

    Attributes
    protected
    Definition Classes
    WrappedComponent
  42. val wrapped: HTMLTag

    Definition Classes
    Changeable → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped