scaladget.bootstrapnative.bsn

Type members

Inherited classlikes

Inherited from
BootstrapTags
case class ExclusiveRadioButtons[T](buttons: Seq[ToggleState[T]], unactiveStateClass: String, defaultToggles: Seq[Int], radioButtonsModifiers: HESetters)
Inherited from
BootstrapTags
trait FormTag
Inherited from
BootstrapTags
class LabelForModifiers(m: HtmlElement)
Inherited from
BootstrapTags
Inherited from
BootstrapTags
case class ModalDialog(modalHeader: HtmlElement, modalBody: HtmlElement, modalFooter: HtmlElement, modifiers: HESetters, onopen: () => Unit, onclose: () => Unit)
Inherited from
BootstrapTags
case class NavBar(classPair: HESetters, brand: Option[NavBarBrand], contents: Seq[NavItem])
Inherited from
BootstrapTags
case class NavBarBrand(src: String, modifierSeq: HESetters, todo: () => Unit, alt: String)
Inherited from
BootstrapTags
case class NavItem(contentDiv: HtmlElement, todo: () => Unit, extraRenderPair: HESetters, activeDefault: Boolean, toRight: Boolean)
Inherited from
BootstrapTags
class PopableTypedTag(element: HtmlElement)
Inherited from
BootstrapTags
case class PopoverBuilder(element: HtmlElement, innerElement: HtmlElement, position: PopupPosition, trigger: PopupType, title: Option[String], dismissible: Boolean)
Inherited from
BootstrapTags
case class RadioButtons[T](states: Seq[ToggleState[T]], activeStates: Seq[ToggleState[T]], unactiveStateClass: String, modifiers: HESetters)
Inherited from
BootstrapTags
class SelectableSeqWithStyle[T](s: Seq[T])
Inherited from
BootstrapTags
class TTagCollapserWithReactive(r: Signal[Boolean])
Inherited from
BootstrapTags
case class Tab[T](t: T, title: HtmlElement, content: HtmlElement, active: Boolean, onClicked: () => Unit, onAdded: () => Unit, onRemoved: () => Unit, tabID: TabID, refID: String)
Inherited from
BootstrapTags
object Tabs
Inherited from
BootstrapTags
case class Tabs[T](initialTabs: Seq[Tab[T]], isClosable: Boolean, tabStyle: HESetters)
Inherited from
BootstrapTags
class TagCollapserOnClick[S <: HtmlElement](trigger: S)
Inherited from
BootstrapTags
case class Toast(header: ToastHeader, bodyText: String, toastPosition: ToastPosition, delay: Option[Int], toastID: ToastID)
Inherited from
BootstrapTags
case class ToastHeader(text: String, comment: String, backgroundColor: String)
Inherited from
BootstrapTags
case class ToastStack(toastPosition: ToastPosition, unstackOnClose: Boolean, initialToasts: Seq[Toast])
Inherited from
BootstrapTags
case class ToggleButtonState[T](state: ToggleState[T], activeState: Boolean, unactiveState: ToggleState[T], onToggled: () => Unit, modifiers: HESetters, withCaret: Boolean)
Inherited from
BootstrapTags
case class ToggleState[T](t: T, text: String, cls: String, todo: T => Unit)
Inherited from
BootstrapTags
class TooltipBuilder(element: HtmlElement, text: String, position: PopupPosition, condition: () => Boolean)
Inherited from
BootstrapTags
class TypedTagLabel(badge: Span)
Inherited from
BootstrapTags
object spacing
Inherited from
BootstrapPackage

Inherited types

type HESetter = Setter[HtmlElement]
Inherited from
BootstrapTags
type HESetters = Seq[HESetter]
Inherited from
BootstrapTags
type TabID = String
Inherited from
BootstrapTags
type ToastID = String
Inherited from
BootstrapTags
type TypedContent = String | HtmlElement
Inherited from
BootstrapTags

Value members

Inherited methods

def badge(badgeValue: String, badgeStyle: HESetters): ReactiveHtmlElement[Span]
Inherited from
BootstrapTags
def buttonGroup: ReactiveHtmlElement[Div]
Inherited from
BootstrapTags
def buttonToolBar: ReactiveHtmlElement[Div]
Inherited from
BootstrapTags
def checkbox(isChecked: Boolean): ReactiveHtmlElement[Input]
Inherited from
BootstrapTags
def closeButton(dataDismiss: String, todo: () => Unit): ReactiveHtmlElement[Button]
Inherited from
BootstrapTags
def colBS(nbCol: Int): Setter[Base]
Inherited from
BootstrapPackage
def colMDOffset(offsetSize: Int): Setter[Base]
Inherited from
BootstrapPackage
def dataTable(rows: Seq[Seq[String]]): DataTableBuilder
Inherited from
BootstrapTags
Inherited from
BootstrapTags
def exclusiveRadio[T](buttons: Seq[ToggleState[T]], unactiveStateClass: String, defaultToggle: Int, radioButtonsModifiers: HESetters): ExclusiveRadioButtons[T]
Inherited from
BootstrapTags
def exclusiveRadios[T](buttons: Seq[ToggleState[T]], unactiveStateClass: String, defaultToggles: Seq[Int], radioButtonsModifiers: HESetters): ExclusiveRadioButtons[T]
Inherited from
BootstrapTags
def fileInput(todo: Input => Unit): ReactiveHtmlElement[Input]
Inherited from
BootstrapTags
def glyphSpan(glyphicon: HESetters, modifier: Modifier[HtmlElement], text: String): ReactiveHtmlElement[Span]
Inherited from
BootstrapTags
def hForm(heSetters: HESetters, formTags: FormTag*): HtmlElement
Inherited from
BootstrapTags
def hForm(formTags: FormTag*): HtmlElement
Inherited from
BootstrapTags
def inputGroupAppend(element: HtmlElement): ReactiveHtmlElement[Span]
Inherited from
BootstrapTags
def inputGroupPrepend(element: HtmlElement): ReactiveHtmlElement[Span]
Inherited from
BootstrapTags
def inputGroupText(text: String): ReactiveHtmlElement[Span]
Inherited from
BootstrapTags
def inputTag(content: String): ReactiveHtmlElement[Input]
Inherited from
BootstrapTags
def linkButton(content: String, link: String, buttonStyle: HESetters, openInOtherTab: Boolean): ReactiveHtmlElement[Anchor]
Inherited from
BootstrapTags
def progressBar(barMessage: String, ratio: Int): ReactiveHtmlElement[Div]
Inherited from
BootstrapTags
def radio[T](buttons: Seq[ToggleState[T]], activeStates: Seq[ToggleState[T]], unactiveStateClass: String, radioButtonsModifiers: HESetters): ReactiveHtmlElement[Div]
Inherited from
BootstrapTags
def stickAfter(element: HtmlElement, withSticker: HtmlElement): ReactiveHtmlElement[Div]
Inherited from
BootstrapTags
def stickBefore(element: HtmlElement, withSticker: HtmlElement): ReactiveHtmlElement[Div]
Inherited from
BootstrapTags
def stringNavItem(content: String, todo: () => Unit, activeDefault: Boolean): NavItem
Inherited from
BootstrapTags
def toast(toastHeader: ToastHeader, bodyText: String, toastPosition: ToastPosition, delay: Option[Int]): Toast
Inherited from
BootstrapTags
def toastStack(toastPosition: ToastPosition, unstackOnClose: Boolean, toasts: Toast*): ToastStack
Inherited from
BootstrapTags
def toggle[T](activeState: ToggleState[T], default: Boolean, unactiveState: ToggleState[T], onToggled: () => Unit, modifiers: HESetters, withCaret: Boolean): ToggleButtonState[T]
Inherited from
BootstrapTags
def vForm(heSetters: HESetters, elements: FormTag*): HtmlElement
Inherited from
BootstrapTags
def vForm(elements: FormTag*): HtmlElement
Inherited from
BootstrapTags

Inherited fields

lazy val active: Setter[Base]
Inherited from
BootstrapPackage
lazy val alert_danger: Setter[Base]
Inherited from
BootstrapPackage
lazy val alert_info: Setter[Base]
Inherited from
BootstrapPackage
lazy val alert_success: Setter[Base]
Inherited from
BootstrapPackage
lazy val alert_warning: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_danger: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_dark: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_info: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_light: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_primary: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_secondary: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_success: Setter[Base]
Inherited from
BootstrapPackage
lazy val badge_warning: Setter[Base]
Inherited from
BootstrapPackage
lazy val bg_light: Setter[Base]
Inherited from
BootstrapPackage
lazy val bordered: Setter[Base]
Inherited from
BootstrapPackage
lazy val bordered_table: Setter[Base]
Inherited from
BootstrapPackage
lazy val bottomRightPosition: Seq[Setter[Base]]
Inherited from
BootstrapPackage
lazy val btn: Setter[Base]
Inherited from
BootstrapPackage
lazy val btnGroup: Setter[Base]
Inherited from
BootstrapPackage
lazy val btnGroupToggle: Setter[Base]
Inherited from
BootstrapPackage
lazy val btnToolbar: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_danger: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_danger_outline: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_danger_string: String
Inherited from
BootstrapPackage
lazy val btn_info: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_info_outline: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_info_string: String
Inherited from
BootstrapPackage
lazy val btn_large: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_light: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_light_outline: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_medium: Setter[Base]
Inherited from
BootstrapPackage
Inherited from
BootstrapPackage
Inherited from
BootstrapPackage
lazy val btn_primary: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_primary_outline: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_primary_string: String
Inherited from
BootstrapPackage
lazy val btn_right: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_secondary: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_secondary_outline: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_secondary_string: String
Inherited from
BootstrapPackage
lazy val btn_small: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_success: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_success_outline: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_success_string: String
Inherited from
BootstrapPackage
lazy val btn_test: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_warning: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_warning_outline: Setter[Base]
Inherited from
BootstrapPackage
lazy val btn_warning_string: String
Inherited from
BootstrapPackage
lazy val caret: Seq[StyleSetter]
Inherited from
Bootstrap2Package
lazy val colSM: Setter[Base]
Inherited from
BootstrapPackage
lazy val collapseTransition: Seq[Setter[HtmlElement]]
Inherited from
Bootstrap2Package
lazy val container: Setter[Base]
Inherited from
BootstrapPackage
lazy val containerFluid: Setter[Base]
Inherited from
BootstrapPackage
lazy val controlGroup: Setter[Base]
Inherited from
BootstrapPackage
lazy val controlLabel: Setter[Base]
Inherited from
BootstrapPackage
lazy val controls: Setter[Base]
Inherited from
BootstrapPackage
lazy val danger: Setter[Base]
Inherited from
BootstrapPackage
lazy val default_header: Setter[Base]
Inherited from
BootstrapPackage
lazy val default_inverse: Setter[Base]
Inherited from
BootstrapPackage
lazy val default_table: Setter[Base]
Inherited from
BootstrapPackage
lazy val fade: Setter[Base]
Inherited from
BootstrapPackage
lazy val formControl: Setter[Base]
Inherited from
BootstrapPackage
lazy val formGroup: Setter[Base]
Inherited from
BootstrapPackage
lazy val formHorizontal: Setter[Base]
Inherited from
BootstrapPackage
lazy val formInline: Setter[Base]
Inherited from
BootstrapPackage
lazy val formVertical: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_alph_sorting: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_archive: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_arrow_left: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_arrow_right: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_arrow_right_and_left: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_chevron_left: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_chevron_right: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_comment: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_copy: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_download: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_download_alt: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_edit: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_edit2: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_exclamation: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_file: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_filter: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_flag: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_folder_close: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_heart: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_home: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_info: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_lightning: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_list: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_lock: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_market: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_menu_hamburger: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_minus: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_minus_sign: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_off: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_ok: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_paste: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_plug: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_plus: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_plus_sign: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_question: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_refresh: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_remove: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_repeat: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_right_caret: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_road: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_save: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_settings: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_sort_down: String
Inherited from
BootstrapPackage
lazy val glyph_sort_down_alt: String
Inherited from
BootstrapPackage
lazy val glyph_stats: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_time: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_trash: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_triangle_down: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_triangle_up: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_upload: Setter[Base]
Inherited from
BootstrapPackage
lazy val glyph_upload_alt: Setter[Base]
Inherited from
BootstrapPackage
lazy val header_no_color: Modifier[Node]
Inherited from
BootstrapPackage
lazy val hover_table: Setter[Base]
Inherited from
BootstrapPackage
lazy val info: Setter[Base]
Inherited from
BootstrapPackage
lazy val inline_list: Setter[Base]
Inherited from
BootstrapPackage
lazy val inputGroupAddonClass: Setter[Base]
Inherited from
BootstrapPackage
lazy val inputGroupButtonClass: Setter[Base]
Inherited from
BootstrapPackage
lazy val inputGroupClass: Setter[Base]
Inherited from
BootstrapPackage
lazy val inverse_table: Setter[Base]
Inherited from
BootstrapPackage
lazy val jumbotron: Setter[Base]
Inherited from
BootstrapPackage
lazy val justified_pills: Setter[Base]
Inherited from
BootstrapPackage
lazy val justified_tabs: Setter[Base]
Inherited from
BootstrapPackage
lazy val modalBody: Setter[Base]
Inherited from
BootstrapPackage
lazy val modalContent: Setter[Base]
Inherited from
BootstrapPackage
lazy val modalDialog: Setter[Base]
Inherited from
BootstrapPackage
lazy val modalFooter: Setter[Base]
Inherited from
BootstrapPackage
lazy val modalHeader: Setter[Base]
Inherited from
BootstrapPackage
lazy val modalInfo: Setter[Base]
Inherited from
BootstrapPackage
lazy val panelBody: Setter[Base]
Inherited from
BootstrapPackage
lazy val panelClass: Setter[Base]
Inherited from
BootstrapPackage
lazy val panelDefault: Setter[Base]
Inherited from
BootstrapPackage
lazy val panelHeading: Setter[Base]
Inherited from
BootstrapPackage
lazy val panelTitle: Setter[Base]
Inherited from
BootstrapPackage
lazy val panel_nav: Setter[Base]
Inherited from
BootstrapPackage
lazy val pills: Setter[Base]
Inherited from
BootstrapPackage
lazy val presentation_role: Setter[Base]
Inherited from
BootstrapPackage
lazy val progress: Setter[Base]
Inherited from
BootstrapPackage
lazy val progressBar: Setter[Base]
Inherited from
BootstrapPackage
lazy val regular_nav: Setter[Base]
Inherited from
BootstrapPackage
lazy val row: Setter[Base]
Inherited from
BootstrapPackage
lazy val stacked_pills: Setter[Base]
Inherited from
BootstrapPackage
lazy val stringButton: Seq[Setter[HtmlElement]]
Inherited from
Bootstrap2Package
lazy val stringInGroup: Seq[Setter[HtmlElement]]
Inherited from
Bootstrap2Package
lazy val striped: Setter[Base]
Inherited from
BootstrapPackage
lazy val striped_table: Setter[Base]
Inherited from
BootstrapPackage
lazy val success: Setter[Base]
Inherited from
BootstrapPackage
lazy val tab_content: Setter[Base]
Inherited from
BootstrapPackage
lazy val tab_list_role: Setter[Base]
Inherited from
BootstrapPackage
lazy val tab_pane: Setter[Base]
Inherited from
BootstrapPackage
lazy val tab_panel_role: Setter[Base]
Inherited from
BootstrapPackage
lazy val tab_role: Setter[Base]
Inherited from
BootstrapPackage
lazy val tableClass: Setter[Base]
Inherited from
BootstrapPackage
lazy val tabsClass: Setter[Base]
Inherited from
BootstrapPackage
lazy val themeShowcase: Setter[Base]
Inherited from
BootstrapPackage
lazy val toastBody: Setter[Base]
Inherited from
BootstrapPackage
lazy val toastCls: Setter[Base]
Inherited from
BootstrapPackage
lazy val toastHeader: Setter[Base]
Inherited from
BootstrapPackage
lazy val twoGlyphButton: Seq[Setter[HtmlElement]]
Inherited from
Bootstrap2Package
lazy val warning: Setter[Base]
Inherited from
BootstrapPackage

Implicits

Inherited implicits

implicit def HESetterToHeSetters(setter: HESetter): HESetters
Inherited from
BootstrapTags
implicit def htmlElementToFormTag(t: HtmlElement): FormTag
Inherited from
BootstrapTags