|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.event.ResizableListenerAdapter
public class ResizableListenerAdapter
ResizableListener adapter class.
| Constructor Summary | |
|---|---|
ResizableListenerAdapter()
|
|
| Method Summary | |
|---|---|
boolean |
doBeforeResize(Resizable self,
EventObject e)
Fires event before the resize. |
void |
onResize(Resizable self,
int width,
int height)
Fires when the element is resized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResizableListenerAdapter()
| Method Detail |
|---|
public boolean doBeforeResize(Resizable self,
EventObject e)
ResizableListener
doBeforeResize in interface ResizableListenerself - thise - the event object
public void onResize(Resizable self,
int width,
int height)
ResizableListener
onResize in interface ResizableListenerself - thiswidth - the new widthheight - the new height
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||