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
static class ResizeLayoutPanel.ImplTrident extends ResizeLayoutPanel.Impl
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 Constructor Description ImplTrident()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
Initialize the implementation.void
onAttach()
Called on attach.void
onDetach()
Called on detach.-
Methods inherited from class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
handleResize
-
-
-
-
Method Detail
-
init
public void init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
Description copied from class:ResizeLayoutPanel.Impl
Initialize the implementation.- Overrides:
init
in classResizeLayoutPanel.Impl
- Parameters:
elem
- the element to listen for resizedelegate
- theResizeLayoutPanel.Impl.Delegate
to inform when resize occurs
-
onAttach
public void onAttach()
Description copied from class:ResizeLayoutPanel.Impl
Called on attach.- Overrides:
onAttach
in classResizeLayoutPanel.Impl
-
onDetach
public void onDetach()
Description copied from class:ResizeLayoutPanel.Impl
Called on detach.- Overrides:
onDetach
in classResizeLayoutPanel.Impl
-
-