Package com.storedobject.vaadin
Interface HasContainer
- All Known Implementing Classes:
AbstractConsumptionSelector,AbstractDataEditor,AbstractDataForm,AbstractInvoiceEditor,AbstractTextContentEditor,AbstractUserForm,ActionForm,AddressForm,AEAddressForm,ApplicationFrame.EntitySelector,ApplicationManager,ApplicationModuleEditor,AssignStoresAndLocations,AuditTrail,AuthenticatorRegistration,BarcodeScanner,BaseCustomerInvoiceEditor,BaseSupplierInvoiceEditor,BlockSelector,BrowserDeviceLayoutEditor,CaptureSignature,ChangeFileFolderPassword,ChangeItemOwnership,ChangeObjectPassword,ChangePartNumber,ChangePassword,ChangeUOM,CodeShell,CommandSelector,ComputeConsumption,ComputeLandedCost,ComputeStockHistory,ConsignmentEditor,ControlScheduleEditor,CorrectUOM,CustomerInvoiceEditor,DataDownload,DataEditor,DataEditor,DataForm,DataPickup,DataTransfer,DataUpload,DefineReplacementItems,DeployFlutterApplication,DeveloperActivity,DownloadData,EditCost,EditPurchaseTax,EntityEditor,EntityRoleEditor,FlowDiagramEditor,GBAddressForm,GRNEditor,GroupPermissionEditor,HandleReturnedItems,INAddressForm,InformationMessage,Issue,ItemMovementReport,ItemTypeEditor,JavaClassEditor,JournalReport,JournalVoucherEditor,LicenseManagement,LockUser,MailForm,MailLog,ManageExternalUsers,ManageJobScheduler,ManageJWT,ManageMailSenders,ManageMailSenders.ManageGMailSenders,ManageTomcatApplication,MediaFileEditor,MemoSystem.MemoEditor,MemoTypeEditor,MessageEditor,MigrateItem,MigratePartNumber,MQTTDataView,MQTTEditor,MYAddressForm,Obfuscator,ObjectEditor,ObjectList,PackingUnitEditor,PermissionEditor,PersonRoleEditor,PKAddressForm,POCorrection,POEditor,POItemEditor,ProcessCheckList,ProcessingLanguageEditor,PurchaseReturn,Rebin,ReceiveMaterial,ReceiveReturnedItems,RecomputeConsumption,RecomputeStatistics,Remove,RemoveConsumption,ReportDefinitionEditor,ReportEditor,ResetPassword,SchedulerLogViewer,SelectData,SelectLocation,SelectStore,SendCommand,SerialConfiguratorEditor,SerialPatternEditor,SetMailSenderPassword,SetPasswordPolicy,SmoothenInvalidData,SMSLog,SMSMessageEditor,Statement,StockMovementReport,StockReport,SupplierInvoiceDetail,SupplierInvoiceEditor,SystemUserEditor,TableDefinitionEditor,TelegramLog,TelegramRegistration,TemplateDataForm,TemplateEditor,TextContentEditor,TransactionLog,TrialBalance,UnlockUser,UploadData,USAddressForm,UserLog,UserPermissionEditor,ViewCommandHistory,ViewConsumption,ViewData,XXAddressForm
public interface HasContainer
An interface to denote that the class contains a
HasComponents (component
container) embedded in it.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.HasComponentsGet the component container of this class.
-
Method Details
-
getContainer
com.vaadin.flow.component.HasComponents getContainer()Get the component container of this class.- Returns:
- Container.
-