Package com.google.gwt.user.client.ui
Class ResizeLayoutPanel.ImplTrident
java.lang.Object
com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident
- Enclosing class:
- ResizeLayoutPanel
Implementation of resize event used by IE.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
ResizeLayoutPanel.Impl.Delegate -
Field Summary
Fields inherited from class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
isAttached, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(Element elem, ResizeLayoutPanel.Impl.Delegate delegate) Initialize the implementation.voidonAttach()Called on attach.voidonDetach()Called on detach.Methods inherited from class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
handleResize
-
Constructor Details
-
ImplTrident
ImplTrident()
-
-
Method Details
-
init
Description copied from class:ResizeLayoutPanel.ImplInitialize the implementation.- Overrides:
initin classResizeLayoutPanel.Impl- Parameters:
elem- the element to listen for resizedelegate- theResizeLayoutPanel.Impl.Delegateto inform when resize occurs
-
onAttach
public void onAttach()Description copied from class:ResizeLayoutPanel.ImplCalled on attach.- Overrides:
onAttachin classResizeLayoutPanel.Impl
-
onDetach
public void onDetach()Description copied from class:ResizeLayoutPanel.ImplCalled on detach.- Overrides:
onDetachin classResizeLayoutPanel.Impl
-