Skip to content

Instantly share code, notes, and snippets.

View jaakkju's full-sized avatar

Juhani Jaakkola jaakkju

View GitHub Profile
@jaakkju
jaakkju / AbstractToggleTableItem.java
Last active September 23, 2020 11:22
Changing JavaFX table view row styling with non-visible property using row level property binding.
import javafx.beans.property.SimpleBooleanProperty;
/**
* Simple abstract class that has active boolean property
*
* @author jaakkju
*/
abstract public class AbstractToggleTableItem {