Uses of Interface
com.google.gwt.user.client.ui.AttachDetachException.Command
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of AttachDetachException.Command in com.google.gwt.user.client.ui
Modifier and TypeFieldDescription(package private) static final AttachDetachException.Command
AttachDetachException.attachCommand
The singleton command used to attach widgets.(package private) static final AttachDetachException.Command
AttachDetachException.detachCommand
The singleton command used to detach widgets.Modifier and TypeMethodDescriptionstatic void
AttachDetachException.tryCommand
(AttachDetachException.Command c, IsWidget... widgets) Iterator through all child widgets, trying to perform the specifiedAttachDetachException.Command
for each.static void
AttachDetachException.tryCommand
(Iterable<Widget> hasWidgets, AttachDetachException.Command c) Iterator through all child widgets, trying to perform the specifiedAttachDetachException.Command
for each.