Interface HasWidgets
A widget that implements this interface contains
widgets and can enumerate them.
Methods
Method Detail
add
Adds a child widget.
Parameters
- w
- the widget to be added
clear
public void clear()
Removes all child widgets.
iterator
Gets an iterator for the contained widgets. This iterator is required to
implement
Iterator.remove().
remove
public boolean
remove(
Widget w)
Removes a child widget.
Parameters
- w
- the widget to be removed
Return Value
true
if the widget was present