Package pamViewFX.fxNodes.table
Class ChoiceTableItem
java.lang.Object
pamViewFX.fxNodes.table.ChoiceTableItem
- Direct Known Subclasses:
VRSettingsPane.LandMarkGroupItem
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
Modifier and TypeFieldDescriptionjavafx.beans.property.BooleanProperty
Property on whether the check box int he table row is selected. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkItem
(javafx.beans.value.ObservableValue<?> value) Check the params.boolean
Check the params for the table row.
-
Field Details
-
selectedProperty
public javafx.beans.property.BooleanProperty selectedPropertyProperty 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
-