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-xsfor 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
- Alphabetic
- By Inheritance
- ButtonBuilder
- Serializable
- Serializable
- Product
- Equals
- UniversalButton
- AbstractButton
- BootstrapHtmlComponent
- BootstrapDomComponent
- Frag
- BootstrapComponent
- ModifierFactory
- Modifier
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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-xsfor 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
-
type
ElementT = (UniversalButtons.this)#Element
- Attributes
- protected
- Definition Classes
- ModifierFactory
-
type
FragT = Frag[(UniversalButtons.this)#Element, (UniversalButtons.this)#FragT]
- Attributes
- protected
- Definition Classes
- BootstrapDomComponent
-
type
ModifierT = Modifier[(UniversalButtons.this)#Element]
- Attributes
- protected
- Definition Classes
- ModifierFactory
-
type
TagT = TypedTag[(UniversalButtons.this)#Element, (UniversalButtons.this)#Output, (UniversalButtons.this)#FragT]
- Attributes
- protected
- Definition Classes
- BootstrapHtmlComponent
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
active: Boolean
- Definition Classes
- ButtonBuilder → AbstractButton
-
final
def
applyTo(t: ElementT): Unit
- Definition Classes
- ModifierFactory → Modifier
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
block: Boolean
- Definition Classes
- ButtonBuilder → AbstractButton
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
createModifier: ModifierT
- Definition Classes
- BootstrapComponent → ModifierFactory
-
val
disabled: Boolean
- Definition Classes
- ButtonBuilder → AbstractButton
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
render(md: ModifierT*): ModifierT
- Definition Classes
- BootstrapDomComponent → BootstrapComponent
-
final
def
render: (UniversalButtons.this)#FragT
- Definition Classes
- BootstrapDomComponent → Frag
-
final
def
renderFrag(md: ModifierT*): FragT
- Definition Classes
- BootstrapHtmlComponent → BootstrapDomComponent
-
def
renderTag(md: ModifierT*): TagT
- Definition Classes
- UniversalButton → BootstrapHtmlComponent
-
val
size: (UniversalButtons.this)#ButtonSize
- Definition Classes
- ButtonBuilder → AbstractButton
-
val
style: (UniversalButtons.this)#ButtonStyle
- Definition Classes
- ButtonBuilder → AbstractButton
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withSize(size: (UniversalButtons.this)#ButtonSize): (UniversalButtons.this)#ButtonBuilder
- def withStyle(style: (UniversalButtons.this)#ButtonStyle): (UniversalButtons.this)#ButtonBuilder