Uses of Class
org.compiere.model.InfoColumnVO
Packages that use InfoColumnVO
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Custom Zk components for iDempiere
Implement info panel and info window
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 InfoColumnVO in org.adempiere.base
Methods in org.adempiere.base with parameters of type InfoColumnVOModifier and TypeMethodDescriptionboolean
DefaultLookupFactory.isLookup
(InfoColumnVO infoColumnVO) boolean
ILookupFactory.isLookup
(InfoColumnVO infoColumnVO) static boolean
LookupFactoryHelper.isLookup
(InfoColumnVO infoColumnVO) Check lookup from osgi factory -
Uses of InfoColumnVO in org.adempiere.webui.component
Methods in org.adempiere.webui.component with parameters of type InfoColumnVOModifier and TypeMethodDescriptionvoid
WInfoWindowListItemRenderer.setGridDisplaydInfoColumns
(InfoColumnVO[] infoColumns, ColumnInfo[] columnInfos) Set columns to display -
Uses of InfoColumnVO in org.adempiere.webui.info
Fields in org.adempiere.webui.info declared as InfoColumnVOMethods in org.adempiere.webui.info that return InfoColumnVOModifier and TypeMethodDescriptionprotected InfoColumnVO
InfoWindow.findInfoColumn
(GridField gridField) protected InfoColumnVO
InfoWindow.findInfoColumnParameter
(GridField gridField) Methods in org.adempiere.webui.info with parameters of type InfoColumnVOModifier and TypeMethodDescriptionprotected void
InfoWindow.addSelectionColumn
(InfoColumnVO infoColumn, GridField mField, GridField mField2) Add Selection Column to first Tabprotected ColumnInfo
InfoWindow.createLookupColumnInfo
(AccessSqlParser.TableInfo[] tableInfos, GridField gridField, InfoColumnVO infoColumn) protected GridField
InfoWindow.getGridField
(InfoColumnVO infoColumn) author xolali IDEMPIERE-1045 GridField getGridField(InfoColumnVO infoColumn)protected int
InfoWindow.setParameter
(WEditor editor, InfoColumnVO infoColumnVO, PreparedStatement pstmt, int parameterIndex) -
Uses of InfoColumnVO in org.compiere.model
Methods in org.compiere.model that return InfoColumnVOModifier and TypeMethodDescriptionInfoColumnVO.afterCreate()
User Customization Processingstatic InfoColumnVO[]
InfoColumnVO.create
(Properties ctx, MInfoColumn[] p_infoColumns) Create InfoColumnVO Array from MInfoColumn Array