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>>
  • Constructor Details

    • LazyTreeTableCellSupport

      public LazyTreeTableCellSupport(javafx.scene.control.TreeTableCell<S,T> pCell, Function<T,String> pToStringMapper)
  • Method Details

    • getItemSize

      public int getItemSize()
    • getRowItem

      public Optional<S> getRowItem()