wicket.markup
Interface IScopedComponent
public interface IScopedComponent
To be implemented by Components which walks up the component tree until a
Page or Panel and tries to find a component with a matching wicket id if the
component itself does not contain it.
Note: MarkupContainer.isTransparent() in combination with ParentResolver
tries to resolve the wicket id with the parent only and shall be used to
implement transparent containers.
- Author:
- Christian Essl, Juergen Donnerstag
- See Also:
ScopedComponentResolver,
MarkupContainer.isTransparentResolver(),
ParentResolver
isRenderableInSubContainers
boolean isRenderableInSubContainers()
- Returns:
- true, if component shall try its parents to resolve the component
if the component itself does not contain it.
Copyright © 2004-2007 Wicket developers. All Rights Reserved.