org.hyperscala.jquery

ui

package ui

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ui
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Autocomplete extends Input

  2. class AutocompleteHandler extends HttpHandler

  3. case class AutocompleteMultiSelect(tag: HTMLTag, values: List[String]) extends BrowserEvent with Product with Serializable

  4. case class AutocompleteResult(label: String, value: String, category: String = "") extends Product with Serializable

  5. case class AutocompleteSelect(tag: HTMLTag, value: String) extends BrowserEvent with Product with Serializable

  6. class Autocompletified extends AnyRef

  7. case class ChangeEvent(tag: HTMLTag, value: Double) extends BrowserEvent with Product with Serializable

  8. class DatePicker extends jQueryComponent

  9. class Dialog extends jQueryComponent

  10. sealed class Direction extends EnumEntry

  11. sealed class Easing extends EnumEntry

    jQuery UI Easings

    jQuery UI Easings

    See also

    http://api.jqueryui.com/easings/

  12. sealed class Effect extends EnumEntry

  13. case class EffectInstance(name: String, options: String = null, duration: Int = 1, easing: Easing = null) extends Product with Serializable

  14. class ErrorMessage extends Div

  15. class HighlightMessage extends Div

  16. class Icon extends EnumEntry

  17. class ProgressBar extends jQueryComponent

  18. case class SpinEvent(tag: HTMLTag, value: Double) extends BrowserEvent with Product with Serializable

  19. class Spinner extends jQueryComponent

  20. class Tabs extends Div

  21. class jQueryUISelector extends AnyRef

Value Members

  1. object Autocomplete extends Module

  2. object Autocompletified

  3. object ChangeEvent extends MappedEvent[ChangeEvent] with Serializable

  4. object DatePicker extends JavaScriptCaller with StorageComponent[DatePicker, Input]

  5. object Dialog extends JavaScriptCaller with StorageComponent[Dialog, HTMLTag]

  6. object Direction extends Enumerated[Direction]

  7. object Easing extends Enumerated[Easing]

  8. object Effect extends Enumerated[Effect]

  9. object Icon extends Enumerated[Icon]

  10. object Menu

  11. object ProgressBar extends JavaScriptCaller with StorageComponent[ProgressBar, HTMLTag]

    ProgressBar is a light-weight wrapper around jQuery UI's Progressbar widget:

    ProgressBar is a light-weight wrapper around jQuery UI's Progressbar widget:

    http://api.jqueryui.com/progressbar/

  12. object SpinEvent extends MappedEvent[SpinEvent] with Serializable

  13. object Spinner extends JavaScriptCaller with StorageComponent[Spinner, Input]

  14. object Tabs

  15. implicit def effect2EffectInstance(effect: Effect): EffectInstance

  16. package event

  17. implicit def input2Autocompletified(input: Input): Autocompletified

  18. implicit def jqs2jquis(selector: jQuerySelector): jQueryUISelector

Inherited from AnyRef

Inherited from Any

Ungrouped