Uses of Interface
com.google.gwt.event.logical.shared.ResizeHandler
-
Packages that use ResizeHandler Package Description com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers.com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of ResizeHandler in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared that return types with arguments of type ResizeHandler Modifier and Type Method Description GwtEvent.Type<ResizeHandler>ResizeEvent. getAssociatedType()static GwtEvent.Type<ResizeHandler>ResizeEvent. getType()Ensures the existence of the handler hook and then returns it.Methods in com.google.gwt.event.logical.shared with parameters of type ResizeHandler Modifier and Type Method Description HandlerRegistrationHasResizeHandlers. addResizeHandler(ResizeHandler handler)Adds aResizeEventhandler.protected voidResizeEvent. dispatch(ResizeHandler handler) -
Uses of ResizeHandler in com.google.gwt.user.client
Classes in com.google.gwt.user.client that implement ResizeHandler Modifier and Type Class Description (package private) static classBaseListenerWrapper.WrapWindowResizeDeprecated.Methods in com.google.gwt.user.client with parameters of type ResizeHandler Modifier and Type Method Description static HandlerRegistrationWindow. addResizeHandler(ResizeHandler handler)Adds aResizeEventhandler. -
Uses of ResizeHandler in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type ResizeHandler Modifier and Type Method Description HandlerRegistrationResizeLayoutPanel. addResizeHandler(ResizeHandler handler)
-