class WidgetGroup


Represents a group of widget for the grouping mechanism.

Summary

Public constructors

WidgetGroup(orientation: Int)

Public functions

Boolean
Unit
Unit
cleanup(dependencyLists: ArrayList<WidgetGroup!>!)
Unit
Int
Int
Boolean
Boolean
Int
measureWrap(system: LinearSystem!, orientation: Int)
Unit
moveTo(orientation: Int, widgetGroup: WidgetGroup!)
Unit
setAuthoritative(isAuthoritative: Boolean)
Unit
setOrientation(orientation: Int)
Int
String!

Public constructors

WidgetGroup

Added in 1.1.0-alpha13
WidgetGroup(orientation: Int)

Public functions

add

Added in 1.1.0-alpha13
fun add(widget: ConstraintWidget!): Boolean

apply

Added in 1.1.0-alpha13
fun apply(): Unit

cleanup

Added in 1.1.0-alpha13
fun cleanup(dependencyLists: ArrayList<WidgetGroup!>!): Unit

clear

Added in 1.1.0-alpha13
fun clear(): Unit

getId

Added in 1.1.0-alpha13
fun getId(): Int

getOrientation

Added in 1.1.0-alpha13
fun getOrientation(): Int

intersectWith

Added in 1.1.0-alpha13
fun intersectWith(group: WidgetGroup!): Boolean

isAuthoritative

Added in 1.1.0-alpha13
fun isAuthoritative(): Boolean

measureWrap

Added in 1.1.0-alpha13
fun measureWrap(system: LinearSystem!, orientation: Int): Int

moveTo

Added in 1.1.0-alpha13
fun moveTo(orientation: Int, widgetGroup: WidgetGroup!): Unit

setAuthoritative

Added in 1.1.0-alpha13
fun setAuthoritative(isAuthoritative: Boolean): Unit

setOrientation

Added in 1.1.0-alpha13
fun setOrientation(orientation: Int): Unit

size

Added in 1.1.0-alpha13
fun size(): Int

toString

fun toString(): String!