Package | Description |
---|---|
com.panemu.tiwulfx.table |
Modifier and Type | Method and Description |
---|---|
TableControl.Mode |
TableControl.getMode()
Gets the value of the property mode.
|
static TableControl.Mode |
TableControl.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableControl.Mode[] |
TableControl.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<TableControl.Mode> |
TableControl.modeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
TableController.postSave(TableControl.Mode previousMode)
Callback method that is called after
TableControl.save() . |