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
currentRowItemproperty
-
unsubscribeOpProperty
javafx.beans.property.Property<Runnable> unsubscribeOpProperty()- Returns:
- the
unsubscribeOpproperty
-
isLoading
default boolean isLoading() -
isFailed
default boolean isFailed() -
onItemUpdated
default void onItemUpdated()Description copied from interface:LazyCellSupportInvoked by implementing classes after item update.- Specified by:
onItemUpdatedin interfaceLazyCellSupport<S,T, C extends javafx.scene.control.IndexedCell<T>>
-