Uses of Interface
org.tentackle.fx.FxControl
Packages that use FxControl
Package
Description
Extended FX layer.
Extended FX components.
FX component configurators.
Delegates implementing tentackle features for FX components.
Extended FX containers.
Delegates implementing tentackle features for FX containers.
FX table support.
-
Uses of FxControl in org.tentackle.fx
Subinterfaces of FxControl in org.tentackle.fxModifier and TypeInterfaceDescriptioninterfaceInterface all tentackle Fx components must implement.interfaceInterface all tentackle Fx containers must implement.interfaceA text component.Classes in org.tentackle.fx that implement FxControlModifier and TypeClassDescriptionclassDelegate implementing FxComponent.classDelegate implementing FxContainer.classBase implementation for all fx delegates.classDelegate implementing FxComponent.Methods in org.tentackle.fx that return FxControlModifier and TypeMethodDescriptionDefaultInteractiveError.getControl()InteractiveError.getControl()Gets the related FX control.Methods in org.tentackle.fx with parameters of type FxControlModifier and TypeMethodDescriptionDefaultInteractiveErrorFactory.createInteractiveError(boolean warning, String text, String errorCode, ValidationResult validationResult, FxControl control) InteractiveErrorFactory.createInteractiveError(boolean warning, String text, String errorCode, ValidationResult validationResult, FxControl control) Creates an interactive error explicitly.Constructors in org.tentackle.fx with parameters of type FxControlModifierConstructorDescriptionDefaultInteractiveError(boolean warning, String text, String errorCode, ValidationResult validationResult, FxControl control) Creates an interactive error.DefaultInteractiveError(ValidationResult validationResult, FxControl control) Creates an interactive error. -
Uses of FxControl in org.tentackle.fx.component
Classes in org.tentackle.fx.component that implement FxControlModifier and TypeClassDescriptionclassExtended Checkbox.classFxChoiceBox<T>Extended ChoiceBox.classExtended ColorPicker.classFxComboBox<T>ExtendedComboBox.classExtended DatePicker.
Tentackle's FxDatePicker is a TextComponent and maps to Date or Timestamp.
It uses the ValueTranslator (TemporalStringTranslator) to map to/from the model.classExtended HTMLEditor.classFxListView<T>Extended ListView.classExtended PasswordField with enhanced security.
The StringBuilder holding the text input is replaced with blanks when getPassword() is invoked.classExtended RadioButton.classFxTableView<S>Extended TableView.classExtended TextArea.classExtended TextField.classExtended ToggleButton.classExtended TreeTableView.classFxTreeView<T>Extended TreeView. -
Uses of FxControl in org.tentackle.fx.component.config
Methods in org.tentackle.fx.component.config with parameters of type FxControlModifier and TypeMethodDescriptionprotected voidComponentConfigurator.updateModelAndView(FxControl control) Updates the model and the view.
The view update will also trigger dynamic rendering such as mandatory/changeable. -
Uses of FxControl in org.tentackle.fx.component.delegate
Classes in org.tentackle.fx.component.delegate that implement FxControlModifier and TypeClassDescriptionclassAbstractTextFieldDelegate<T extends javafx.scene.control.TextInputControl & FxTextComponent>Delegate for text input fields.classDelegate for FxCheckBox.classDelegate for FxChoiceBox.classDelegate for FxColorPicker.classDelegate for FxComboBox.classDelegate for FxDatePicker.classDelegate for FxHTMLEditor.classDelegate for FxListView.classDelegate for FxPasswordField.classDelegate for FxRadioButton.classDelegate for FxTableView.classDelegate for FxTextArea.classDelegate for FxTextField.classDelegate for FxToggleButton.classDelegate for FxTreeTableView.classDelegate for FxTreeView. -
Uses of FxControl in org.tentackle.fx.container
Classes in org.tentackle.fx.container that implement FxControlModifier and TypeClassDescriptionclassExtended Accordion.classExtended AnchorPane.classExtended BorderPane.classExtended ButtonBar.classExtended DialogPane.classExtended FlowPane.classExtended GridPane.classExtended HBox.classExtended Pane.classExtended ScrollPane.classExtended SplitPane.classExtended StackPane.classExtended Tab.classExtended TabPane.classExtended TextFlow.classExtended TilePane.classExtended TitledPane.classExtended ToolBar.classExtended VBox. -
Uses of FxControl in org.tentackle.fx.container.delegate
Classes in org.tentackle.fx.container.delegate that implement FxControlModifier and TypeClassDescriptionclassDelegate for FxAccordion.classDelegate for FxAnchorPane.classDelegate for FxBorderPane.classDelegate for FxButtonBar.classDelegate for FxDialogPane.classDelegate for FxFlowPane.classDelegate for FxGridPane.classDelegate for FxHBox.classDelegate for FxPane.classDelegate for FxScrollPane.classDelegate for FxSplitPane.classDelegate for FxStackPane.classDelegate for FxTab.classDelegate for FxTabPane.classDelegate for FxTextFlow.classDelegate for FxTilePane.classDelegate for FxTitledPane.classDelegate for FxToolBar.classDelegate for FxVBox. -
Uses of FxControl in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement FxControlModifier and TypeClassDescriptionclassA 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.