|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.gmaps.event.MapDataEvent
public class MapDataEvent
Defines an event that encapsulates changes to a Maps.
| Field Summary | |
|---|---|
static int |
ADDED
When add items to the MapModel. |
static int |
BOUNDS_CHANGED
When Maps bound changed or the MapModel changed |
static int |
CLEARED
When clear all items form the MapModel. |
static int |
CONTENTS_CHANGED
When contents of the specified item in the MapModel changed. |
static int |
REMOVED
When remove items from the MapModel. |
| Constructor Summary | |
|---|---|
MapDataEvent(MapModel model,
int type,
java.util.Collection items)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
getItems()
|
MapModel |
getModel()
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CONTENTS_CHANGED
public static final int ADDED
public static final int REMOVED
public static final int BOUNDS_CHANGED
public static final int CLEARED
| Constructor Detail |
|---|
public MapDataEvent(MapModel model,
int type,
java.util.Collection items)
| Method Detail |
|---|
public MapModel getModel()
public int getType()
public java.util.Collection getItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||