im.mange.jetboot.input

Select

Related Doc: package input

case class Select(field: Field, options: Seq[(String, String)], placeholder: String, defaultValue: Option[String]) extends FormInput with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, FormInput, Updatable, Clearable, Initialisable, EventHandling, Styleable, Input, Focusable, Disableable, Renderable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Select
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FormInput
  7. Updatable
  8. Clearable
  9. Initialisable
  10. EventHandling
  11. Styleable
  12. Input
  13. Focusable
  14. Disableable
  15. Renderable
  16. Identifiable
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Select(field: Field, options: Seq[(String, String)], placeholder: String, defaultValue: Option[String])

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def addClasses(c: String*): Select.this.type

    Definition Classes
    Styleable
  5. def addEvents(handlers: (String, (String) ⇒ JsCmd)*): Select.this.type

    Definition Classes
    EventHandling
  6. def addStyles(s: Style*): Select.this.type

    Definition Classes
    Styleable
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def baseElement: Elem

    Definition Classes
    SelectEventHandling
  9. def classes(c: String*): Select.this.type

    Definition Classes
    Styleable
  10. def classes(c: Classes): Select.this.type

    Definition Classes
    Styleable
  11. var classes: Classes

    Definition Classes
    Styleable
  12. def clear: JsCmd

    Definition Classes
    FormInputClearable
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val defaultValue: Option[String]

  15. def disable: JsCmd

    Definition Classes
    Disableable
  16. def element: Element

    Definition Classes
    Identifiable
  17. def enable: JsCmd

    Definition Classes
    Disableable
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. var eventHandlers: Seq[EventHandler]

    Attributes
    protected
    Definition Classes
    EventHandling
  20. val field: Field

    Definition Classes
    SelectFormInput
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def focus: JsCmd

    Definition Classes
    Focusable
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def id: String

    Definition Classes
    FormInputIdentifiable
  25. def init: JsCmd

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

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def onChange(handler: (String) ⇒ JsCmd): Select

  31. val options: Seq[(String, String)]

  32. val placeholder: String

  33. def render: Elem

    Definition Classes
    EventHandling
  34. def reset: JsCmd

    Definition Classes
    SelectFormInput
  35. def showError(message: String): JsCmd

    Definition Classes
    Updatable
  36. def showError2(message: String): JsCmd

    Definition Classes
    Updatable
  37. def styles(s: Style*): Select.this.type

    Definition Classes
    Styleable
  38. def styles(s: Styles): Select.this.type

    Definition Classes
    Styleable
  39. var styles: Styles

    Definition Classes
    Styleable
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def update(newValue: String): JsCmd

    Definition Classes
    Updatable
  42. var value: String

    Definition Classes
    SelectFormInput
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FormInput

Inherited from Updatable

Inherited from Clearable

Inherited from Initialisable

Inherited from EventHandling

Inherited from Styleable

Inherited from Input

Inherited from Focusable

Inherited from Disableable

Inherited from Renderable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped