Java com.google.gwt.maps.client.controls ControlPosition fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.controls ControlPosition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.controls ControlPosition.

The text is from its open source code.

Field

ControlPositionBOTTOM_CENTER
Elements are positioned in the center of the bottom row.
ControlPositionLEFT_TOP
Elements are positioned on the left, below top-left elements, and flow downwards.
ControlPositionRIGHT_BOTTOM
Elements are positioned on the right, above bottom-right elements, and flow upwards.
ControlPositionRIGHT_CENTER
Elements are positioned in the center of the right side.
ControlPositionRIGHT_TOP
Elements are positioned on the right, below top-right elements, and flow downwards.
ControlPositionTOP_CENTER
Elements are positioned in the center of the top row.
ControlPositionTOP_LEFT
Elements are positioned in the top left and flow towards the middle.
ControlPositionTOP_RIGHT
Elements are positioned in the top right and flow towards the middle.