gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.toolbardsl / ToolbarComponent
class ToolbarComponent :
Toolbar
,
Component
Created by Maksim Shumko on 6/26/2020
Name | Summary |
---|---|
<init> | ToolbarComponent(parentView: View ) Created by Maksim Shumko on 6/26/2020 |
Name | Summary |
---|---|
avatar | fun avatar(image: Image ): Unit |
complexTitle | fun complexTitle(title: String ): Unit |
menuActions | fun menuActions(menuActions: List < MenuAction >, init: MenuElement .() -> Unit ): Unit |
simpleTitle | fun simpleTitle(title: String ): Unit |
subtitle | fun subtitle(subtitle: String ): Unit |
toolbarActions | fun toolbarActions(toolbarActions: List < ToolbarAction >, init: ToolbarActionListener .() -> Unit ): Unit |
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 |