HelperReference
public class HelperReference extends ConstraintReference implements Facade
| java.lang.Object | ||
| ↳ | 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, State.Helper type) |
Public methods |
|
|---|---|
HelperReference |
add(Object[] objects) |
void |
apply() |
void |
Allows the derived classes to invoke the apply method in the ConstraintReference |
ConstraintWidget |
|
HelperWidget |
|
State.Helper |
getType() |
void |
setHelperWidget(HelperWidget helperWidget) |
Inherited fields |
|---|