Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class LazyTreeTableCellSupport<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>
- All Implemented Interfaces:
LazyCellSupport<S,T, javafx.scene.control.TreeTableCell<S, T>>
- Direct Known Subclasses:
LazyTreeTableCellSupport.WrapperImpl
public abstract class LazyTreeTableCellSupport<S,T>
extends AbstractLazyCellSupport<S,T,javafx.scene.control.TreeTableCell<S,T>>
-
Nested Class Summary
Nested Classes -
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.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
isFailed, isLoading, onItemUpdated
-
Constructor Details
-
LazyTreeTableCellSupport
-
-
Method Details
-
getItemSize
public int getItemSize() -
getRowItem
-