public class CDFormController extends LibraryItemFormController<CD>
categories, condition, createButton, createdOn, editedItem, libraryItemFacade, location, name, releasedOn, router, updateButton| Constructor and Description |
|---|
CDFormController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFormValidation(FormValidationBuilder builder)
Registers form constraints.
|
protected LibraryItem |
getItemFromFields()
This method is called only when form is in a valid state.
|
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
addCategory, create, fromLocalDate, populateBuilder, updatepublic void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializableinitialize in class LibraryItemFormController<CD>protected void buildFormValidation(FormValidationBuilder builder)
LibraryItemFormControllerbuildFormValidation in class LibraryItemFormController<CD>builder - the builder to useprotected LibraryItem getItemFromFields()
LibraryItemFormControllergetItemFromFields in class LibraryItemFormController<CD>