Uses of Class
org.compiere.model.MViewComponent
-
Packages that use MViewComponent Package Description org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level. -
-
Uses of MViewComponent in org.compiere.model
Methods in org.compiere.model that return MViewComponent Modifier and Type Method Description MViewComponent[]
MTable. getViewComponent(boolean reload)
Get view componentsMViewComponent
MViewComponent. markImmutable()
Constructors in org.compiere.model with parameters of type MViewComponent Constructor Description MViewColumn(MViewComponent parent)
Parent constructorMViewComponent(Properties ctx, MViewComponent copy)
MViewComponent(Properties ctx, MViewComponent copy, String trxName)
MViewComponent(MViewComponent copy)
-
Uses of MViewComponent in org.compiere.process
Methods in org.compiere.process with parameters of type MViewComponent Modifier and Type Method Description void
CopyComponentsFromView. copyViewColumns(MViewComponent sourceComponent, MViewComponent targetComponent)
Copy view columns from one component to another
-