public interface PositionFunction
| Modifier and Type | Interface and Description |
|---|---|
static class |
PositionFunction.Translate3DPosition
A position function using "transform: translate3d(x,y,z)" to position
elements in the DOM.
|
static class |
PositionFunction.TranslatePosition
A position function using "transform: translate(x,y)" to position
elements in the DOM.
|
static class |
PositionFunction.WebkitTranslate3DPosition
A position function using "-webkit-transform: translate3d(x,y,z)" to
position elements in the DOM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
reset(com.google.gwt.dom.client.Element e)
Resets any previously applied positioning, clearing the used style
attributes.
|
void |
set(com.google.gwt.dom.client.Element e,
double x,
double y)
Position an element in an (x,y) coordinate system in the DOM.
|
void set(com.google.gwt.dom.client.Element e,
double x,
double y)
e - the element to position. Never null.x - the x coordinate, in pixelsy - the y coordinate, in pixelsvoid reset(com.google.gwt.dom.client.Element e)
e - the element for which to reset the positioningCopyright © 2018 Vaadin Ltd. All rights reserved.