Class

com.karasiq.bootstrap.buttons.UniversalButtons

ButtonBuilder

Related Doc: package UniversalButtons

Permalink

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)

    Permalink

    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

    Permalink
    Attributes
    protected
    Definition Classes
    ModifierFactory
  2. type FragT = Frag[(UniversalButtons.this)#Element, (UniversalButtons.this)#FragT]

    Permalink
    Attributes
    protected
    Definition Classes
    BootstrapDomComponent
  3. type ModifierT = Modifier[(UniversalButtons.this)#Element]

    Permalink
    Attributes
    protected
    Definition Classes
    ModifierFactory
  4. type TagT = TypedTag[(UniversalButtons.this)#Element, (UniversalButtons.this)#Output, (UniversalButtons.this)#FragT]

    Permalink
    Attributes
    protected
    Definition Classes
    BootstrapHtmlComponent

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. val active: Boolean

    Permalink

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

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

    Definition Classes
    ButtonBuilderAbstractButton
  5. final def applyTo(t: ElementT): Unit

    Permalink
    Definition Classes
    ModifierFactory → Modifier
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val block: Boolean

    Permalink

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

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

    Definition Classes
    ButtonBuilderAbstractButton
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def createModifier: ModifierT

    Permalink
    Definition Classes
    BootstrapComponentModifierFactory
  10. val disabled: Boolean

    Permalink

    Make buttons look unclickable by fading them back with opacity

    Make buttons look unclickable by fading them back with opacity

    Definition Classes
    ButtonBuilderAbstractButton
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def render(md: ModifierT*): ModifierT

    Permalink
  19. final def render: (UniversalButtons.this)#FragT

    Permalink
    Definition Classes
    BootstrapDomComponent → Frag
  20. final def renderFrag(md: ModifierT*): FragT

    Permalink
  21. def renderTag(md: ModifierT*): TagT

    Permalink
  22. val size: (UniversalButtons.this)#ButtonSize

    Permalink

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

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

    Definition Classes
    ButtonBuilderAbstractButton
  23. val style: (UniversalButtons.this)#ButtonStyle

    Permalink

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

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

    Definition Classes
    ButtonBuilderAbstractButton
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withSize(size: (UniversalButtons.this)#ButtonSize): (UniversalButtons.this)#ButtonBuilder

    Permalink
  29. def withStyle(style: (UniversalButtons.this)#ButtonStyle): (UniversalButtons.this)#ButtonBuilder

    Permalink

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