Package com.storedobject.vaadin
Interface HasContainer
- All Known Implementing Classes:
AbstractConsumptionSelector
,AbstractDataEditor
,AbstractDataForm
,AbstractInvoiceEditor
,AbstractTextContentEditor
,AbstractUserForm
,ActionForm
,AddressForm
,AEAddressForm
,ApplicationFrame.EntitySelector
,ApplicationModuleEditor
,AssignStoresAndLocations
,AuditTrail
,AuthenticatorRegistration
,BarcodeScanner
,BaseCustomerInvoiceEditor
,BaseSupplierInvoiceEditor
,BlockSelector
,BrowserDeviceLayoutEditor
,CaptureSignature
,ChangeFileFolderPassword
,ChangeItemOwnership
,ChangeObjectPassword
,ChangePartNumber
,ChangePassword
,ChangeUOM
,CodeShell
,CommandSelector
,ComputeConsumption
,ComputeLandedCost
,ConsumptionReturn
,ControlScheduleEditor
,CorrectUOM
,CustomerInvoiceEditor
,DataDownload
,DataEditor
,DataEditor
,DataForm
,DataPickup
,DataTransfer
,DataUpload
,DeployFlutterApplication
,DeveloperActivity
,DownloadData
,EditCost
,EditPurchaseTax
,EntityEditor
,EntityRoleEditor
,FlowDiagramEditor
,GBAddressForm
,GRNEditor
,GroupPermissionEditor
,INAddressForm
,InformationMessage
,Issue
,ItemMovementReport
,ItemTypeEditor
,JavaClassEditor
,JournalReport
,JournalVoucherEditor
,LicenseManagement
,LockUser
,MailForm
,MailLog
,ManageApplication
,ManageExternalUsers
,ManageJobScheduler
,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
,SMSLog
,SMSMessageEditor
,Statement
,StockMovementReport
,StockReport
,SupplierInvoiceDetail
,SupplierInvoiceEditor
,SystemUserEditor
,TableDefinitionEditor
,TelegramLog
,TelegramRegistration
,TemplateDataForm
,TextContentEditor
,TransactionLog
,TrialBalance
,UnlockUser
,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.HasComponents
Get the component container of this class.
-
Method Details
-
getContainer
com.vaadin.flow.component.HasComponents getContainer()Get the component container of this class.- Returns:
- Container.
-