Class/Object

org.hyperscala.jquery.ui

Spinner

Related Docs: object Spinner | package ui

Permalink

class Spinner extends jQueryComponent

Linear Supertypes
jQueryComponent, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Spinner
  2. jQueryComponent
  3. WrappedComponent
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  6. val autoInit: Boolean

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

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

    Permalink
    Definition Classes
    jQueryComponent
  9. def call(): Unit

    Permalink
    Definition Classes
    jQueryComponent
  10. val changeEvent: UnitProcessor[ChangeEvent]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val disabled: JavaScriptProperty[Boolean]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    jQueryComponent
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def functionName: String

    Permalink
    Definition Classes
    Spinner → jQueryComponent
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. val icons: JavaScriptProperty[Map[String, String]]

    Permalink
  22. val incremental: JavaScriptProperty[Boolean]

    Permalink
  23. def init(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    Spinner → jQueryComponent → WrappedComponent
  25. def initialized: Boolean

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

    Permalink
    Definition Classes
    Any
  27. val max: JavaScriptProperty[Double]

    Permalink
  28. val min: JavaScriptProperty[Double]

    Permalink
  29. def modify(key: String, value: Any): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. val numberFormat: JavaScriptProperty[String]

    Permalink
  34. def on(eventType: String, function: JavaScriptContent): Unit

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

    Permalink
    Definition Classes
    WrappedComponent
  36. val page: JavaScriptProperty[Double]

    Permalink
  37. def property[T](name: String, default: T, includeDefault: Boolean, toJS: (T) ⇒ JavaScriptContent)(implicit manifest: Manifest[T]): JavaScriptProperty[T]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    jQueryComponent
  40. val spinEvent: UnitProcessor[SpinEvent]

    Permalink
  41. val step: JavaScriptProperty[Double]

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

    Permalink
    Definition Classes
    AnyRef
  43. lazy val tagSelector: jQuerySelector

    Permalink
    Definition Classes
    jQueryComponent
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. val value: Property[Double]

    Permalink
  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( ... )
  49. def webpage: Webpage

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  50. val wrapped: Input

    Permalink
    Definition Classes
    Spinner → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped