mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
10 lines
278 B
XML
10 lines
278 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import model.Data?>
|
|
<VBox fx:controller="ModelIdProperty"
|
|
xmlns:fx="http://javafx.com/fxml">
|
|
<fx:define>
|
|
<Data fx:id="data" />
|
|
</fx:define>
|
|
<Label text="${data.fooProp<caret>}"/>
|
|
</VBox> |