Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class LazyTreeTableCellSupport.WrapperImpl<S,T>
java.lang.Object
com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport<S,T,javafx.scene.control.TreeTableCell<S,T>>
com.iamsoft.util.ui.javafx.table.LazyTreeTableCellSupport<S,T>
com.iamsoft.util.ui.javafx.table.LazyTreeTableCellSupport.WrapperImpl<S,T>
- All Implemented Interfaces:
LazyCellSupport<S,,T, javafx.scene.control.TreeTableCell<S, T>> LazyCellSupportWrapperExtension<S,T, javafx.scene.control.TreeTableCell<S, T>>
- Enclosing class:
LazyTreeTableCellSupport<S,T>
public abstract static class LazyTreeTableCellSupport.WrapperImpl<S,T>
extends LazyTreeTableCellSupport<S,T>
implements LazyCellSupportWrapperExtension<S,T,javafx.scene.control.TreeTableCell<S,T>>
-
Property Summary
Properties -
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.table.LazyTreeTableCellSupport
LazyTreeTableCellSupport.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.LazyTreeTableCellSupport
getItemSize, getRowItemMethods inherited from class com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport
configureFailedItem, configureLoadingItem, doUpdateLoadedItem, findTruncateFunction, getCell, updateItem, updateLoadedItemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.iamsoft.util.ui.javafx.table.LazyCellSupport
getCell, getItemSize, getRowItem, updateLoadedItemMethods inherited from interface com.iamsoft.util.ui.javafx.table.LazyCellSupportWrapperExtension
getValueWrapper, isFailed, isLoading, onItemUpdated
-
Property Details
-
currentRowItem
- Specified by:
currentRowItemPropertyin interfaceLazyCellSupportWrapperExtension<S,T, javafx.scene.control.TreeTableCell<S, T>> - Returns:
- the
currentRowItemproperty - See Also:
-
unsubscribeOp
- Specified by:
unsubscribeOpPropertyin interfaceLazyCellSupportWrapperExtension<S,T, javafx.scene.control.TreeTableCell<S, T>> - Returns:
- the
unsubscribeOpproperty - See Also:
-
-
Constructor Details
-
WrapperImpl
-
-
Method Details
-
currentRowItemProperty
- Specified by:
currentRowItemPropertyin interfaceLazyCellSupportWrapperExtension<S,T, javafx.scene.control.TreeTableCell<S, T>> - Returns:
- the
currentRowItemproperty
-
unsubscribeOpProperty
- Specified by:
unsubscribeOpPropertyin interfaceLazyCellSupportWrapperExtension<S,T, javafx.scene.control.TreeTableCell<S, T>> - Returns:
- the
unsubscribeOpproperty
-