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
Implementation of resize event.
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static interface
Delegate event handler. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
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 Details
-
isAttached
boolean isAttached -
parent
Element parent
-
-
Constructor Details
-
Impl
Impl()
-
-
Method Details
-
init
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.
-