Example usage for Java com.google.gwt.maps.client.controls ControlPosition fields, constructors, methods, implement or subclass
The text is from its open source code.
ControlPosition | BOTTOM_CENTER Elements are positioned in the center of the bottom row. |
ControlPosition | LEFT_TOP Elements are positioned on the left, below top-left elements, and flow downwards. |
ControlPosition | RIGHT_BOTTOM Elements are positioned on the right, above bottom-right elements, and flow upwards. |
ControlPosition | RIGHT_CENTER Elements are positioned in the center of the right side. |
ControlPosition | RIGHT_TOP Elements are positioned on the right, below top-right elements, and flow downwards. |
ControlPosition | TOP_CENTER Elements are positioned in the center of the top row. |
ControlPosition | TOP_LEFT Elements are positioned in the top left and flow towards the middle. |
ControlPosition | TOP_RIGHT Elements are positioned in the top right and flow towards the middle. |