Uses of Interface
org.tentackle.fx.ErrorPopupSupported
-
Packages that use ErrorPopupSupported 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.table FX table support. -
-
Uses of ErrorPopupSupported in org.tentackle.fx
Subinterfaces of ErrorPopupSupported in org.tentackle.fx Modifier and Type Interface Description interfaceFxComponentInterface all tentackle Fx components must implement.interfaceFxTextComponentA text component.Classes in org.tentackle.fx that implement ErrorPopupSupported Modifier and Type Class Description classFxComponentDelegateDelegate implementing FxComponent.classFxTextComponentDelegateDelegate implementing FxComponent.Methods in org.tentackle.fx with parameters of type ErrorPopupSupported Modifier and Type Method Description javafx.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 ErrorPopupSupported 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 ErrorPopupSupported in org.tentackle.fx.component.delegate
Classes in org.tentackle.fx.component.delegate that implement ErrorPopupSupported 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 ErrorPopupSupported in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement ErrorPopupSupported 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.
-