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, getRowItem
Methods inherited from class com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport
configureFailedItem, configureLoadingItem, doUpdateLoadedItem, findTruncateFunction, 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.TreeTableCell<S, T>> - Returns:
- the
currentRowItem
property - See Also:
-
unsubscribeOp
- Specified by:
unsubscribeOpProperty
in interfaceLazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TreeTableCell<S, T>> - Returns:
- the
unsubscribeOp
property - See Also:
-
-
Constructor Details
-
WrapperImpl
-
-
Method Details
-
currentRowItemProperty
- Specified by:
currentRowItemProperty
in interfaceLazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TreeTableCell<S, T>> - Returns:
- the
currentRowItem
property
-
unsubscribeOpProperty
- Specified by:
unsubscribeOpProperty
in interfaceLazyCellSupportWrapperExtension<S,
T, javafx.scene.control.TreeTableCell<S, T>> - Returns:
- the
unsubscribeOp
property
-