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.ObjectImplementation of resize event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static interfaceResizeLayoutPanel.Impl.DelegateDelegate event handler.
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanisAttached(package private) Elementparent
-
Constructor Summary
Constructors Constructor Description Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleResize()Handle a resize event.voidinit(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)Initialize the implementation.voidonAttach()Called on attach.voidonDetach()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.Delegateto 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.
-
-