Package com.google.gwt.user.client.ui
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 java.lang.Object
Implementation of resize event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static interface
ResizeLayoutPanel.Impl.Delegate
Delegate event handler.
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
isAttached
(package private) Element
parent
-
Constructor Summary
Constructors Constructor Description Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleResize()
Handle a resize event.void
init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
Initialize the implementation.void
onAttach()
Called on attach.void
onDetach()
Called on detach.
-
-
-
Field Detail
-
isAttached
boolean isAttached
-
parent
Element parent
-
-
Method Detail
-
init
public void init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
Initialize the implementation.- Parameters:
elem
- the element to listen for resizedelegate
- theResizeLayoutPanel.Impl.Delegate
to inform when resize occurs
-
onAttach
public void onAttach()
Called on attach.
-
onDetach
public void onDetach()
Called on detach.
-
handleResize
protected void handleResize()
Handle a resize event.
-
-