Uses of Interface
org.tentackle.fx.FxTextComponent
-
Packages that use FxTextComponent Package Description org.tentackle.fx Extended FX layer.org.tentackle.fx.component Extended FX components.org.tentackle.fx.component.delegate Delegates implementing tentackle features for FX components.org.tentackle.fx.translate FX value translators. -
-
Uses of FxTextComponent in org.tentackle.fx
Classes in org.tentackle.fx that implement FxTextComponent Modifier and Type Class Description classFxTextComponentDelegateDelegate implementing FxComponent.Methods in org.tentackle.fx that return FxTextComponent Modifier and Type Method Description protected FxTextComponentFxTextComponentDelegate. getTextComponent()Gets the text component.Methods in org.tentackle.fx with parameters of type FxTextComponent Modifier and Type Method Description protected booleanFxUtilities. applyBindingOption(FxTextComponent comp, org.tentackle.bind.BindingMember member, java.lang.String option)Applies a single binding option to a text component.voidFxUtilities. applyBindingOptions(FxTextComponent comp, org.tentackle.bind.BindingMember member, java.lang.String options)Applies the bindable options to a text component.booleanFxUtilities. isLenientMoneyInput(FxTextComponent component)Returns whether decimal separator should be inserted automatically if missing in money input.
This is usually a global setting for the whole application, but it can be filtered according to the component (parent component, etc...). -
Uses of FxTextComponent in org.tentackle.fx.component
Classes in org.tentackle.fx.component that implement FxTextComponent Modifier and Type Class Description classFxComboBox<T>ExtendedComboBox.classFxDatePickerExtended DatePicker.
Tentackle's FxDatePicker is a TextComponent and maps to Date or Timestamp.
It uses the DateStringTranslator to map to/from the model.classFxHTMLEditorExtended HTMLEditor.classFxPasswordFieldExtended PasswordField.
The StringBuilder holding the text input is replaced with blanks when getPassword() is invoked.classFxTextAreaExtended TextArea.classFxTextFieldExtended TextField. -
Uses of FxTextComponent in org.tentackle.fx.component.delegate
Classes in org.tentackle.fx.component.delegate with type parameters of type FxTextComponent Modifier and Type Class Description classAbstractTextFieldDelegate<T extends javafx.scene.control.TextInputControl & FxTextComponent>Delegate for text input fields.Classes in org.tentackle.fx.component.delegate that implement FxTextComponent Modifier and Type Class Description classAbstractTextFieldDelegate<T extends javafx.scene.control.TextInputControl & FxTextComponent>Delegate for text input fields.classFxComboBoxDelegateDelegate for FxComboBox.classFxDatePickerDelegateDelegate for FxDatePicker.classFxHTMLEditorDelegateDelegate for FxHTMLEditor.classFxPasswordFieldDelegateDelegate for FxPasswordField.classFxTextAreaDelegateDelegate for FxTextArea.classFxTextFieldDelegateDelegate for FxTextField. -
Uses of FxTextComponent in org.tentackle.fx.translate
Methods in org.tentackle.fx.translate that return FxTextComponent Modifier and Type Method Description FxTextComponentValueStringTranslator. getComponent()
-