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[S <: Session] extends HttpHandler

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

  4. class Autocompletified extends AnyRef

  5. case class ChangeEvent(value: Double) extends Product with Serializable

  6. class DatePicker extends jQueryComponent

  7. class Dialog extends jQueryComponent

  8. sealed class Direction extends EnumEntry

  9. sealed class Easing extends EnumEntry

    jQuery UI Easings

    jQuery UI Easings

    See also

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

  10. sealed class Effect extends EnumEntry

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

  12. class ErrorMessage extends Div

  13. class HighlightMessage extends Div

  14. class Icon extends EnumEntry

  15. class ProgressBar extends jQueryComponent

  16. case class SpinEvent(value: Double) extends Product with Serializable

  17. class Spinner extends jQueryComponent

  18. class Tabs extends Div

  19. class jQueryUISelector extends AnyRef

Value Members

  1. object Autocomplete extends Module

  2. object Autocompletified

  3. object ChangeEvent extends 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 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