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 TypeClassDescriptionclass
class
DataEditor<T>
class
class
ObjectEditor<T extends StoredObject>
The concrete base class for creating CRUD views forStoredObject
classes.class
A list report that listsStoredObject
s.class
This is equivalent of theDataForm
class except that the content is based on HTML-template.Methods in com.storedobject.ui with parameters of type HasContainerModifier and TypeMethodDescriptionvoid
ObjectEditor.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 TypeClassDescriptionclass
AbstractInvoiceEditor<I extends Invoice>
class
BaseCustomerInvoiceEditor<I extends CustomerInvoice>
class
BaseSupplierInvoiceEditor<I extends SupplierInvoice>
class
class
class
class
class
class
-
Uses of HasContainer in com.storedobject.ui.common
Classes in com.storedobject.ui.common that implement HasContainerModifier and TypeClassDescriptionclass
AbstractTextContentEditor<T extends TextContent>
class
class
final class
class
class
ChangeObjectPassword<T extends StoredObject>
class
class
EntityRoleEditor<T extends EntityRole>
An editor forEntityRole
in which the fields of theEntity
get merged seamlessly with the fields of theEntityRole
.class
class
class
class
class
protected static class
MemoSystem.MemoEditor<M extends Memo>
class
class
MessageEditor<M extends Message>
class
PersonRoleEditor<T extends PersonRole>
An editor forPersonRole
in which the fields of thePerson
get merged seamlessly with the fields of thePersonRole
.class
class
class
class
class
class
class
Editor forSystemUser
.class
class
-
Uses of HasContainer in com.storedobject.ui.inventory
Classes in com.storedobject.ui.inventory that implement HasContainerModifier and TypeClassDescriptionclass
class
class
class
class
class
Return items from a consumption location (return balance quantity after consumption).class
class
class
class
class
class
class
class
ItemTypeEditor<T extends InventoryItemType>
class
class
final class
class
class
POEditor<T extends InventoryPO>
class
POItemEditor<T extends InventoryPOItem>
final class
class
class
Receive material from another location.class
Return items from an external organization / custody that were sent to them earlier (Sent for repairs, rented out, custody etc.)class
class
class
class
class
class
-
Uses of HasContainer in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot that implement HasContainerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of HasContainer in com.storedobject.ui.tools
Classes in com.storedobject.ui.tools that implement HasContainerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
PermissionEditor<T extends ObjectPermission>
class
class
ReportEditor<T extends ReportDefinition>
class
class
class
class
class
class
class
class
class
class
-
Uses of HasContainer in com.storedobject.ui.util
Classes in com.storedobject.ui.util that implement HasContainerModifier and TypeClassDescriptionclass
class
static class
class
class
class
class
class
class
-
Uses of HasContainer in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement HasContainerModifier and TypeClassDescriptionclass
A view that is used for creating "data entry forms" for a particular type of object.class
A view that is used for creating "data entry forms".class
Action form is used to execute some action if the user confirms it by pressing a "Yes" button.class
DataEditor<T>
AView
that is used for creating a "data entry form" with "Save"/"Cancel" buttons.class
This class is used to accept some quick data from the users.class
An information message to be shown to the user.Methods in com.storedobject.vaadin with parameters of type HasContainerModifier and TypeMethodDescriptionvoid
AbstractDataForm.setFieldContainerProvider
(HasContainer fieldContainerProvider) Set the field container provider for this form so thatAbstractDataForm.createFieldContainer()
} can provide the component container from this.