Uses of Class
org.compiere.model.MInfoColumn
Packages that use MInfoColumn
Package
Description
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Interface and model for list view
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MInfoColumn in org.adempiere.model
Methods in org.adempiere.model that return MInfoColumnModifier and TypeMethodDescriptionIInfoColumn.getAD_InfoColumn()
Get MInfoColumn instanceMInfoProcess.getAD_InfoColumn()
Just forward call to()
MInfoRelated.getAD_InfoColumn()
Just forward call toX_AD_InfoRelated.getParentRelatedColumn()
MInfoRelated.getLinkInfoColumn()
-
Uses of MInfoColumn in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as MInfoColumnModifier and TypeFieldDescriptionprotected MInfoColumn
InfoPanel.keyColumnOfView
MInfoColumn with isKey = true. -
Uses of MInfoColumn in org.compiere.minigrid
Methods in org.compiere.minigrid that return MInfoColumnConstructors in org.compiere.minigrid with parameters of type MInfoColumnModifierConstructorDescriptionEmbedWinInfo
(MInfoWindow iw, IMiniTable mt, String isql, String linkName, MInfoColumn linkColumn, int parentLinkColumnID) -
Uses of MInfoColumn in org.compiere.model
Methods in org.compiere.model that return MInfoColumnModifier and TypeMethodDescriptionInfoColumnVO.getAD_InfoColumn()
InfoRelatedVO.getAD_InfoColumn()
Just forward call toInfoRelatedVO.getParentRelatedColumn()
MInfoColumn.getAD_InfoColumn()
MInfoWindow.getInfoColumns()
MInfoWindow.getInfoColumns
(boolean requery, boolean checkDisplay) MInfoWindow.getInfoColumns
(AccessSqlParser.TableInfo[] tableInfos) InfoRelatedVO.getLinkInfoColumn()
Methods in org.compiere.model with parameters of type MInfoColumnModifier and TypeMethodDescriptionstatic InfoColumnVO[]
InfoColumnVO.create
(Properties ctx, MInfoColumn[] p_infoColumns) Create InfoColumnVO Array from MInfoColumn ArrayConstructors in org.compiere.model with parameters of type MInfoColumnModifierConstructorDescriptionInfoColumnVO
(Properties ctx, MInfoColumn infoColumn) Default ConstructorMInfoColumn
(MInfoColumn copy) copy constructor