Package

org.hyperscala.jquery

ui

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class Autocomplete extends Input

    Permalink

  2. class AutocompleteHandler extends HttpHandler

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

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

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

    Permalink
  6. class Autocompletified extends AnyRef

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

    Permalink
  8. class DatePicker extends jQueryComponent

    Permalink
  9. class Dialog extends jQueryComponent

    Permalink
  10. sealed abstract class Direction extends EnumEntry

    Permalink
  11. sealed abstract class Easing extends EnumEntry

    Permalink

    jQuery UI Easings

    jQuery UI Easings

    See also

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

  12. sealed abstract class Effect extends EnumEntry

    Permalink

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

    Permalink
  14. class ErrorMessage extends Div

    Permalink

  15. class HighlightMessage extends Div

    Permalink

  16. sealed abstract class Icon extends EnumEntry

    Permalink

  17. class ProgressBar extends jQueryComponent

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

    Permalink
  19. class Spinner extends jQueryComponent

    Permalink
  20. class Tabs extends Div

    Permalink

  21. class jQueryUISelector extends AnyRef

    Permalink

Value Members

  1. object Autocomplete extends Module

    Permalink
  2. object Autocompletified

    Permalink
  3. object ChangeEvent extends MappedEvent[ChangeEvent] with Serializable

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

    Permalink

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

    Permalink

  6. object Direction extends Enumerated[Direction] with Serializable

    Permalink
  7. object Easing extends Enumerated[Easing] with Serializable

    Permalink
  8. object Effect extends Enumerated[Effect] with Serializable

    Permalink
  9. object Icon extends Enumerated[Icon] with Serializable

    Permalink
  10. object Menu

    Permalink

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

    Permalink

    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

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

    Permalink

  14. object Tabs

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

    Permalink
  16. package event

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped