Class/Object

io.youi.component.bootstrap

Button

Related Docs: object Button | package bootstrap

Permalink

class Button extends BootstrapComponent[org.scalajs.dom.html.Button] with ButtonTheme

Linear Supertypes
ButtonTheme, CoreTextTheme, BootstrapComponent[org.scalajs.dom.html.Button], HTMLComponent[org.scalajs.dom.html.Button], Component, ComponentTheme, Theme, TaskSupport, Updates, Updatable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Button
  2. ButtonTheme
  3. CoreTextTheme
  4. BootstrapComponent
  5. HTMLComponent
  6. Component
  7. ComponentTheme
  8. Theme
  9. TaskSupport
  10. Updates
  11. Updatable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Button()

    Permalink
  2. new Button(element: org.scalajs.dom.html.Button)

    Permalink

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. val background: Var[Paint]

    Permalink
    Definition Classes
    ComponentTheme
  6. val block: Var[Boolean]

    Permalink
  7. val border: Var[Border]

    Permalink
    Definition Classes
    ComponentTheme
  8. val buttonSize: Var[ButtonSize]

    Permalink
  9. val cache: Var[Boolean]

    Permalink
    Definition Classes
    ComponentTheme
  10. def childComponents: Vector[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  11. def classify[T](v: Var[T], classifiable: Classifiable[T]): Var[T]

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLComponent
  12. def classifyFlag(v: Var[Boolean], on: Option[String] = None, off: Option[String] = None): Var[Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLComponent
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val color: Var[Color]

    Permalink
    Definition Classes
    CoreTextTheme
  15. def componentType: String

    Permalink

    The type of Component.

    The type of Component. This is useful for client-side introspection and logging. Each custom Component instance should represent a unique type.

    Definition Classes
    ButtonComponent
  16. def connect[T](v: Var[T], get: ⇒ Option[T], set: (T) ⇒ Unit, onChange: ⇒ Unit = ()): Var[T]

    Permalink
    Attributes
    protected[io.youi.component]
    Definition Classes
    Component
  17. def createInstance(task: Task): TaskInstance

    Permalink
    Attributes
    protected
    Definition Classes
    TaskSupport
  18. val cursor: Var[Cursor]

    Permalink
    Definition Classes
    ComponentTheme
  19. def defaultThemeParent: Option[Theme]

    Permalink
    Attributes
    protected
    Definition Classes
    ButtonButtonThemeComponentThemeTheme
  20. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  21. val e: HTMLExtras[org.scalajs.dom.html.Button]

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLComponent
  22. val element: org.scalajs.dom.html.Button

    Permalink
    Definition Classes
    ButtonHTMLComponent
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. lazy val event: EventSupport

    Permalink

    Events functionality for monitoring and even firing events on this component.

    Events functionality for monitoring and even firing events on this component.

    Definition Classes
    HTMLComponentComponent
  26. def every(delay: FiniteDuration, until: Option[FiniteDuration] = None)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. object font

    Permalink
    Definition Classes
    CoreTextTheme
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. lazy val id: Var[String]

    Permalink

    Generated unique identifier for this element.

    Generated unique identifier for this element.

    Definition Classes
    Component
  32. def init(): Unit

    Permalink

    Called automatically the first time this Component is connected to the document.

    Called automatically the first time this Component is connected to the document.

    Attributes
    protected
    Definition Classes
    HTMLComponentComponent
  33. def initialized: Boolean

    Permalink

    True if this Component's init method has been invoked.

    True if this Component's init method has been invoked.

    Definition Classes
    Component
  34. val interactive: Var[Boolean]

    Permalink
    Definition Classes
    ComponentTheme
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def measuredHeight: Double

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLComponentComponent
  37. def measuredWidth: Double

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLComponentComponent
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. def nextFrame(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  40. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. def once(delay: FiniteDuration)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  43. val opacity: Var[Double]

    Permalink
    Definition Classes
    ComponentTheme
  44. object padding

    Permalink
    Definition Classes
    ComponentTheme
  45. lazy val parent: Var[Option[Component]]

    Permalink

    Parent to this element.

    Parent to this element.

    Definition Classes
    Component
  46. lazy val parentTheme: Var[Option[Theme]]

    Permalink
    Attributes
    protected
    Definition Classes
    Theme
  47. lazy val position: HTMLComponentPosition

    Permalink

    Position information for placement of this component on the screen.

    Position information for placement of this component on the screen.

    Definition Classes
    HTMLComponentComponent
  48. def prop[T](get: ⇒ T, set: (T) ⇒ Unit = (_: T) => (), updatesTransform: Boolean = false, updatesRendering: Boolean = false): Var[T]

    Permalink
    Attributes
    protected[io.youi]
    Definition Classes
    ComponentTheme
  49. def resetMeasured(): Unit

    Permalink
    Definition Classes
    Component
  50. lazy val root: Var[Option[Component]]

    Permalink
    Definition Classes
    Component
  51. lazy val rotation: Var[Double]

    Permalink
    Definition Classes
    HTMLComponent
  52. object sibling

    Permalink
    Definition Classes
    Component
  53. lazy val size: ComponentSize

    Permalink

    Size information for determining the dimensions of this component.

    Size information for determining the dimensions of this component.

    Definition Classes
    Component
  54. def start(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  55. lazy val store: Store

    Permalink
    Definition Classes
    Component
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. lazy val theme: Var[ButtonTheme]

    Permalink

    Theme associated with this Component.

    Theme associated with this Component.

    Definition Classes
    ButtonComponent
  58. def toString(): String

    Permalink
    Definition Classes
    Component → AnyRef → Any
  59. val type: Var[ButtonType]

    Permalink
  60. def updatables: List[Updatable]

    Permalink

    List of Updatable instances this Component represents.

    List of Updatable instances this Component represents.

    Attributes
    protected
    Definition Classes
    Component
  61. def update(delta: Double): Unit

    Permalink
    Definition Classes
    ComponentUpdatesUpdatable
  62. def updateRendering(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ComponentTheme
  63. def updateTasks(): Boolean

    Permalink
    Definition Classes
    TaskSupport
  64. def updateTransform(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ComponentTheme
  65. lazy val value: Var[String]

    Permalink
  66. val visible: Var[Boolean]

    Permalink
    Definition Classes
    ComponentTheme
  67. final def wait(): Unit

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

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

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

Inherited from ButtonTheme

Inherited from CoreTextTheme

Inherited from BootstrapComponent[org.scalajs.dom.html.Button]

Inherited from HTMLComponent[org.scalajs.dom.html.Button]

Inherited from Component

Inherited from ComponentTheme

Inherited from Theme

Inherited from TaskSupport

Inherited from Updates

Inherited from Updatable

Inherited from AnyRef

Inherited from Any

Ungrouped