android / org.pinelang.android.compose / PineComposable
PineComposable¶
abstract class PineComposable : PineObject
Constructors¶
| Name | Summary |
|---|---|
| <init> | PineComposable(id:Int) |
Properties¶
| Name | Summary |
|---|---|
| visible | var visible:Boolean |
Functions¶
| Name | Summary |
|---|---|
| ComposeComponent | abstract fun ComposeComponent():Unitopen fun ComposeComponent(invalidate: () ->Unit, children: () ->Unit):Unit |
Inheritors¶
| Name | Summary |
|---|---|
| PineColumn | class PineColumn :PineComposable |
| PineHScroller | class PineHScroller :PineComposable |
| PineImage | class PineImage :PineComposable |
| PineRectangle | class PineRectangle :PineComposable |
| PineRow | class PineRow :PineComposable |
| PineText | class PineText :PineComposable |
| PineVScroller | class PineVScroller :PineComposable |