Module MaterialFX

Class MFXLegacyTableRow<T>

All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class MFXLegacyTableRow<T> extends TableRow<T>
This is a restyle of JavaFX's TableRow control.

For a table view which more closely follows the guidelines of material design see MFXTableView.

  • Property Details

  • Constructor Details

    • MFXLegacyTableRow

      public MFXLegacyTableRow()
  • Method Details

    • getSelectedColor

      public Paint getSelectedColor()
      Gets the value of the property selectedColor.
      Property description:
      Specifies the background color of the cell when it is selected.
    • selectedColorProperty

      public StyleableObjectProperty<Paint> selectedColorProperty()
      Specifies the background color of the cell when it is selected.
      See Also:
    • setSelectedColor

      public void setSelectedColor(Paint selectedColor)
      Sets the value of the property selectedColor.
      Property description:
      Specifies the background color of the cell when it is selected.
    • getHoverColor

      public Paint getHoverColor()
      Gets the value of the property hoverColor.
      Property description:
      Specifies the background color of the cell when the mouse is hover.
    • hoverColorProperty

      public StyleableObjectProperty<Paint> hoverColorProperty()
      Specifies the background color of the cell when the mouse is hover.
      See Also:
    • setHoverColor

      public void setHoverColor(Paint hoverColor)
      Sets the value of the property hoverColor.
      Property description:
      Specifies the background color of the cell when the mouse is hover.
    • getControlCssMetaDataList

      public static List<CssMetaData<? extends Styleable,?>> getControlCssMetaDataList()
    • getUserAgentStylesheet

      public String getUserAgentStylesheet()
      Overrides:
      getUserAgentStylesheet in class Region
    • getControlCssMetaData

      public List<CssMetaData<? extends Styleable,?>> getControlCssMetaData()
      Overrides:
      getControlCssMetaData in class Labeled
    • updateItem

      protected void updateItem(T item, boolean empty)
      Overrides:
      updateItem in class Cell<T>