-
Bug
-
Resolution: Fixed
-
P4
-
jfx11, jfx12
-
b14
it's the 3. example, offending line:
private final StyleableProperty<Boolean> selected =
new SimpleStyleableBooleanProperty(this, "selected", "my-selected");
error: the constructor (...) is undefined
The first parameter needs to be of type CssMetaData.
javadoc:
https://openjfx.io/javadoc/11/javafx.graphics/javafx/css/StyleablePropertyFactory.html
- relates to
-
JDK-8211014 Fix mistakes in FX API docs
- Resolved