GWT 2.6.1

com.google.gwt.user.client.ui
Class ResizeLayoutPanel.ImplIE6

java.lang.Object
  extended by com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
      extended by com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident
          extended by com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplIE6
Enclosing class:
ResizeLayoutPanel

static class ResizeLayoutPanel.ImplIE6
extends ResizeLayoutPanel.ImplTrident

Implementation of resize event used by IE6.


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
ResizeLayoutPanel.ImplIE6()
           
 
Method Summary
 void onAttach()
          Called on attach.
 
Methods inherited from class com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplTrident
init, onDetach
 
Methods inherited from class com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
handleResize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResizeLayoutPanel.ImplIE6

ResizeLayoutPanel.ImplIE6()
Method Detail

onAttach

public void onAttach()
Description copied from class: ResizeLayoutPanel.Impl
Called on attach.

Overrides:
onAttach in class ResizeLayoutPanel.ImplTrident

GWT 2.6.1