this
for chaining multiple calls. For a more thorough explanation of what this constraint does see the white paper or cheat Sheet at www.migcomponents.com.
@return this
so it is possible to chain calls. E.g. new LayoutConstraint().noGrid().gap().fill()
.
@see #setSpanX(int)
@see #spanX()
|
|