Package

org.widok.bindings

Bootstrap

Permalink

package Bootstrap

Native widgets for Bootstrap 3 components

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Bootstrap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class Alert(contents: View*) extends Widget[Alert] with Product with Serializable

    Permalink
  2. case class AnchorButton(contents: View*) extends ButtonBase[AnchorButton] with AnchorBase[AnchorButton] with Product with Serializable

    Permalink
  3. case class Breadcrumb(contents: Item*) extends List[Breadcrumb] with Product with Serializable

    Permalink
  4. case class Button(contents: View*) extends ButtonBase[Button] with Product with Serializable

    Permalink
  5. trait ButtonBase[T] extends Widget[T]

    Permalink
  6. case class FormGroup(contents: View*) extends Widget[FormGroup] with Product with Serializable

    Permalink
  7. trait Glyphicon extends Widget[Glyphicon]

    Permalink
  8. case class Image(source: String) extends Widget[Image] with Product with Serializable

    Permalink
  9. trait Input[T] extends Widget[T]

    Permalink
  10. case class InputGroup(contents: View*) extends Widget[InputGroup] with Product with Serializable

    Permalink
  11. case class Item(contents: View*) extends Widget.List.Item[Item] with Product with Serializable

    Permalink
  12. case class Label(contents: View*) extends Widget[Label] with Product with Serializable

    Permalink
  13. case class ListGroup(contents: Widget.List.Item[_]*) extends List[ListGroup] with Product with Serializable

    Permalink
  14. case class Media(contents: View*) extends Widget[Media] with Product with Serializable

    Permalink
  15. case class Modal(contents: View*) extends Widget[Modal] with Product with Serializable

    Permalink
  16. case class ModalBuilder(contents: ContentElement*) extends Widget[ModalBuilder] with Disposable with Product with Serializable

    Permalink
  17. case class NavigationBar(contents: View*) extends Widget[NavigationBar] with Product with Serializable

    Permalink
  18. case class Pagination(contents: Pagination.Item*) extends List[Pagination] with Product with Serializable

    Permalink
  19. case class Panel(contents: View*) extends Widget[Panel] with Product with Serializable

    Permalink
  20. case class ProgressBar(contents: View*) extends Widget[ProgressBar] with Product with Serializable

    Permalink
  21. sealed trait Role extends AnyRef

    Permalink
  22. sealed trait Shape extends AnyRef

    Permalink
  23. sealed trait Size extends AnyRef

    Permalink
  24. sealed trait Style extends AnyRef

    Permalink
  25. case class Table(contents: View*) extends Widget[Table] with Product with Serializable

    Permalink
  26. sealed trait TextStyle extends AnyRef

    Permalink
  27. case class Typeahead[A](input: Text, options: (String) ⇒ Buffer[(A, String)], select: (A) ⇒ Unit) extends Widget[Typeahead[A]] with Product with Serializable

    Permalink

    Ported from https://github.com/bassjobsen/Bootstrap-3-Typeahead/blob/master/bootstrap3-typeahead.js

  28. implicit class ValidateWidget[T] extends AnyRef

    Permalink
  29. case class Validation[T](ch: ReadChannel[T], f: (T) ⇒ Option[String]) extends Product with Serializable

    Permalink
  30. case class Validator(validations: Validation[_]*) extends Product with Serializable

    Permalink
  31. implicit class WidgetWithStyle[T] extends AnyRef

    Permalink

Value Members

  1. object Button extends Serializable

    Permalink
  2. object Checkbox

    Permalink
  3. def Container(contents: View*): Generic

    Permalink
  4. def ControlLabel(contents: View*): HTML.Label

    Permalink
  5. def Fix(contents: View*): Generic

    Permalink
  6. def Footer(contents: View*): Generic

    Permalink
  7. object Glyphicon

    Permalink
  8. object Grid

    Permalink
  9. def HorizontalForm(contents: View*): Form

    Permalink
  10. object Input

    Permalink
  11. object InputGroup extends Serializable

    Permalink
  12. def Lead(contents: View*): Generic

    Permalink
  13. object ListGroup extends Serializable

    Permalink
  14. object Media extends Serializable

    Permalink
  15. object Modal extends Serializable

    Permalink
  16. object Navigation

    Permalink
  17. object NavigationBar extends Serializable

    Permalink
  18. def PageHeader(contents: View*): Generic

    Permalink
  19. object Pagination extends Serializable

    Permalink
  20. object Panel extends Serializable

    Permalink
  21. def PullRight(contents: View*): HTML.Container.Inline

    Permalink
  22. object Radio

    Permalink
  23. object Role

    Permalink
  24. object Shape

    Permalink
  25. object Size

    Permalink
  26. object Style

    Permalink
  27. object Table extends Serializable

    Permalink
  28. object TextStyle

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped