public class BooleanProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEFAULT_VALUE |
Modifier | Constructor and Description |
---|---|
protected |
BooleanProperty(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
assignFrom(com.teamdev.jxmaps.Property other) |
protected boolean |
get() |
protected void |
getJSObject(Map map,
com.teamdev.jxmaps.internal.JSObject obj) |
protected java.lang.String |
getName() |
protected void |
notifyChanged() |
protected void |
set(boolean value) |
protected void |
setJSObject(Map map,
com.teamdev.jxmaps.internal.JSObject obj) |
protected void |
setOwner(MapObject owner) |
protected void |
updateAttachedValue() |
protected static final boolean DEFAULT_VALUE
protected void setJSObject(Map map, com.teamdev.jxmaps.internal.JSObject obj)
protected void getJSObject(Map map, com.teamdev.jxmaps.internal.JSObject obj)
protected void assignFrom(com.teamdev.jxmaps.Property other)
protected boolean get()
protected void set(boolean value)
protected java.lang.String getName()
protected void setOwner(MapObject owner)
protected void updateAttachedValue()
protected void notifyChanged()