case class ButtonBuilder(style: (UniversalButtons.this)#ButtonStyle = ButtonStyle.default, size: (UniversalButtons.this)#ButtonSize = ButtonSize.default, block: Boolean = false, active: Boolean = false, disabled: Boolean = false) extends (UniversalButtons.this)#UniversalButton with Product with Serializable

Button builder

style

Use any of the available button classes to quickly create a styled button

size

Fancy larger or smaller buttons? Add .btn-lg, .btn-sm, or .btn-xs for additional sizes

block

Create block level buttons—those that span the full width of a parent— by adding .btn-block

active

Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active

disabled

Make buttons look unclickable by fading them back with opacity

See also

http://getbootstrap.com/css/#buttons

Linear Supertypes
Serializable, Serializable, Product, Equals, (UniversalButtons.this)#UniversalButton, (UniversalButtons.this)#AbstractButton, BootstrapHtmlComponent[(UniversalButtons.this)#Element, (UniversalButtons.this)#Output, (UniversalButtons.this)#FragT], BootstrapDomComponent[(UniversalButtons.this)#Element, (UniversalButtons.this)#FragT], Frag[(UniversalButtons.this)#Element, (UniversalButtons.this)#FragT], BootstrapComponent[(UniversalButtons.this)#Element], ModifierFactory[(UniversalButtons.this)#Element], Modifier[(UniversalButtons.this)#Element], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UniversalButton
  7. AbstractButton
  8. BootstrapHtmlComponent
  9. BootstrapDomComponent
  10. Frag
  11. BootstrapComponent
  12. ModifierFactory
  13. Modifier
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ButtonBuilder(style: (UniversalButtons.this)#ButtonStyle = ButtonStyle.default, size: (UniversalButtons.this)#ButtonSize = ButtonSize.default, block: Boolean = false, active: Boolean = false, disabled: Boolean = false)

    style

    Use any of the available button classes to quickly create a styled button

    size

    Fancy larger or smaller buttons? Add .btn-lg, .btn-sm, or .btn-xs for additional sizes

    block

    Create block level buttons—those that span the full width of a parent— by adding .btn-block

    active

    Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active

    disabled

    Make buttons look unclickable by fading them back with opacity

Type Members

  1. type ElementT = (UniversalButtons.this)#Element
    Attributes
    protected
    Definition Classes
    ModifierFactory
  2. type FragT = Frag[(UniversalButtons.this)#Element, (UniversalButtons.this)#FragT]
    Attributes
    protected
    Definition Classes
    BootstrapDomComponent
  3. type ModifierT = Modifier[(UniversalButtons.this)#Element]
    Attributes
    protected
    Definition Classes
    ModifierFactory
  4. type TagT = TypedTag[(UniversalButtons.this)#Element, (UniversalButtons.this)#Output, (UniversalButtons.this)#FragT]
    Attributes
    protected
    Definition Classes
    BootstrapHtmlComponent

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. val active: Boolean
    Definition Classes
    ButtonBuilderAbstractButton
  5. final def applyTo(t: ElementT): Unit
    Definition Classes
    ModifierFactory → Modifier
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val block: Boolean
    Definition Classes
    ButtonBuilderAbstractButton
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def createModifier: ModifierT
    Definition Classes
    BootstrapComponent → ModifierFactory
  10. val disabled: Boolean
    Definition Classes
    ButtonBuilderAbstractButton
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def render(md: ModifierT*): ModifierT
    Definition Classes
    BootstrapDomComponent → BootstrapComponent
  18. final def render: (UniversalButtons.this)#FragT
    Definition Classes
    BootstrapDomComponent → Frag
  19. final def renderFrag(md: ModifierT*): FragT
    Definition Classes
    BootstrapHtmlComponent → BootstrapDomComponent
  20. def renderTag(md: ModifierT*): TagT
    Definition Classes
    UniversalButton → BootstrapHtmlComponent
  21. val size: (UniversalButtons.this)#ButtonSize
    Definition Classes
    ButtonBuilderAbstractButton
  22. val style: (UniversalButtons.this)#ButtonStyle
    Definition Classes
    ButtonBuilderAbstractButton
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withSize(size: (UniversalButtons.this)#ButtonSize): (UniversalButtons.this)#ButtonBuilder
  28. def withStyle(style: (UniversalButtons.this)#ButtonStyle): (UniversalButtons.this)#ButtonBuilder

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (UniversalButtons.this)#UniversalButton

Inherited from (UniversalButtons.this)#AbstractButton

Inherited from BootstrapHtmlComponent[(UniversalButtons.this)#Element, (UniversalButtons.this)#Output, (UniversalButtons.this)#FragT]

Inherited from BootstrapDomComponent[(UniversalButtons.this)#Element, (UniversalButtons.this)#FragT]

Inherited from Frag[(UniversalButtons.this)#Element, (UniversalButtons.this)#FragT]

Inherited from BootstrapComponent[(UniversalButtons.this)#Element]

Inherited from ModifierFactory[(UniversalButtons.this)#Element]

Inherited from Modifier[(UniversalButtons.this)#Element]

Inherited from AnyRef

Inherited from Any

Ungrouped