SpeedDialItem

open class SpeedDialItem(icon: String? = null, content: String? = null, rich: Boolean = false, className: String? = null, init: SpeedDialItem.() -> Unit? = null)

An Onsen UI speed dial component item.

Parameters

icon

an icon placed on the speed dial item

content

the content the item.

rich

whether content can contain HTML code

className

CSS class names

init

an initializer extension function

Constructors

Link copied to clipboard
constructor(icon: String? = null, content: String? = null, rich: Boolean = false, className: String? = null, init: SpeedDialItem.() -> Unit? = null)

Creates a speed dial component item.

Properties

Link copied to clipboard
var icon: String?

An icon placed on the speed dial item.

Link copied to clipboard

A modifier attribute to specify custom styles.

Link copied to clipboard

Whether the item will have a ripple effect when tapped.

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun childrenVNodes(): Array<<Error class: unknown class>>
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open fun onClick(handler: SpeedDialItem.(<Error class: unknown class>) -> Unit): Int

A convenient helper for easy setting onClick event handler.