Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ isEditable
Method
isEditable
CodenameOne/src/com/codename1/ui/Editable.java:34–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
public
interface
Editable {
33
/// Checks whether the component is editable.
34
boolean isEditable();
35
36
/// Checks whether editing is currently in progress.
37
boolean isEditing();
Callers
15
keyReleased
Method · 0.65
keyPressed
Method · 0.65
isEditingTrigger
Method · 0.65
paint
Method · 0.65
pointerReleased
Method · 0.65
isReadOnly
Method · 0.65
isEditable
Method · 0.65
invoke3
Method · 0.65
invoke3
Method · 0.65
invoke0
Method · 0.65
invoke4
Method · 0.65
invoke5
Method · 0.65
Implementers
4
Component
CodenameOne/src/com/codename1/ui/Compo
TextArea
CodenameOne/src/com/codename1/ui/TextA
Picker
CodenameOne/src/com/codename1/ui/spinn
ComponentCoverageTest
maven/core-unittests/src/test/java/com
Calls
no outgoing calls
Tested by
7
invoke3
Method · 0.52
textFieldEditingAndHints
Method · 0.52
testReadOnlyMapsToEditable
Method · 0.52
testEditingInterface
Method · 0.52
testEditableToggle
Method · 0.52
textComponentEditable
Method · 0.52
editString
Method · 0.52