Uses of Interface
com.storedobject.vaadin.HasContainer
Packages that use HasContainer
Package
Description
-
Uses of HasContainer in com.storedobject.ui
Classes in com.storedobject.ui that implement HasContainerModifier and TypeClassDescriptionclassclassDataEditor<T>classclassObjectEditor<T extends StoredObject>The concrete base class for creating CRUD views forStoredObjectclasses.classA list report that listsStoredObjects.classThis is equivalent of theDataFormclass except that the content is based on HTML-template.Methods in com.storedobject.ui with parameters of type HasContainerModifier and TypeMethodDescriptionvoidObjectEditor.setFieldContainerProvider(HasContainer fieldContainerProvider) Constructors in com.storedobject.ui with parameters of type HasContainerModifierConstructorDescriptionObjectFormField(ObjectEditor<T> formEditor, HasContainer mergeTo) ObjectFormField(Class<T> objectClass, HasContainer mergeTo) ObjectFormField(String label, ObjectEditor<T> formEditor, HasContainer mergeTo) ObjectFormField(String label, Class<T> objectClass, HasContainer mergeTo) ObjectFormField(String label, Class<T> objectClass, String fieldName, BiFunction<String, Class<T>, ObjectEditor<T>> editorCreator, HasContainer mergeTo) -
Uses of HasContainer in com.storedobject.ui.accounts
Classes in com.storedobject.ui.accounts that implement HasContainerModifier and TypeClassDescriptionclassAbstractInvoiceEditor<I extends Invoice>classBaseCustomerInvoiceEditor<I extends CustomerInvoice>classBaseSupplierInvoiceEditor<I extends SupplierInvoice>classclassclassclassclassclass -
Uses of HasContainer in com.storedobject.ui.common
Classes in com.storedobject.ui.common that implement HasContainerModifier and TypeClassDescriptionclassAbstractTextContentEditor<T extends TextContent>classclassfinal classclassclassChangeObjectPassword<T extends StoredObject>classclassEntityRoleEditor<T extends EntityRole>An editor forEntityRolein which the fields of theEntityget merged seamlessly with the fields of theEntityRole.classclassclassclassclassprotected static classMemoSystem.MemoEditor<M extends Memo>classclassMessageEditor<M extends Message>classPersonRoleEditor<T extends PersonRole>An editor forPersonRolein which the fields of thePersonget merged seamlessly with the fields of thePersonRole.classclassclassclassclassclassclassEditor forSystemUser.classclassclass -
Uses of HasContainer in com.storedobject.ui.inventory
Classes in com.storedobject.ui.inventory that implement HasContainerModifier and TypeClassDescriptionclassclassclassclassclassclassclassConsignmentEditor<C extends Consignment>classclassclassclassclassclassclassHandle items at external organization / custody that were sent to them earlier (Sent for repairs, rented out, custody etc.)classclassclassItemTypeEditor<T extends InventoryItemType>classclassfinal classclassclassPOEditor<T extends InventoryPO>classPOItemEditor<T extends InventoryPOItem>final classclassclassReceive material from another location.classReturn items from an external organization / custody that were sent to them earlier (Sent for repairs, rented out, custody etc.)classclassclassclassclassclass -
Uses of HasContainer in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot that implement HasContainerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of HasContainer in com.storedobject.ui.tools
Classes in com.storedobject.ui.tools that implement HasContainerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassPermissionEditor<T extends ObjectPermission>classclassReportEditor<T extends ReportDefinition>classclassclassclassclassclassclassclassclassclass -
Uses of HasContainer in com.storedobject.ui.util
Classes in com.storedobject.ui.util that implement HasContainerModifier and TypeClassDescriptionclassclassstatic classclassclassclassclassclassclass -
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.