public interface ControlHierarchy extends ControlList
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getChildren(Object subParent)
Override this to get subchildren of the controls in the hierarchy.
|
Object |
getParent(Object child) |
getControlsList<?> getChildren(Object subParent)
CONTROL.subParent - - one of the elements in the hierarchy reflected by this lookup.
If null passed - first level children are expected.Copyright © 2018. All rights reserved.