Class ChoiceTableItem

java.lang.Object
pamViewFX.fxNodes.table.ChoiceTableItem
Direct Known Subclasses:
VRSettingsPane.LandMarkGroupItem

public abstract class ChoiceTableItem extends Object
Used in conjuction with the Choice table. A table item which can be selected using a check box cell. This represents one row of Choice table data.
Author:
Jamie Macaulay
  • Field Details Link icon

    • selectedProperty Link icon

      public javafx.beans.property.BooleanProperty selectedProperty
      Property on whether the check box int he table row is selected.
  • Constructor Details Link icon

    • ChoiceTableItem Link icon

      public ChoiceTableItem()
  • Method Details Link icon

    • checkParams Link icon

      public boolean checkParams()
      Check the params for the table row. Can be overriden if using ErrTable cells
      Returns:
    • checkItem Link icon

      public boolean checkItem(javafx.beans.value.ObservableValue<?> value)
      Check the params. Can be overriden if using ErrTable cells
      Returns:
      true if the param is OK