Class/Object

org.hyperscala.ui.widgets

Select2

Related Docs: object Select2 | package widgets

Permalink

class Select2 extends jQueryComponent

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

Instance Constructors

  1. new Select2(wrapped: Select, autoInit: Boolean = true)

    Permalink

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. val adaptContainerCssClass: JavaScriptProperty[JavaScriptContent]

    Permalink
  5. val adaptDropdownCssClass: JavaScriptProperty[JavaScriptContent]

    Permalink
  6. def afterInit(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    WrappedComponent
  7. val allowClear: JavaScriptProperty[Boolean]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val autoInit: Boolean

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

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

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

    Permalink
    Definition Classes
    jQueryComponent
  13. def clone(): AnyRef

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

    Permalink
  15. val containerCss: JavaScriptProperty[JavaScriptContent]

    Permalink
  16. val containerCssClass: JavaScriptProperty[String]

    Permalink
  17. val createSearchChoice: JavaScriptProperty[JavaScriptContent]

    Permalink
  18. val createSearchChoicePosition: JavaScriptProperty[JavaScriptContent]

    Permalink
  19. val dropdownAutoWidth: JavaScriptProperty[Boolean]

    Permalink
  20. val dropdownCss: JavaScriptProperty[JavaScriptContent]

    Permalink
  21. val dropdownCssClass: JavaScriptProperty[String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. val escapeMarkup: JavaScriptProperty[JavaScriptContent]

    Permalink
  25. def event[T <: BrowserEvent](mapping: MappedEvent[T]): UnitProcessor[T]

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. val formatInputTooLong: JavaScriptProperty[JavaScriptContent]

    Permalink
  29. val formatInputTooShort: JavaScriptProperty[JavaScriptContent]

    Permalink
  30. val formatLoadMore: JavaScriptProperty[JavaScriptContent]

    Permalink
  31. val formatNoMatches: JavaScriptProperty[JavaScriptContent]

    Permalink
  32. val formatResult: JavaScriptProperty[JavaScriptContent]

    Permalink
  33. val formatResultCssClass: JavaScriptProperty[JavaScriptContent]

    Permalink
  34. val formatSearching: JavaScriptProperty[JavaScriptContent]

    Permalink
  35. val formatSelection: JavaScriptProperty[JavaScriptContent]

    Permalink
  36. val formatSelectionTooBig: JavaScriptProperty[JavaScriptContent]

    Permalink
  37. def functionName: String

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

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

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

    Permalink
    Definition Classes
    WrappedComponent
  41. val initSelection: JavaScriptProperty[JavaScriptContent]

    Permalink
  42. def initializeComponent(values: Map[String, Any]): Unit

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

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

    Permalink
    Definition Classes
    Any
  45. implicit def listenable: Listenable

    Permalink
  46. val loadMorePadding: JavaScriptProperty[Int]

    Permalink
  47. val matcher: JavaScriptProperty[JavaScriptContent]

    Permalink
  48. val maximumInputLength: JavaScriptProperty[Int]

    Permalink
  49. val maximumSelectionSize: JavaScriptProperty[Int]

    Permalink
  50. val minimumInputLength: JavaScriptProperty[Int]

    Permalink
  51. val minimumResultsForSearch: JavaScriptProperty[Int]

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

    Permalink
    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  53. val multiple: PropertyAttribute[Boolean]

    Permalink
  54. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. val nextSearchTerm: JavaScriptProperty[JavaScriptContent]

    Permalink
  56. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    jQueryComponent
  59. val openOnEnter: JavaScriptProperty[Boolean]

    Permalink
  60. def option(key: String, value: Any): Unit

    Permalink
    Definition Classes
    WrappedComponent
  61. val placeholder: JavaScriptProperty[String]

    Permalink
  62. val placeholderOption: JavaScriptProperty[String]

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

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  64. val query: JavaScriptProperty[JavaScriptContent]

    Permalink
  65. def realtimeSelector: Option[Selector]

    Permalink
    Attributes
    protected
    Definition Classes
    jQueryComponent
  66. val selectOnBlur: JavaScriptProperty[Boolean]

    Permalink
  67. def send(statement: Statement[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    jQueryComponent
  68. val separator: JavaScriptProperty[String]

    Permalink
  69. val sortResults: JavaScriptProperty[JavaScriptContent]

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

    Permalink
    Definition Classes
    AnyRef
  71. lazy val tagSelector: jQuerySelector

    Permalink
    Definition Classes
    jQueryComponent
  72. val tags: JavaScriptProperty[JavaScriptContent]

    Permalink
  73. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  74. val tokenSeparators: JavaScriptProperty[List[String]]

    Permalink
  75. val tokenizer: JavaScriptProperty[JavaScriptCaller]

    Permalink
  76. val value: Property[String]

    Permalink
  77. val values: Property[List[String]]

    Permalink
  78. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  82. val width: JavaScriptProperty[String]

    Permalink
  83. val wrapped: Select

    Permalink
    Definition Classes
    Select2 → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped