Interface AdaptedChild<M extends Model>

    • Method Detail

      • getLabel

        javafx.beans.property.ReadOnlyProperty<java.lang.String> getLabel()
        Obtains the ReadOnlyStringProperty for the label.
        Returns:
        StringProperty for the label. May be null if no label.
      • getEditLabel

        javafx.beans.property.Property<java.lang.String> getEditLabel()
        Obtains the StringProperty to edit the label.
        Returns:
        StringProperty to edit the label. May be null if label not editable.