public interface ShadowElement extends AfterCompose
Modifier and Type | Method and Description |
---|---|
void |
detach()
Detach the relation points between the shadow host and this shadow
element.
|
<T extends Component> |
getDistributedChildren()
Returns a list of distributed components of the shadow tree, including
its descendant.
|
Component |
getShadowHost()
Returns the owner component that hosts this shadow element.
|
void |
recreate()
Detaches all child components and then recreate them.
|
afterCompose
Component getShadowHost()
<T extends Component> java.util.List<T> getDistributedChildren()
It's better to manipulate with the component children from the host component.
void detach()
void recreate()
It is used if you have assigned new values to dynamic properties and want to re-create child components to reflect the new values.
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.