Package de.flapdoodle.kfx.controls.table
Class SlimCell.Skin
-
-
Field Summary
Fields Modifier and Type Field Description private BooleaneditInProgressprivate final ObservableList<Node>children
-
Constructor Summary
Constructors Constructor Description SlimCell.Skin(SlimCell<T, C> control)
-
Method Summary
Modifier and Type Method Description final BooleangetEditInProgress()final UnitsetEditInProgress(Boolean editInProgress)-
Methods inherited from class javafx.scene.control.SkinBase
dispose, getChildren, getCssMetaData, getNode, getSkinnable, pseudoClassStateChanged -
Methods inherited from class javafx.scene.control.Skin
install -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEditInProgress
final Boolean getEditInProgress()
-
setEditInProgress
final Unit setEditInProgress(Boolean editInProgress)
-
-
-
-