Uses of Class
no.ntnu.idatt1002.demo.view.components.InputField
Packages that use InputField
-
Uses of InputField in no.ntnu.idatt1002.demo.view.components
Subclasses of InputField in no.ntnu.idatt1002.demo.view.componentsFields in no.ntnu.idatt1002.demo.view.components declared as InputFieldModifier and TypeFieldDescriptionprivate InputField
RecipePopup.categoryField
private InputField
SearchBar.inputField
private InputField
RecipePopup.nameField
private InputField
StepField.stepText
Methods in no.ntnu.idatt1002.demo.view.components that return InputFieldModifier and TypeMethodDescriptionInputField.setOnChange
(InputField.OnChange cb) Set the callback for when the value of the input field changes (eg.InputField.setOnSubmit
(InputField.OnSubmit cb) Set the callback for when the form is submitted.Methods in no.ntnu.idatt1002.demo.view.components with parameters of type InputFieldModifier and TypeMethodDescriptionprivate javafx.scene.layout.HBox
ItemPopup.createField
(InputField field, String label) Creates a field with a label.