Uses of Class
com.storedobject.ui.ObjectEditor
Packages that use ObjectEditor
Package
Description
-
Uses of ObjectEditor in com.storedobject.ui
Methods in com.storedobject.ui that return ObjectEditorModifier and TypeMethodDescriptionAbstractLinkGrid.constructObjectEditor()protected ObjectEditor<T> EditableObjectGrid.constructObjectEditor()default ObjectEditor<T> LinkGrid.constructObjectEditor()protected ObjectEditor<T> ObjectBrowser.constructObjectEditor()Constructs and returns an instance of ObjectEditor for managing and editing objects of type T.static <O extends StoredObject>
ObjectEditor<O> ObjectEditor.create(ObjectInput<O> formField) Create an editor to embed an object field.static <O extends StoredObject>
ObjectEditor<O> Create an instance of the editor from the parameters passed.static <O extends StoredObject>
ObjectEditor<O> Create an instance of the editor from the parameters passed.static <O extends StoredObject>
ObjectEditor<O> Create an instance of the editor from the parameters passed.default <OBJECT_TYPE extends StoredObject>
ObjectEditor<OBJECT_TYPE> ObjectEditorProvider.createEditor(Class<OBJECT_TYPE> objectClass) Create an editor for the given class.<O extends StoredObject>
ObjectEditor<O> ObjectEditor.createFormFieldEditor(String fieldName, Class<O> fieldClass) Create the editor to be used for a givenObjectFormField.final ObjectEditor<T> AbstractLinkGrid.createObjectEditor()protected <O extends StoredObject>
ObjectEditor<O> BaseObjectForest.createObjectEditor(Class<O> objectClass) protected ObjectEditor<T> EditableObjectGrid.createObjectEditor()default ObjectEditor<T> LinkGrid.createObjectEditor()protected ObjectEditor<T> ObjectBrowser.createObjectEditor()Creates and returns an instance of ObjectEditor for managing the editing of objects of type T.protected ObjectEditor<T> ObjectTree.createObjectEditor()protected ObjectEditor<T> AbstractObjectField.editor()Return theObjectEditorassociated with this.protected ObjectEditor<T> ObjectSearcherField.editor()final ObjectEditor<T> ObjectFormField.getFormEditor()final <O extends StoredObject>
ObjectEditor<O> BaseObjectForest.getObjectEditor(Class<O> objectClass) final ObjectEditor<T> EditableObjectGrid.getObjectEditor()default ObjectEditor<T> LinkGrid.getObjectEditor()final ObjectEditor<T> ObjectBrowser.getObjectEditor()Retrieves the ObjectEditor instance.ObjectLinkField.getObjectEditor()final ObjectEditor<T> ObjectTree.getObjectEditor()ObjectListEditor.getObjectViewer()Get the viewer for this grid.final ObjectEditor<T> EditableObjectGrid.getRowEditor()final ObjectEditor<T> ObjectBrowser.getRowEditor()Retrieves the row editor for the current object type.Methods in com.storedobject.ui with parameters of type ObjectEditorModifier and TypeMethodDescriptionstatic PrintButtonPrintButton.create(ObjectEditor<?> objectEditor) Create a "print button" for object editor.voidObjectListEditor.setExternalEditor(ObjectEditor<T> editor) Set an external editor to edit objects of this list editor.<O extends StoredObject>
voidBaseObjectForest.setObjectEditor(Class<O> objectClass, ObjectEditor<O> editor) final voidDetailLinkGrid.setObjectEditor(ObjectEditor<T> editor) default voidLinkGrid.setObjectEditor(ObjectEditor<T> editor) voidObjectBrowser.setObjectEditor(ObjectEditor<T> editor) Sets the ObjectEditor for managing the editing process of the object.voidObjectLinkField.setObjectEditor(ObjectEditor<T> editor) voidObjectTree.setObjectEditor(ObjectEditor<T> editor) Method parameters in com.storedobject.ui with type arguments of type ObjectEditorModifier and TypeMethodDescriptionvoidObjectEditor.setDeleter(Function<ObjectEditor<T>, Boolean> deleter) Set a "deleter" that will be used for deleting the object.voidObjectEditor.setSaver(Function<ObjectEditor<T>, Boolean> saver) Set a "saver" that will be used for saving the object.Constructors in com.storedobject.ui with parameters of type ObjectEditorModifierConstructorDescriptionObjectEditorRefresher(ObjectEditor<?> editor) Constructor.ObjectFormField(ObjectEditor<T> formEditor) ObjectFormField(ObjectEditor<T> formEditor, ObjectField.Type formType) ObjectFormField(ObjectEditor<T> formEditor, HasContainer mergeTo) ObjectFormField(String label, ObjectEditor<T> formEditor) ObjectFormField(String label, ObjectEditor<T> formEditor, ObjectField.Type formType) ObjectFormField(String label, ObjectEditor<T> formEditor, HasContainer mergeTo) Constructor parameters in com.storedobject.ui with type arguments of type ObjectEditorModifierConstructorDescriptionObjectField(String label, Class<T> objectClass, String fieldName, BiFunction<String, Class<T>, ObjectEditor<T>> editorCreator, boolean any, ObjectField.Type type, boolean addAllowed) Constructor.ObjectFormField(String label, Class<T> objectClass, String fieldName, BiFunction<String, Class<T>, ObjectEditor<T>> editorCreator, ObjectField.Type formType) ObjectFormField(String label, Class<T> objectClass, String fieldName, BiFunction<String, Class<T>, ObjectEditor<T>> editorCreator, HasContainer mergeTo) ObjectViewerButton(com.vaadin.flow.component.Component icon, BiConsumer<ObjectEditor<T>, T> consumer) Creates a button with a specific icon and an action to be executed using anObjectEditorand an object of typeT.ObjectViewerButton(com.vaadin.flow.component.icon.VaadinIcon icon, BiConsumer<ObjectEditor<T>, T> consumer) Creates a button with an icon, designed to interact withObjectEditorfor objects of typeT.ObjectViewerButton(String text, com.vaadin.flow.component.Component icon, BiConsumer<ObjectEditor<T>, T> consumer) Creates a new ObjectViewerButton with the specified text, icon, and action.ObjectViewerButton(String text, com.vaadin.flow.component.icon.VaadinIcon icon, BiConsumer<ObjectEditor<T>, T> consumer) Creates a new ObjectViewerButton with specified text, icon, and consumer.ObjectViewerButton(String text, String icon, BiConsumer<ObjectEditor<T>, T> consumer) Constructs an ObjectViewerButton with a text label, an icon specified by a resource path, and a consumer action to be performed when the button is triggered.ObjectViewerButton(String text, BiConsumer<ObjectEditor<T>, T> consumer) Creates a button that performs a specific action involving anObjectEditorand an object of typeT. -
Uses of ObjectEditor in com.storedobject.ui.accounts
Subclasses of ObjectEditor in com.storedobject.ui.accountsModifier and TypeClassDescriptionclassAbstractInvoiceEditor<I extends Invoice>classBaseCustomerInvoiceEditor<I extends CustomerInvoice>classBaseSupplierInvoiceEditor<I extends SupplierInvoice>classclassclass -
Uses of ObjectEditor in com.storedobject.ui.common
Subclasses of ObjectEditor in com.storedobject.ui.commonModifier and TypeClassDescriptionclassAbstractTextContentEditor<T extends TextContent>classclassclassclassEntityRoleEditor<T extends EntityRole>An editor forEntityRolein which the fields of theEntityget merged seamlessly with the fields of theEntityRole.classclassclassclassprotected 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.classclassclassclassEditor forSystemUser.classclassMethods in com.storedobject.ui.common that return ObjectEditorModifier and TypeMethodDescriptionprotected ObjectEditor<SystemUser> RestrictedSystemUserBrowser.createObjectEditor() -
Uses of ObjectEditor in com.storedobject.ui.inventory
Subclasses of ObjectEditor in com.storedobject.ui.inventoryModifier and TypeClassDescriptionclassclassConsignmentEditor<C extends Consignment>classclassItemTypeEditor<T extends InventoryItemType>final classclassPOEditor<T extends InventoryPO>classPOItemEditor<T extends InventoryPOItem>Methods in com.storedobject.ui.inventory that return ObjectEditorModifier and TypeMethodDescriptionprotected ObjectEditor<MR> BaseRequestMaterial.createMREditor()protected ObjectEditor<MR> AbstractRequestMaterial.createObjectEditor()protected ObjectEditor<T> AbstractSendAndReceiveMaterial.createObjectEditor()protected final ObjectEditor<InventoryGRN> GRN.createObjectEditor()protected ObjectEditor<PackingUnit> PackingUnitBrowser.createObjectEditor() -
Uses of ObjectEditor in com.storedobject.ui.iot
Subclasses of ObjectEditor in com.storedobject.ui.iotMethods in com.storedobject.ui.iot that return ObjectEditorModifier and TypeMethodDescriptionprotected ObjectEditor<UnitDefinition> UnitDefinitionBrowser.createObjectEditor() -
Uses of ObjectEditor in com.storedobject.ui.tools
Subclasses of ObjectEditor in com.storedobject.ui.toolsModifier and TypeClassDescriptionclassclassclassclassPermissionEditor<T extends ObjectPermission>classclassReportEditor<T extends ReportDefinition>classclassclassclassMethods in com.storedobject.ui.tools that return ObjectEditorModifier and TypeMethodDescriptionprotected ObjectEditor<PseudoTran> ApproveTransaction.createObjectEditor()protected ObjectEditor<ServerInformation> CrossServerManager.createObjectEditor() -
Uses of ObjectEditor in com.storedobject.ui.util
Methods in com.storedobject.ui.util that return ObjectEditorModifier and TypeMethodDescriptionstatic <O extends StoredObject>
ObjectEditor<O> LogicParser.createInternalEditor(Class<O> objectClass, int actions, String title) LinkGridButtons.getObjectEditor()Methods in com.storedobject.ui.util with parameters of type ObjectEditorModifier and TypeMethodDescriptionstatic <T extends StoredObject>
voidLogicParser.checkOverride(ObjectEditor<T> editor) voidLinkGridButtons.setObjectEditor(ObjectEditor<T> editor)