Object

im.mange.jetboot

Bs

Related Doc: package jetboot

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 bsTable(headers: TableHeaders, rows: Seq[TableRow]): Table

    Permalink
    Definition Classes
    Tables
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  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