Class CellSkinBase<C extends Cell>

    • Property Detail

      • cellSize

        public final ReadOnlyDoubleProperty cellSizeProperty
        The default cell size. For vertical ListView or a TreeView or TableView this is the height, for a horizontal ListView this is the width. This is settable from CSS
        See Also:
        getCellSize()
    • Constructor Detail

      • CellSkinBase

        public CellSkinBase​(C control)
        Creates a new CellSkinBase instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
        Parameters:
        control - The control that this skin should be installed onto.
    • Method Detail

      • getCellSize

        public final double getCellSize()
        Gets the value of the property cellSize.
        Property description:
        The default cell size. For vertical ListView or a TreeView or TableView this is the height, for a horizontal ListView this is the width. This is settable from CSS
      • cellSizeProperty

        public final ReadOnlyDoubleProperty cellSizeProperty()
        The default cell size. For vertical ListView or a TreeView or TableView this is the height, for a horizontal ListView this is the width. This is settable from CSS
        See Also:
        getCellSize()
      • getClassCssMetaData

        public static List<CssMetaData<? extends Styleable,?>> getClassCssMetaData()
        Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.
        Returns:
        the CssMetaData associated with this class, which may include the CssMetaData of its superclasses