@EventType(value="resize") public class ResizeEvent extends Event
| Constructor and Description |
|---|
ResizeEvent() |
ResizeEvent(BaseComponent target,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
double |
getBottom()
Returns the new bottom relative position in pixels.
|
double |
getHeight()
Returns the new height in pixels.
|
double |
getLeft()
Returns the new left relative position in pixels.
|
double |
getRight()
Returns the new right relative position in pixels.
|
double |
getTop()
Returns the new top relative position in pixels.
|
double |
getWidth()
Returns the new width in pixels.
|
getCurrentTarget, getData, getId, getPage, getRelatedTarget, getTarget, getTargetId, getType, isStopped, stopPropagationpublic static final String TYPE
public ResizeEvent()
public ResizeEvent(BaseComponent target, Object data)
public double getHeight()
public double getWidth()
public double getTop()
public double getLeft()
public double getBottom()
public double getRight()
Copyright © 2018 Fujion Framework. All rights reserved.