Modifier | Constructor and Description |
---|---|
protected |
GridLayer() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
addLoadingListener(LoadingListener listener)
Adds loading listener to the layer.
|
com.google.gwt.core.client.JavaScriptObject |
addLoadListener(LoadListener listener)
Adds load listener to the layer.
|
void |
bringToBack()
Brings the tile layer to the bottom of all tile layers.
|
void |
bringToFront()
Brings the tile layer to the top of all tile layers.
|
static GridLayer |
create(GridLayerOptions options) |
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
public static GridLayer create(GridLayerOptions options)
public final void bringToFront()
public final void bringToBack()
public final com.google.gwt.core.client.JavaScriptObject addLoadListener(LoadListener listener)
The listeners are called when all visible tiles are loaded.
listener
- the listenerpublic final com.google.gwt.core.client.JavaScriptObject addLoadingListener(LoadingListener listener)
The listeners are called when the tile layer starts loading tiles.
listener
- the listener