Class ResizeLayoutPanel.Impl

java.lang.Object
com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
Direct Known Subclasses:
ResizeLayoutPanel.ImplStandard, ResizeLayoutPanel.ImplTrident
Enclosing class:
ResizeLayoutPanel

abstract static class ResizeLayoutPanel.Impl extends Object
Implementation of resize event.
  • Field Details Link icon

    • isAttached Link icon

      boolean isAttached
    • parent Link icon

      Element parent
  • Constructor Details Link icon

    • Impl Link icon

      Impl()
  • Method Details Link icon

    • init Link icon

      public void init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
      Initialize the implementation.
      Parameters:
      elem - the element to listen for resize
      delegate - the ResizeLayoutPanel.Impl.Delegate to inform when resize occurs
    • onAttach Link icon

      public void onAttach()
      Called on attach.
    • onDetach Link icon

      public void onDetach()
      Called on detach.
    • handleResize Link icon

      protected void handleResize()
      Handle a resize event.