mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
kotlin_ui_dsl_version_2.md: note Cell.graphProperty API removal
This commit is contained in:
parent
df5937374b
commit
634ef7207d
@ -1,6 +1,6 @@
|
||||
# Kotlin UI DSL Version 2
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
# Kotlin UI DSL Version 2
|
||||
|
||||
<link-summary>Kotlin DSL for creating UI forms with input components bound to state object.</link-summary>
|
||||
|
||||
@ -417,6 +417,8 @@ It is possible to bind component values to properties with the following methods
|
||||
|
||||
### Cell.graphProperty
|
||||
|
||||
> Removed in 2023.3, please use `validationRequestor(property::afterPropagation)` instead.
|
||||
|
||||
Binds `component` value changing to property.
|
||||
The property is updated when the value is changed and is not related to `DialogPanel.apply()`.
|
||||
The method is rarely used directly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user