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 TypeMethodDescriptionbooleanDefaultLookupFactory.isLookup(InfoColumnVO infoColumnVO) booleanILookupFactory.isLookup(InfoColumnVO infoColumnVO) static booleanLookupFactoryHelper.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 TypeMethodDescriptionvoidWInfoWindowListItemRenderer.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 InfoColumnVOInfoWindow.findInfoColumn(GridField gridField) protected InfoColumnVOInfoWindow.findInfoColumnParameter(GridField gridField) Methods in org.adempiere.webui.info with parameters of type InfoColumnVOModifier and TypeMethodDescriptionprotected voidInfoWindow.addSelectionColumn(InfoColumnVO infoColumn, GridField mField, GridField mField2) Add Selection Column to first Tabprotected ColumnInfoInfoWindow.createLookupColumnInfo(AccessSqlParser.TableInfo[] tableInfos, GridField gridField, InfoColumnVO infoColumn) protected GridFieldInfoWindow.getGridField(InfoColumnVO infoColumn) author xolali IDEMPIERE-1045 GridField getGridField(InfoColumnVO infoColumn)protected intInfoWindow.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