public interface Reference

Known indirect subclasses
AlignHorizontallyReference
AlignVerticallyReference
BarrierReference
ChainReference

HelperReference for Chains.

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

HelperReference
HorizontalChainReference
VerticalChainReference

Summary

Public methods

abstract void
abstract ConstraintWidget
abstract Facade
abstract Object
abstract void
abstract void

Public methods

apply

Added in 1.1.0-alpha13
abstract void apply()

getConstraintWidget

Added in 1.1.0-alpha13
abstract ConstraintWidget getConstraintWidget()

getFacade

Added in 1.1.0-alpha13
abstract Facade getFacade()

getKey

Added in 1.1.0-alpha13
abstract Object getKey()

setConstraintWidget

Added in 1.1.0-alpha13
abstract void setConstraintWidget(ConstraintWidget widget)

setKey

Added in 1.1.0-alpha13
abstract void setKey(Object key)