public abstract class StyleableIntegerProperty
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

This class extends IntegerPropertyBase and provides a partial implementation of a StyleableProperty. The method StyleableProperty.getCssMetaData() is not implemented. This class is used to make a javafx.beans.property.IntegerProperty, that would otherwise be implemented as a IntegerPropertyBase, style‑able by CSS.

extends IntegerPropertyBase implements StyleableProperty<Number>

See also:
javafx.beans.property.IntegerPropertyBase, CssMetaData, StyleableProperty

Since:  JavaFX 8.0