Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ isDraggable
Method
isDraggable
CodenameOne/src/com/codename1/maps/Marker.java:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
93
/// Whether the user may drag this marker (native providers only).
94
public
boolean isDraggable() {
95
return
draggable;
96
}
97
98
/// Whether the marker is currently rendered.
99
public
boolean isVisible() {
Callers
15
markerOptionsBuildsMarkerWithDefaults
Method · 0.95
markerOptionsAnchorAndDraggable
Method · 0.95
Marker
Method · 0.45
invoke3
Method · 0.45
invoke3
Method · 0.45
invoke0
Method · 0.45
invoke4
Method · 0.45
invoke5
Method · 0.45
invoke7
Method · 0.45
invoke2
Method · 0.45
invoke0
Method · 0.45
invoke1
Method · 0.45
Calls
no outgoing calls
Tested by
8
markerOptionsBuildsMarkerWithDefaults
Method · 0.76
markerOptionsAnchorAndDraggable
Method · 0.76
invoke3
Method · 0.36
componentPropertyMutations
Method · 0.36
testDropTargetBehavior
Method · 0.36
testDraggableComponentProperty
Method · 0.36
paint
Method · 0.36
testPointerAnimationAndRenderingUtilities
Method · 0.36