attachChild
attaches a child to this node. This node becomes the child's parent. The current number of children maintained is returned. This method will attach the child to the layout, removing it from its current parent element. Use the {@link Layer} it returns to manipulate thechild.
@param child the child to be attached @return the {@link Layer} associated with the elementattachChild
attaches a child to this node. This node becomes the child's parent. The current number of children maintained is returned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|