|
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
abstract static class ResizeLayoutPanel.Impl
Implementation of resize event.
Nested Class Summary | |
---|---|
(package private) static interface |
ResizeLayoutPanel.Impl.Delegate
Delegate event handler. |
Field Summary | |
---|---|
(package private) boolean |
isAttached
|
(package private) Element |
parent
|
Constructor Summary | |
---|---|
ResizeLayoutPanel.Impl()
|
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 |
onDetach()
Called on detach. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean isAttached
Element parent
Constructor Detail |
---|
ResizeLayoutPanel.Impl()
Method Detail |
---|
public void init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
elem
- the element to listen for resizedelegate
- the ResizeLayoutPanel.Impl.Delegate
to inform when resize occurspublic void onAttach()
public void onDetach()
protected void handleResize()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |