Uses of Enum Class
org.tentackle.fx.table.TableConfiguration.EDITMODE
Packages that use TableConfiguration.EDITMODE
-
Uses of TableConfiguration.EDITMODE in org.tentackle.fx.table
Methods in org.tentackle.fx.table that return TableConfiguration.EDITMODEModifier and TypeMethodDescriptionDefaultTableConfiguration.getEditMode()TableConfiguration.getEditMode()Returns the edit mode.static TableConfiguration.EDITMODEReturns the enum constant of this class with the specified name.static TableConfiguration.EDITMODE[]TableConfiguration.EDITMODE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.fx.table with parameters of type TableConfiguration.EDITMODEModifier and TypeMethodDescriptionvoidDefaultTableConfiguration.setEditMode(TableConfiguration.EDITMODE editMode) voidTableConfiguration.setEditMode(TableConfiguration.EDITMODE editMode) Sets the edit mode.