- java.lang.Object
-
- org.tentackle.fx.ShortLongTextCellFactory<T>
-
- org.tentackle.fx.rdc.RdcShortLongTextCellFactory<T>
-
- Type Parameters:
T- the type
- All Implemented Interfaces:
javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>>
public class RdcShortLongTextCellFactory<T> extends ShortLongTextCellFactory<T>
ExtendedShortLongTextCellFactorywith security checks.
-
-
Constructor Summary
Constructors Constructor Description RdcShortLongTextCellFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.tentackle.misc.ShortLongTextgetShortLongText(T item)-
Methods inherited from class org.tentackle.fx.ShortLongTextCellFactory
call, updateLabels
-
-
-
-
Method Detail
-
getShortLongText
protected org.tentackle.misc.ShortLongText getShortLongText(T item)
- Overrides:
getShortLongTextin classShortLongTextCellFactory<T>
-
-