Package | Description |
---|---|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
net.sf.mmm.client.ui.gwt.widgets |
Contains the implementation of various GWT widgets.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Rectangle.clipTo(Rectangle clippingArea,
boolean move)
This method calculates a clipped variant from this
Rectangle that fits inside the given
clippingArea . |
Rectangle |
Rectangle.moveBy(int dx,
int dy)
Creates a new
Rectangle of this moved from its current position relatively by the to the given
dx and dy coordinate offsets. |
Rectangle |
Rectangle.moveBy(Point p)
|
Rectangle |
Rectangle.moveTo(int newX,
int newY)
|
Rectangle |
Rectangle.moveTo(Point p)
|
Rectangle |
Rectangle.resize(int dx,
int dy,
Direction direction,
int minWidth,
int minHeight)
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Rectangle.clipTo(Rectangle clippingArea,
boolean move)
This method calculates a clipped variant from this
Rectangle that fits inside the given
clippingArea . |
Modifier and Type | Field and Description |
---|---|
private Rectangle |
PopupMouseHandler.popupRectangle
The current
Rectangle of the PopupWindow . |
Copyright © 2001–2016 mmm-Team. All rights reserved.