Onsen UI control components (action button, speed dial, segment).
(js)
Fab |
An Onsen UI fab component. open class Fab : CustomTag |
(js)
Segment |
A segment component. open class Segment : SimplePanel |
(js)
SpeedDial |
An Onsen UI speed dial component. open class SpeedDial : CustomTag |
(js)
SpeedDialItem |
An Onsen UI speed dial component item. open class SpeedDialItem : CustomTag |
(js)
fab |
DSL builder extension function. fun Container.fab(icon: String? = null, floatPosition: FloatPosition? = null, content: String? = null, rich: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (Fab.() -> Unit)? = null): Fab |
(js)
segment |
DSL builder extension function. fun Container.segment(classes: Set<String>? = null, className: String? = null, init: (Segment.() -> Unit)? = null): Segment |
(js)
speedDial |
DSL builder extension function. fun Container.speedDial(icon: String? = null, floatPosition: FloatPosition? = null, floatDirection: FloatDirection? = null, content: String? = null, rich: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (SpeedDial.() -> Unit)? = null): SpeedDial |
(js)
speedDialItem |
DSL builder extension function. fun SpeedDial.speedDialItem(icon: String? = null, content: String? = null, rich: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (SpeedDialItem.() -> Unit)? = null): SpeedDialItem |