get current all selected children for this view and it's selected subviews
Parameter | Type | Description |
---|---|---|
view | View | the View to get the child from |
selChildren | Array | the Array of the subChildren found |
selChildren array of all of the selected child views
get current selected child according to the constraint
Parameter | Type | Description |
---|---|---|
view | View | the View to get the child from |
constraint | Object | tbe constraint object |
the selected child view for this constraint
Parameter | Type | Description |
---|---|---|
constraint | undefined |
set current selected child according to the constraint
Parameter | Type | Description |
---|---|---|
view | View | the View to set the selected child to |
constraint | Object | tbe constraint object |
child | View | the child to select |