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 Summary

    Fields
    Modifier and Type
    Field
    Description
    javafx.beans.property.BooleanProperty
    Property on whether the check box int he table row is selected.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkItem(javafx.beans.value.ObservableValue<?> value)
    Check the params.
    boolean
    Check the params for the table row.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • selectedProperty

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

    • ChoiceTableItem

      public ChoiceTableItem()
  • Method Details

    • checkParams

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

      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