Uses of Interface
com.google.gwt.user.client.ui.AttachDetachException.Command
Packages that use AttachDetachException.Command
Package
Description
Widgets, Panels, and other user-interface classes.
- 
Uses of AttachDetachException.Command in com.google.gwt.user.client.uiFields in com.google.gwt.user.client.ui declared as AttachDetachException.CommandModifier and TypeFieldDescription(package private) static final AttachDetachException.CommandAttachDetachException.attachCommandThe singleton command used to attach widgets.(package private) static final AttachDetachException.CommandAttachDetachException.detachCommandThe singleton command used to detach widgets.Methods in com.google.gwt.user.client.ui with parameters of type AttachDetachException.CommandModifier and TypeMethodDescriptionstatic voidAttachDetachException.tryCommand(AttachDetachException.Command c, IsWidget... widgets) Iterator through all child widgets, trying to perform the specifiedAttachDetachException.Commandfor each.static voidAttachDetachException.tryCommand(Iterable<Widget> hasWidgets, AttachDetachException.Command c) Iterator through all child widgets, trying to perform the specifiedAttachDetachException.Commandfor each.