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 TypeMethodDescriptionintMethods inherited from class com.iamsoft.util.ui.javafx.table.AbstractLazyCellSupport
configureFailedItem, configureLoadingItem, doUpdateLoadedItem, 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
-
LazyTableCellSupport
-
-
Method Details
-
getLazyCell
-
getItemSize
public int getItemSize() -
getRowItem
-
findTruncateFunction
- Overrides:
findTruncateFunctionin classAbstractLazyCellSupport<S,T, javafx.scene.control.TableCell<S, T>>
-