Uses of Interface
com.storedobject.vaadin.HasContainer
Packages that use HasContainer
-
Uses of HasContainer in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement HasContainerModifier and TypeClassDescriptionclassA view that is used for creating "data entry forms" for a particular type of object.classA view that is used for creating "data entry forms".classAction form is used to execute some action if the user confirms it by pressing a "Yes" button.classDataEditor<T>AViewthat is used for creating a "data entry form" with "Save"/"Cancel" buttons.classThis class is used to accept some quick data from the users.classAn information message to be shown to the user.Methods in com.storedobject.vaadin with parameters of type HasContainerModifier and TypeMethodDescriptionvoidAbstractDataForm.setFieldContainerProvider(HasContainer fieldContainerProvider) Set the field container provider for this form so thatAbstractDataForm.createFieldContainer()} can provide the component container from this.