Uses of Interface
org.tentackle.fx.ErrorPopupSupported
Packages that use ErrorPopupSupported
Package
Description
Extended FX layer.
Extended FX components.
Delegates implementing tentackle features for FX components.
FX table support.
-
Uses of ErrorPopupSupported in org.tentackle.fx
Subinterfaces of ErrorPopupSupported in org.tentackle.fxModifier and TypeInterfaceDescriptioninterfaceInterface all tentackle Fx components must implement.interfaceA text component.Classes in org.tentackle.fx that implement ErrorPopupSupportedModifier and TypeClassDescriptionclassDelegate implementing FxComponent.classDelegate implementing FxComponent.Methods in org.tentackle.fx with parameters of type ErrorPopupSupportedModifier and TypeMethodDescriptionjavafx.stage.PopupWindowFxUtilities.showErrorPopup(ErrorPopupSupported component) Shows an error popup for a component. -
Uses of ErrorPopupSupported in org.tentackle.fx.component
Classes in org.tentackle.fx.component that implement ErrorPopupSupportedModifier 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 ErrorPopupSupported in org.tentackle.fx.component.delegate
Classes in org.tentackle.fx.component.delegate that implement ErrorPopupSupportedModifier 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 ErrorPopupSupported in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement ErrorPopupSupportedModifier 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.