public interface IContainerHandle
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute(java.lang.String name)
Retrieve the value of attribute with the specified name, or null if not
present
|
java.util.Collection<IContainerHandle> |
getNestedContainers()
Get nested containers from this container, allows a container to detect
and return containers within itself.
|
java.lang.String getAttribute(java.lang.String name)
name - attribute namejava.util.Collection<IContainerHandle> getNestedContainers()