Uses of Class
org.tentackle.fx.table.TableConfiguration.EDITMODE
-
Packages that use TableConfiguration.EDITMODE Package Description org.tentackle.fx.table FX table support. -
-
Uses of TableConfiguration.EDITMODE in org.tentackle.fx.table
Methods in org.tentackle.fx.table that return TableConfiguration.EDITMODE Modifier and Type Method Description TableConfiguration.EDITMODEDefaultTableConfiguration. getEditMode()TableConfiguration.EDITMODETableConfiguration. getEditMode()Returns the edit mode.static TableConfiguration.EDITMODETableConfiguration.EDITMODE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableConfiguration.EDITMODE[]TableConfiguration.EDITMODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tentackle.fx.table with parameters of type TableConfiguration.EDITMODE Modifier and Type Method Description voidDefaultTableConfiguration. setEditMode(TableConfiguration.EDITMODE editMode)voidTableConfiguration. setEditMode(TableConfiguration.EDITMODE editMode)Sets the edit mode.
-