mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Correct docs
This commit is contained in:
parent
41a62f0459
commit
267c04743a
@ -77,7 +77,7 @@ These method also support **property bindings**, allowing you to automatically l
|
||||
checkBox("Show tabs in single row", uiSettings::scrollTabLayoutInEditor)
|
||||
```
|
||||
|
||||
Note that the bound property reference syntax also can be used to reference Java fields or getter/setter pairs (if the getter and setter match the Kotlin naming conventions).
|
||||
Note that the bound property reference syntax also can be used to reference Java fields, but not getter/setter pairs.
|
||||
|
||||
Alternatively, many factory methods support specifying a getter/setter pair for cases when a property mapping is more complicated:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user