Package com.google.gwt.user.client.ui
Class ResizeLayoutPanel.ImplStandard
java.lang.Object
com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl
com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard
- All Implemented Interfaces:
EventListener
- Enclosing class:
- ResizeLayoutPanel
Implementation of resize event.
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidHandle a resize event.voidinit(Element elem, ResizeLayoutPanel.Impl.Delegate delegate) Initialize the implementation.voidonAttach()Called on attach.voidonBrowserEvent(Event event) Fired whenever a browser event is received.voidonDetach()Called on detach.
-
Constructor Details
-
ImplStandard
ImplStandard()
-
-
Method Details
-
init
Description copied from class:ResizeLayoutPanel.ImplInitialize the implementation.- Overrides:
initin classResizeLayoutPanel.Impl- Parameters:
elem- the element to listen for resizedelegate- theResizeLayoutPanel.Impl.Delegateto inform when resize occurs
-
onAttach
public void onAttach()Description copied from class:ResizeLayoutPanel.ImplCalled on attach.- Overrides:
onAttachin classResizeLayoutPanel.Impl
-
onBrowserEvent
Description copied from interface:EventListenerFired whenever a browser event is received.- Specified by:
onBrowserEventin interfaceEventListener- Parameters:
event- the event received
-
onDetach
public void onDetach()Description copied from class:ResizeLayoutPanel.ImplCalled on detach.- Overrides:
onDetachin classResizeLayoutPanel.Impl
-
handleResize
protected void handleResize()Description copied from class:ResizeLayoutPanel.ImplHandle a resize event.- Overrides:
handleResizein classResizeLayoutPanel.Impl
-