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 InputFieldRecipePopup.categoryFieldprivate InputFieldSearchBar.inputFieldprivate InputFieldRecipePopup.nameFieldprivate InputFieldStepField.stepTextMethods 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.HBoxItemPopup.createField(InputField field, String label) Creates a field with a label.