net.sf.tacos.components.dojo
Interface IDojoContainer
- All Known Implementing Classes:
- DojoWidget
public interface IDojoContainer
Represents a dojo widget that contains children widgets.
A contained widget can use the method addChild(IWidget)
to add itself to its container.
During the execution of the container's script template the childs are added by calling
dojo.widget.DomWidget.addChild(Widget)
- Author:
- idrobiazk
Method Summary |
void |
addChild(org.apache.tapestry.dojo.IWidget widget)
Adds a child IWidget to a container. |
addChild
void addChild(org.apache.tapestry.dojo.IWidget widget)
- Adds a child
IWidget
to a container.
- Parameters:
widget
- child to add
Copyright © 2005-2008 SourceForge.net. All Rights Reserved.