Uses of Interface
org.tentackle.fx.FxComponent
-
Packages that use FxComponent Package Description org.tentackle.fx Extended FX layer.org.tentackle.fx.bind Tentackle binding for FX.org.tentackle.fx.component Extended FX components.org.tentackle.fx.component.delegate Delegates implementing tentackle features for FX components.org.tentackle.fx.table FX table support.org.tentackle.fx.table.type FX table cell types.org.tentackle.fx.translate FX value translators. -
-
Uses of FxComponent in org.tentackle.fx
Subinterfaces of FxComponent in org.tentackle.fx Modifier and Type Interface Description interfaceFxTextComponentA text component.Classes in org.tentackle.fx that implement FxComponent Modifier and Type Class Description classFxComponentDelegateDelegate implementing FxComponent.classFxTextComponentDelegateDelegate implementing FxComponent.Methods in org.tentackle.fx that return FxComponent Modifier and Type Method Description abstract FxComponentFxComponentDelegate. getComponent()Gets the component of this delegate.FxComponentValueTranslator. getComponent()Gets the component.Methods in org.tentackle.fx with parameters of type FxComponent Modifier and Type Method Description <M,V>
ValueTranslator<V,M>DefaultFxFactory. createValueTranslator(java.lang.Class<M> modelClass, java.lang.Class<V> viewClass, FxComponent component)<M,V>
ValueTranslator<V,M>FxFactory. createValueTranslator(java.lang.Class<M> modelClass, java.lang.Class<V> viewClass, FxComponent component)Creates a value translator.voidFxUtilities. focusGained(FxComponent component)Performs all necessary operations on an FxComponent when it gained the focus.voidFxUtilities. focusLost(FxComponent component)Performs all necessary operations on an FxComponent when it lost the focus. -
Uses of FxComponent in org.tentackle.fx.bind
Methods in org.tentackle.fx.bind that return FxComponent Modifier and Type Method Description FxComponentDefaultFxComponentBinding. getComponent()FxComponentFxComponentBinding. getComponent()Gets the component which is bound to the member.Methods in org.tentackle.fx.bind that return types with arguments of type FxComponent Modifier and Type Method Description java.util.Collection<FxComponent>DefaultFxComponentBinder. getBoundComponents()java.util.Collection<FxComponent>FxComponentBinder. getBoundComponents()Gets the list of all bound components of this form.java.util.Collection<FxComponent>DefaultFxComponentBinder. getUnboundComponents()java.util.Collection<FxComponent>FxComponentBinder. getUnboundComponents()Gets the list of all unbound components of this form.Methods in org.tentackle.fx.bind with parameters of type FxComponent Modifier and Type Method Description FxComponentBindingDefaultFxBindingFactory. createComponentBinding(FxComponentBinder binder, org.tentackle.bind.BindingMember[] parents, org.tentackle.bind.BindingMember member, FxComponent component, java.lang.String componentOptions)FxComponentBindingFxBindingFactory. createComponentBinding(FxComponentBinder binder, org.tentackle.bind.BindingMember[] parents, org.tentackle.bind.BindingMember member, FxComponent component, java.lang.String componentOptions)Creates a component binding.FxComponentBindingDefaultFxComponentBinder. getBinding(FxComponent component)FxComponentBindingFxComponentBinder. getBinding(FxComponent component)Gets a binding by component.FxComponentBindingDefaultFxComponentBinder. removeBinding(FxComponent component)FxComponentBindingFxComponentBinder. removeBinding(FxComponent component)Programmatically removes a binding from this view.Method parameters in org.tentackle.fx.bind with type arguments of type FxComponent Modifier and Type Method Description java.lang.Class<? extends FxComponentBinding>DefaultFxBindingFactory. getComponentBindingClass(java.lang.Class<? extends FxComponent> componentClass)java.lang.Class<? extends FxComponentBinding>FxBindingFactory. getComponentBindingClass(java.lang.Class<? extends FxComponent> componentClass)Gets the binding class for a given component class.java.lang.Class<? extends FxComponentBinding>DefaultFxBindingFactory. setComponentBindingClass(java.lang.Class<? extends FxComponent> componentClass, java.lang.Class<? extends FxComponentBinding> bindingClass)java.lang.Class<? extends FxComponentBinding>FxBindingFactory. setComponentBindingClass(java.lang.Class<? extends FxComponent> componentClass, java.lang.Class<? extends FxComponentBinding> bindingClass)Defines the binding for a component class.Constructors in org.tentackle.fx.bind with parameters of type FxComponent Constructor Description DefaultFxComponentBinding(FxComponentBinder binder, org.tentackle.bind.BindingMember[] parents, org.tentackle.bind.BindingMember member, FxComponent component, java.lang.String componentOptions)Creates a binding. -
Uses of FxComponent in org.tentackle.fx.component
Classes in org.tentackle.fx.component that implement FxComponent Modifier and Type Class Description classFxCheckBoxExtended Checkbox.classFxChoiceBox<T>Extended ChoiceBox.classFxColorPickerExtended ColorPicker.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.classFxListView<T>Extended ListView.classFxPasswordFieldExtended PasswordField.
The StringBuilder holding the text input is replaced with blanks when getPassword() is invoked.classFxRadioButtonExtended RadioButton.classFxTableView<S>Extended TableView.classFxTextAreaExtended TextArea.classFxTextFieldExtended TextField.classFxToggleButtonExtended ToggleButton.classFxTreeTableView<S>Extended TreeTableView.classFxTreeView<T>Extended TreeView. -
Uses of FxComponent in org.tentackle.fx.component.delegate
Classes in org.tentackle.fx.component.delegate that implement FxComponent Modifier and Type Class Description classAbstractTextFieldDelegate<T extends javafx.scene.control.TextInputControl & FxTextComponent>Delegate for text input fields.classFxCheckBoxDelegateDelegate for FxCheckBox.classFxChoiceBoxDelegateDelegate for FxChoiceBox.classFxColorPickerDelegateDelegate for FxColorPicker.classFxComboBoxDelegateDelegate for FxComboBox.classFxDatePickerDelegateDelegate for FxDatePicker.classFxHTMLEditorDelegateDelegate for FxHTMLEditor.classFxListViewDelegateDelegate for FxListView.classFxPasswordFieldDelegateDelegate for FxPasswordField.classFxRadioButtonDelegateDelegate for FxRadioButton.classFxTableViewDelegateDelegate for FxTableView.classFxTextAreaDelegateDelegate for FxTextArea.classFxTextFieldDelegateDelegate for FxTextField.classFxToggleButtonDelegateDelegate for FxToggleButton.classFxTreeTableViewDelegateDelegate for FxTreeTableView.classFxTreeViewDelegateDelegate for FxTreeView. -
Uses of FxComponent in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement FxComponent Modifier and Type Class Description classTotalsTableView<S>A table displaying the totals of another table.
Displays any number of rows (1 for totals, 3 for totals and min + max, for example).
The items must contain the total values.Methods in org.tentackle.fx.table that return FxComponent Modifier and Type Method Description FxComponentDefaultTableColumnConfiguration. getEditor()protected FxComponentFxTableCell. getEditor(TableCellType<T> cellType)Gets the editor for this table cell.FxComponentTableCellType. getEditor()Gets the editor component.FxComponentTableColumnConfiguration. getEditor()Gets the editor component.Methods in org.tentackle.fx.table with parameters of type FxComponent Modifier and Type Method Description voidDefaultTableColumnConfiguration. setEditor(FxComponent editor)voidTableColumnConfiguration. setEditor(FxComponent editor)Sets the editor component. -
Uses of FxComponent in org.tentackle.fx.table.type
Fields in org.tentackle.fx.table.type declared as FxComponent Modifier and Type Field Description protected FxComponentAbstractTableCellType. editorMethods in org.tentackle.fx.table.type that return FxComponent Modifier and Type Method Description FxComponentAbstractTableCellType. getEditor()FxComponentBooleanTableCellType. getEditor()FxComponentEnumTableCellType. getEditor() -
Uses of FxComponent in org.tentackle.fx.translate
Methods in org.tentackle.fx.translate that return FxComponent Modifier and Type Method Description FxComponentAbstractValueTranslator. getComponent()Constructors in org.tentackle.fx.translate with parameters of type FxComponent Constructor Description AbstractValueTranslator(FxComponent component)Creates a string translator for a given text component.BooleanBooleanTranslator(FxComponent component)Creates the dummy translator.CharArrayCharArrayTranslator(FxComponent component)Creates an enum translator.ColorColorTranslator(FxComponent component)Creates the translator.EnumEnumTranslator(FxComponent component)Creates an enum translator.IdentityTranslator(FxComponent component)Creates a dummy translator.ObservableListTranslator(FxComponent component)Creates a translator for components maintaining a list of objects.StringColorTranslator(FxComponent component)Creates the translator.StringStringTranslator(FxComponent component)Creates a null translator.
-