Class CellBaseBehavior<T>

java.lang.Object
io.github.palexdev.mfxcore.behavior.MFXBehavior<VFXCellBase<T>>
io.github.palexdev.virtualizedfx.cells.CellBaseBehavior<T>
Type Parameters:
T - the type of item displayed by the cell
All Implemented Interfaces:
io.github.palexdev.mfxcore.base.Disposable

public class CellBaseBehavior<T> extends io.github.palexdev.mfxcore.behavior.MFXBehavior<VFXCellBase<T>>
Base, empty behavior for cells of type VFXCellBase, extends MFXBehavior.
  • Field Summary

    Fields inherited from class io.github.palexdev.mfxcore.behavior.MFXBehavior

    NO_OP_CALLBACK
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.github.palexdev.mfxcore.behavior.MFXBehavior

    clear, dispose, getHandlers, getNode, getNodeAs, init, keyPressed, keyPressed, keyReleased, keyReleased, keyTyped, keyTyped, mouseClicked, mouseClicked, mouseDragged, mouseDragged, mouseEntered, mouseEntered, mouseExited, mouseExited, mouseMoved, mouseMoved, mousePressed, mousePressed, mouseReleased, mouseReleased, register, scroll, scroll, touchMoved, touchMoved, touchPressed, touchPressed, touchReleased, touchReleased, touchStationary, touchStationary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CellBaseBehavior

      public CellBaseBehavior(VFXCellBase<T> cell)