|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.widgets.event.ComponentListenerAdapter
com.gwtext.client.widgets.event.BoxComponentListenerAdapter
public class BoxComponentListenerAdapter
Constructor Summary | |
---|---|
BoxComponentListenerAdapter()
|
Method Summary | |
---|---|
void |
onMove(BoxComponent component,
int x,
int y)
Fires after the component is moved. |
void |
onResize(BoxComponent component,
int adjWidth,
int adjHeight,
int rawWidth,
int rawHeight)
Fires after the component is resized. |
Methods inherited from class com.gwtext.client.widgets.event.ComponentListenerAdapter |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Constructor Detail |
---|
public BoxComponentListenerAdapter()
Method Detail |
---|
public void onMove(BoxComponent component, int x, int y)
BoxComponentListener
onMove
in interface BoxComponentListener
component
- thisx
- the new x positiony
- the new y positionpublic void onResize(BoxComponent component, int adjWidth, int adjHeight, int rawWidth, int rawHeight)
BoxComponentListener
onResize
in interface BoxComponentListener
component
- thisadjWidth
- the box-adjusted width that was setadjHeight
- the box-adjusted height that was setrawWidth
- the width that was originally specifiedrawHeight
- the height that was originally specified
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |