Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Interface LazyCellSupport<S,T,C extends javafx.scene.control.IndexedCell<T>>
- All Known Subinterfaces:
LazyCellSupportWrapperExtension<S,
T, C>
- All Known Implementing Classes:
AbstractLazyCellSupport
,LazyTableCellSupport
,LazyTableCellSupport.WrapperImpl
,LazyTreeTableCellSupport
,LazyTreeTableCellSupport.WrapperImpl
public interface LazyCellSupport<S,T,C extends javafx.scene.control.IndexedCell<T>>
-
Method Details
-
getCell
C getCell() -
getRowItem
-
getItemSize
int getItemSize() -
isLoading
boolean isLoading() -
isFailed
boolean isFailed() -
onItemUpdated
default void onItemUpdated()Invoked by implementing classes after item update. -
updateLoadedItem
void updateLoadedItem()Invoked by implementing classes after item update only when the item is loaded.
-