HelperReference
class HelperReference : ConstraintReference, Facade
| kotlin.Any | ||
| ↳ | androidx.constraintlayout.core.state.ConstraintReference | |
| ↳ | androidx.constraintlayout.core.state.HelperReference |
AlignHorizontallyReference |
|
AlignVerticallyReference |
|
BarrierReference |
|
ChainReference |
|
FlowReference |
The FlowReference class can be used to store the relevant properties of a Flow Helper when parsing the Flow Helper information in a JSON representation. |
GridReference |
A HelperReference of a Grid Helper that helps enable Grid in Compose |
Summary
Public constructors |
|---|
HelperReference(state: State!, type: State.Helper!) |
Public functions |
|
|---|---|
HelperReference! |
|
Unit |
apply() |
Unit |
Allows the derived classes to invoke the apply method in the ConstraintReference |
ConstraintWidget! |
|
HelperWidget! |
|
State.Helper! |
getType() |
Unit |
setHelperWidget(helperWidget: HelperWidget!) |
Inherited properties |
|---|