Uses of Enum Class
org.tentackle.fx.CaseConversion
Packages that use CaseConversion
Package
Description
Extended FX layer.
Extended FX components.
-
Uses of CaseConversion in org.tentackle.fx
Methods in org.tentackle.fx that return CaseConversionModifier and TypeMethodDescriptionFxTextComponent.getCaseConversion()Gets the case conversion.FxTextComponentDelegate.getCaseConversion()static CaseConversionReturns the enum constant of this class with the specified name.static CaseConversion[]CaseConversion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.fx with parameters of type CaseConversionModifier and TypeMethodDescriptionvoidFxTextComponent.setCaseConversion(CaseConversion caseConversion) Sets the case conversion.voidFxTextComponentDelegate.setCaseConversion(CaseConversion caseConversion) -
Uses of CaseConversion in org.tentackle.fx.component
Methods in org.tentackle.fx.component that return CaseConversionModifier and TypeMethodDescriptionFxComboBox.getCaseConversion()FxDatePicker.getCaseConversion()FxHTMLEditor.getCaseConversion()FxPasswordField.getCaseConversion()FxTextArea.getCaseConversion()FxTextField.getCaseConversion()Methods in org.tentackle.fx.component with parameters of type CaseConversionModifier and TypeMethodDescriptionvoidFxComboBox.setCaseConversion(CaseConversion caseConversion) voidFxDatePicker.setCaseConversion(CaseConversion caseConversion) voidFxHTMLEditor.setCaseConversion(CaseConversion caseConversion) voidFxPasswordField.setCaseConversion(CaseConversion caseConversion) voidFxTextArea.setCaseConversion(CaseConversion caseConversion) voidFxTextField.setCaseConversion(CaseConversion caseConversion)