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>
- All Implemented Interfaces:
LazyCellSupport<S,
T, javafx.scene.control.TableCell<S, T>>
- Direct Known Subclasses:
LazyTableCellSupport.WrapperImpl
public abstract class LazyTableCellSupport<S,T>
extends AbstractLazyCellSupport<S,T,javafx.scene.control.TableCell<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
Modifier and TypeMethodDescriptionint
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
isFailed, isLoading, onItemUpdated
-
Constructor Details
-
LazyTableCellSupport
-
-
Method Details
-
getLazyCell
-
getItemSize
public int getItemSize() -
getRowItem
-
findTruncateFunction
- Overrides:
findTruncateFunction
in classAbstractLazyCellSupport<S,
T, javafx.scene.control.TableCell<S, T>>
-