gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.dsl / Component
abstract class Component :
Buildable
Created by Maksim Shumko on 6/26/2020
Name | Summary |
---|---|
<init> | Component() Created by Maksim Shumko on 6/26/2020 |
Name | Summary |
---|---|
build | open fun build(): Unit |
init | fun <T : Buildable > init(component: T , init: T .() -> Unit ): Unit fun <T : Buildable > init(component: T ): Unit |
Name | Summary |
---|---|
DynamicViewBuilderComponent | class DynamicViewBuilderComponent : DynamicViewBuilder , Component Created by Maksim Shumko on 6/26/2020 |
ToolbarComponent | class ToolbarComponent : Toolbar , Component Created by Maksim Shumko on 6/26/2020 |