Package com.google.gwt.user.client.ui
Interface AttachDetachException.Command
-
- Enclosing class:
- AttachDetachException
public static interface AttachDetachException.Command
The command to execute when iterating through child widgets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Widget w)
-
-
-
Method Detail
-
execute
void execute(Widget w)
-
-