Uses of Class
org.compiere.model.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
WInfoWindowListItemRenderer.setGridDisplaydInfoColumns
(InfoColumnVO[] infoColumns, ColumnInfo[] columnInfos) Set columns to display -
Uses of InfoColumnVO in org.adempiere.webui.info
Modifier and TypeMethodDescriptionprotected InfoColumnVO
InfoWindow.findInfoColumn
(GridField gridField) protected InfoColumnVO
InfoWindow.findInfoColumnParameter
(GridField gridField) Modifier 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
Modifier and TypeMethodDescriptionInfoColumnVO.afterCreate()
User Customization Processingstatic InfoColumnVO[]
InfoColumnVO.create
(Properties ctx, MInfoColumn[] p_infoColumns) Create InfoColumnVO Array from MInfoColumn Array