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
FieldsModifier and TypeFieldDescriptionjavafx.beans.property.BooleanPropertyProperty on whether the check box int he table row is selected. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancheckItem(javafx.beans.value.ObservableValue<?> value) Check the params.booleanCheck 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
 
 
 -