Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Interface LazyCellSupportWrapperExtension<S,T,C extends javafx.scene.control.IndexedCell<T>>
- All Superinterfaces:
LazyCellSupport<S,
T, C>
- All Known Implementing Classes:
LazyTableCellSupport.WrapperImpl
,LazyTreeTableCellSupport.WrapperImpl
public interface LazyCellSupportWrapperExtension<S,T,C extends javafx.scene.control.IndexedCell<T>>
extends LazyCellSupport<S,T,C>
-
Property Summary
Properties -
Method Summary
Methods inherited from interface com.iamsoft.util.ui.javafx.table.LazyCellSupport
getCell, getItemSize, getRowItem, updateLoadedItem
-
Property Details
-
Method Details
-
getValueWrapper
-
currentRowItemProperty
javafx.beans.property.Property<S> currentRowItemProperty()- Returns:
- the
currentRowItem
property
-
unsubscribeOpProperty
javafx.beans.property.Property<Runnable> unsubscribeOpProperty()- Returns:
- the
unsubscribeOp
property
-
isLoading
default boolean isLoading() -
isFailed
default boolean isFailed() -
onItemUpdated
default void onItemUpdated()Description copied from interface:LazyCellSupport
Invoked by implementing classes after item update.- Specified by:
onItemUpdated
in interfaceLazyCellSupport<S,
T, C extends javafx.scene.control.IndexedCell<T>>
-