Object

im.mange.jetboot.bootstrap3

Bs

Related Doc: package bootstrap3

Permalink

object Bs extends Typography with GridSystem with Tables with Forms

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Bs
  2. Forms
  3. FormLayouts
  4. Tables
  5. GridSystem
  6. Typography
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait RenderableMagnet extends AnyRef

    Permalink
    Definition Classes
    Tables

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def col(columns: Int, content: Renderable*): Column

    Permalink
    Definition Classes
    GridSystem
  7. def col(columns: Int, content: Renderable, offset: Int): Column

    Permalink
    Definition Classes
    GridSystem
  8. def container(rows: Row*): Container

    Permalink
    Definition Classes
    GridSystem
  9. def containerFluid(rows: Row*): Container

    Permalink
    Definition Classes
    GridSystem
  10. def controlLabel(columns: Int, label: Renderable): ControlLabel

    Permalink
    Definition Classes
    FormLayouts
  11. def empty(columns: Int): RenderableElement

    Permalink
    Definition Classes
    FormLayouts
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def form(id: String, inputs: Seq[FormInput]): Form

    Permalink
    Definition Classes
    Forms
  16. def formControl(columns: Int, formInput: FormInput): FormControl

    Permalink
    Definition Classes
    FormLayouts
  17. def formGroup(elements: LayoutElement*): FormGroup

    Permalink
    Definition Classes
    FormLayouts
  18. def formHolder(columns: Int, formLayout: FormLayout, beforeLayout: Option[Renderable] = None, afterLayout: Option[Renderable] = None): FormHolder

    Permalink
    Definition Classes
    Forms
  19. def formLayout(id: String, prefixIdsWithParent: Boolean, groups: FormGroup*): FormLayout

    Permalink
    Definition Classes
    FormLayouts
  20. implicit def fromR(r: Renderable): RenderableMagnet

    Permalink
    Definition Classes
    Tables
  21. implicit def fromString(ss: String): RenderableMagnet { def apply(): im.mange.jetpac.R }

    Permalink
    Definition Classes
    Tables
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def h1(heading: Renderable, secondary: Option[Renderable] = None): Hx

    Permalink
    Definition Classes
    Typography
  24. def h2(heading: Renderable, secondary: Option[Renderable] = None): Hx

    Permalink
    Definition Classes
    Typography
  25. def h3(heading: Renderable, secondary: Option[Renderable] = None): Hx

    Permalink
    Definition Classes
    Typography
  26. def h4(heading: Renderable, secondary: Option[Renderable] = None): Hx

    Permalink
    Definition Classes
    Typography
  27. def h5(heading: Renderable, secondary: Option[Renderable] = None): Hx

    Permalink
    Definition Classes
    Typography
  28. def h6(heading: Renderable, secondary: Option[Renderable] = None): Hx

    Permalink
    Definition Classes
    Typography
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def header(s: String): TableHeader

    Permalink
    Definition Classes
    Tables
  31. def header(r: Renderable): TableHeader

    Permalink
    Definition Classes
    Tables
  32. def headers(tableHeaders: Seq[TableHeader]): TableHeaders

    Permalink
    Definition Classes
    Tables
  33. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def renderable(columns: Int, renderable: Renderable): RenderableElement

    Permalink
    Definition Classes
    FormLayouts
  38. def row(spans: Column*): Row

    Permalink
    Definition Classes
    GridSystem
  39. def rows(trows: Seq[TableRow]): Seq[TableRow]

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

    Permalink
    Definition Classes
    AnyRef
  41. def table(headers: TableHeaders, rows: Seq[TableRow]): Table

    Permalink
    Definition Classes
    Tables
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def trow(id: Option[String], magnets: Seq[RenderableMagnet]): TableRow

    Permalink
    Definition Classes
    Tables
  44. def trow(magnets: Seq[RenderableMagnet]): TableRow

    Permalink
    Definition Classes
    Tables
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Forms

Inherited from FormLayouts

Inherited from Tables

Inherited from GridSystem

Inherited from Typography

Inherited from AnyRef

Inherited from Any

Ungrouped