JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to license terms.
Skip navigation links
Overview
Class
Use
Tree
New
Deprecated
Index
Search
Help
JavaFX 24
DRAFT 24-ea+16
javafx.base
javafx.beans
DefaultProperty
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
value
Annotation Interface DefaultProperty
@Inherited
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
DefaultProperty
Specifies a property to which child elements will be added or set when an explicit property is not given.
Since:
JavaFX 2.0
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The name of the default property.
Element Details
value
String
value
The name of the default property.
Returns:
the name of the property