public interface FormPresenter
FormPresenter
aims to help with form construction and management.
FormViewReduced
it hooks to one and presents it, this is dictated by the implementation of the components
which happen to use this class.
Modifier and Type | Method and Description |
---|---|
boolean |
isValid() |
void |
presentView(FormViewReduced formView,
FormDefinition formDefinition,
com.vaadin.v7.data.Item item,
FormItem parent) |
void |
setLocale(Locale locale) |
void presentView(FormViewReduced formView, FormDefinition formDefinition, com.vaadin.v7.data.Item item, FormItem parent)
void setLocale(Locale locale)
boolean isValid()
Copyright © 2020 Magnolia International Ltd.. All rights reserved.