javafx.beans
Тип аннотации DefaultProperty
@Inherited @Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DefaultProperty
Указывает свойство, к которому будут добавлены или установлены дочерние элементы, если явное свойство не задано.
С тех пор:
JavaFX 2.0
-
Подробное описание элементов
-
value
public abstract String value
Имя свойства по умолчанию.
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.