Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class LazyTableCellSupport.WrapperImpl<S,T>
java.lang.Object
com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport<S,T,javafx.scene.control.TableCell<S,T>>
com.iamsoft.util.ui.javafx.table.LazyTableCellSupport<S,T>
com.iamsoft.util.ui.javafx.table.LazyTableCellSupport.WrapperImpl<S,T>
- All Implemented Interfaces:
LazyCellSupport<S,
,T, javafx.scene.control.TableCell<S, T>> LazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TableCell<S, T>>
- Enclosing class:
LazyTableCellSupport<S,
T>
public abstract static class LazyTableCellSupport.WrapperImpl<S,T>
extends LazyTableCellSupport<S,T>
implements LazyCellSupportWrapperExtension<S,T,javafx.scene.control.TableCell<S,T>>
-
Property Summary
Properties -
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.table.LazyTableCellSupport
LazyTableCellSupport.WrapperImpl<S,
T> -
Field Summary
Fields inherited from class com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport
FAILURE_IMAGE, LOADING_IMAGE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.table.LazyTableCellSupport
findTruncateFunction, getItemSize, getLazyCell, getRowItem
Methods inherited from class com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport
configureFailedItem, configureLoadingItem, doUpdateLoadedItem, getCell, updateItem, updateLoadedItem
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iamsoft.util.ui.javafx.table.LazyCellSupport
getCell, getItemSize, getRowItem, updateLoadedItem
Methods inherited from interface com.iamsoft.util.ui.javafx.table.LazyCellSupportWrapperExtension
getValueWrapper, isFailed, isLoading, onItemUpdated
-
Property Details
-
currentRowItem
- Specified by:
currentRowItemProperty
in interfaceLazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TableCell<S, T>> - Returns:
- the
currentRowItem
property - See Also:
-
unsubscribeOp
- Specified by:
unsubscribeOpProperty
in interfaceLazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TableCell<S, T>> - Returns:
- the
unsubscribeOp
property - See Also:
-
-
Constructor Details
-
WrapperImpl
-
-
Method Details
-
currentRowItemProperty
- Specified by:
currentRowItemProperty
in interfaceLazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TableCell<S, T>> - Returns:
- the
currentRowItem
property
-
unsubscribeOpProperty
- Specified by:
unsubscribeOpProperty
in interfaceLazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TableCell<S, T>> - Returns:
- the
unsubscribeOp
property
-