Uses of Class
com.storedobject.vaadin.DataGrid
Packages that use DataGrid
Package
Description
-
Uses of DataGrid in com.storedobject.ui
Subclasses of DataGrid in com.storedobject.uiModifier and TypeClassDescriptionclass
An editable grid.class
AbstractLinkGrid<T extends StoredObject>
class
ActionGrid<T>
A grid to be shown in a window with "Yes/No" buttons and an action is carried out if the "Yes" button is pressed.class
DataGrid<T>
class
DetailLinkGrid<T extends StoredObject>
class
EditableGrid<T>
An editable grid that can be used to edit a list of objects of any type.class
EditableObjectGrid<T extends StoredObject>
An editable grid of objects.class
class
class
ListEditor<T>
This class can be used to edit a list of any kind of Object instances.class
MessageGrid<T extends StoredObject>
A grid to be shown in a window with an "Ok" button and it will be closed when the button is pressed.class
ObjectBrowser<T extends StoredObject>
class
ObjectBrowserEditor<T extends StoredObject>
class
ObjectBrowserViewer<T extends StoredObject>
class
ObjectComparisonGrid<T extends StoredObject>
class
ObjectGrid<T extends StoredObject>
class
ObjectHistoryGrid<T extends StoredObject>
class
ObjectListEditor<T extends StoredObject>
This class can be used to edit a list ofStoredObject
s.class
ObjectListGrid<T extends StoredObject>
Grid that can be used show a list ofStoredObject
instances.class
ObjectMemoryGrid<T extends StoredObject>
Grid that can be used show a list ofStoredObject
instances.class
ObjectSearchBrowser<T extends StoredObject>
A grid-view that is typically used for searching and setting a particular instance of aStoredObject
.class
class
ReferenceLinkGrid<T extends StoredObject>
class
ViewGrid<T>
class
XGrid<X extends XGrid.XData>
class
-
Uses of DataGrid in com.storedobject.ui.accounts
Subclasses of DataGrid in com.storedobject.ui.accountsModifier and TypeClassDescriptionclass
AbstractInvoiceBrowser<I extends Invoice>
class
BaseCustomerInvoiceBrowser<I extends CustomerInvoice>
class
BaseSupplierInvoiceBrowser<I extends SupplierInvoice>
class
class
class
class
class
-
Uses of DataGrid in com.storedobject.ui.common
Subclasses of DataGrid in com.storedobject.ui.commonModifier and TypeClassDescriptionclass
class
class
class
-
Uses of DataGrid in com.storedobject.ui.inventory
Subclasses of DataGrid in com.storedobject.ui.inventoryModifier and TypeClassDescriptionclass
class
class
AbstractRequestMaterial<MR extends MaterialRequest,
MRI extends MaterialRequestItem> class
AbstractReturnMaterial<M extends MaterialReturned,
L extends MaterialReturnedItem> class
AbstractSale<S extends InventorySale,
SI extends InventorySaleItem> class
AbstractSendAndReceiveMaterial<T extends InventoryTransfer,
L extends InventoryTransferItem> class
BaseProcessMaterialRequest<MR extends MaterialRequest,
MRI extends MaterialRequestItem> class
BaseReceiveMaterialRequested<MR extends MaterialRequest,
MRI extends MaterialRequestItem> class
BaseRequestMaterial<MR extends MaterialRequest,
MRI extends MaterialRequestItem> class
GRN - Create, edit and process GRNs.class
class
ItemsSentForRepair<I extends InventoryItem>
class
For locating stocks of a given "Part Number" and its APNs.class
LocationMonitoring<I extends InventoryItem,
L extends InventoryLocation> class
Select stock multiple entries from a list of given stock items.class
class
POBrowser<T extends InventoryPO>
class
POItemBrowser<T extends InventoryPOItem>
class
class
class
final class
final class
class
class
class
ReturnMaterial<M extends MaterialReturned,
L extends MaterialReturnedItem> final class
class
class
Select stock entry from a list of given stock items.final class
class
ToolMonitoring<I extends InventoryItem>
final class
Constructors in com.storedobject.ui.inventory with parameters of type DataGridModifierConstructorDescriptionItemContextMenu
(DataGrid<T> itemGrid) ItemContextMenu
(DataGrid<T> itemGrid, boolean canInspect, boolean allowBreaking, boolean allowEditCost) ItemContextMenu
(DataGrid<T> itemGrid, boolean canInspect, boolean allowBreaking, boolean allowEditCost, Runnable refresher) ItemContextMenu
(DataGrid<T> itemGrid, Runnable refresher) ItemTypeContextMenu
(DataGrid<T> itemTypeGrid) -
Uses of DataGrid in com.storedobject.ui.iot
Subclasses of DataGrid in com.storedobject.ui.iotModifier and TypeClassDescriptionclass
class
class
-
Uses of DataGrid in com.storedobject.ui.support
Subclasses of DataGrid in com.storedobject.ui.support -
Uses of DataGrid in com.storedobject.ui.tools
Subclasses of DataGrid in com.storedobject.ui.toolsModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of DataGrid in com.storedobject.vaadin
Subclasses of DataGrid in com.storedobject.vaadinModifier and TypeClassDescriptionclass
ListGrid<T>
A grid that implements aList
data model.class
A grid to be shown in a window with "Proceed/Cancel" buttons to select multiple entries.class
SelectGrid<T>
A grid to be shown in a window with "Proceed/Cancel" buttons to select an entry.class
ViewGrid<T>
A grid to be shown in a window with an "Exit" button for viewing the rows of the grid.