|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.ResizeLayoutPanel.Impl com.google.gwt.user.client.ui.ResizeLayoutPanel.ImplStandard
static class ResizeLayoutPanel.ImplStandard
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 | |
---|---|
ResizeLayoutPanel.ImplStandard()
|
Method Summary | |
---|---|
protected void |
handleResize()
Handle a resize event. |
void |
init(Element elem,
ResizeLayoutPanel.Impl.Delegate delegate)
Initialize the implementation. |
void |
onAttach()
Called on attach. |
void |
onBrowserEvent(Event event)
Fired whenever a browser event is received. |
void |
onDetach()
Called on detach. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ResizeLayoutPanel.ImplStandard()
Method Detail |
---|
public void init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
ResizeLayoutPanel.Impl
init
in class ResizeLayoutPanel.Impl
elem
- the element to listen for resizedelegate
- the ResizeLayoutPanel.Impl.Delegate
to inform when resize occurspublic void onAttach()
ResizeLayoutPanel.Impl
onAttach
in class ResizeLayoutPanel.Impl
public void onBrowserEvent(Event event)
EventListener
onBrowserEvent
in interface EventListener
event
- the event receivedpublic void onDetach()
ResizeLayoutPanel.Impl
onDetach
in class ResizeLayoutPanel.Impl
protected void handleResize()
ResizeLayoutPanel.Impl
handleResize
in class ResizeLayoutPanel.Impl
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |