DisplayLinkClock
Properties
-Functions
-withFrameNanos
Package-level declarations
@@ -106,19 +105,19 @@Types
redwood-compose
Packages
-Packages
Column
Row
Functions
Functions
Box
Box
-Lays out widgets along the z-axis in a column.
Minimum and maximum heights do not include margins.
Lays out widgets along the z-axis in a column.
Minimum and maximum heights do not include margins.
Constructors
Column
Column
-Lays out widgets vertically in a column.
Lays out widgets vertically in a column.
Constructors
Properties
onScroll
Invoked when the container scrolls. The function's offset
is represented in units in the host's coordinate system.
See also
Invoked when the container scrolls. The function's offset
is represented in units in the host's coordinate system.
See also
Row
Row
-Lays out widgets horizontally in a row.
Lays out widgets horizontally in a row.
Constructors
Properties
onScroll
Invoked when the container scrolls. The function's offset
is represented in units in the host's coordinate system.
See also
Invoked when the container scrolls. The function's offset
is represented in units in the host's coordinate system.
See also
Spacer
Spacer
- +Constructors
Types
Lays out widgets along the z-axis in a column.
Lays out widgets along the z-axis in a column.
Types
Lays out widgets vertically in a column.
Lays out widgets vertically in a column.
Types
Lays out widgets horizontally in a row.
Lays out widgets horizontally in a row.
Types
ColumnValue
ColumnValue
- Constructors
Properties
onScroll
RowValue
RowValue
- Constructors
Properties
onScroll
Types
Types
UIViewRedwoodLayoutWidgetFactory
UIViewRedwoodLayoutWidgetFactory
- Constructors
-Types
ViewRedwoodLayoutWidgetFactory
ViewRedwoodLayoutWidgetFactory
- Constructors
-Types
Functions
onScroll
Functions
Functions
onScroll
LazyList
RefreshableLazyList
Functions
Functions
LazyListValue
LazyListValue
- Constructors
Properties
onViewportChanged
RefreshableLazyListValue
RefreshableLazyListValue
- Constructors
Properties
onViewportChanged
Types
Types
detach
+Functions
Functions
{tag=2}
{tag=2}
onViewportChanged
{tag=2}
{tag=2}
Functions
{tag=2}
{tag=2}
onViewportChanged
{tag=2}
{tag=2}
Companion
+invoke
+Add
-Constructors
-Types
+Companion
+Functions
+invoke
+Move
-Constructors
-Types
+Companion
+Functions
+invoke
+Remove
-Constructors
-Types
+Types
Types
Types
Companion
+Companion
+Event
-Event
- +Constructors
-Types
+Companion
+Companion
+invoke
+PropertyChange
- Constructors
-Types
+Types
Types
Types
Types
Default
-Annotates a Property with an associated default expression. The expression is not type-checked and will be used verbatim in the generated code.
@Widget(1)
data class Button(
@Property(1) val text: String,
@Property(2) @Default("true") val enabled: Boolean,
)
Deprecated
Migrate to normal default parameter expressions
Annotates a Property with an associated default expression. The expression is not type-checked and will be used verbatim in the generated code.
@Widget(1)
data class Button(
@Property(1) val text: String,
@Property(2) @Default("true") val enabled: Boolean,
)
Types
Annotates a Property with an associated default expression. The expression is not type-checked and will be used verbatim in the generated code.
Annotates a Property with an associated default expression. The expression is not type-checked and will be used verbatim in the generated code.
Properties
Parameter
+name
+type
+Event
SizeListener
+ invalidateSize
+ ResizableWidget
+ Implement this optional interface in all UIView Widget bindings that dynamically resize. Implementations should call SizeListener on each property changes that cause the widget's measured dimensions to change.