Uses of Class
org.compiere.model.MInfoColumn
-
Packages that use MInfoColumn Package Description org.adempiere.model org.adempiere.webui.panel org.compiere.minigrid org.compiere.model Provides for.... -
-
Uses of MInfoColumn in org.adempiere.model
Methods in org.adempiere.model that return MInfoColumn Modifier and Type Method Description MInfoColumnIInfoColumn. getAD_InfoColumn()Object MInfoColumnMInfoColumnMInfoProcess. getAD_InfoColumn()Just forward call to()MInfoColumnMInfoRelated. getAD_InfoColumn()Just forward call toX_AD_InfoRelated.getParentRelatedColumn()MInfoColumnMInfoRelated. getLinkInfoColumn() -
Uses of MInfoColumn in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as MInfoColumn Modifier and Type Field Description protected MInfoColumnInfoPanel. keyColumnOfViewMInfoColumn has isKey = true, play as key column in case non column has isKey = true, this column is null and we useInfoPanel.p_keyColumn -
Uses of MInfoColumn in org.compiere.minigrid
Methods in org.compiere.minigrid that return MInfoColumn Modifier and Type Method Description MInfoColumnEmbedWinInfo. getLinkColumn()Constructors in org.compiere.minigrid with parameters of type MInfoColumn Constructor Description EmbedWinInfo(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 MInfoColumn Modifier and Type Method Description MInfoColumnInfoColumnVO. getAD_InfoColumn()MInfoColumnInfoRelatedVO. getAD_InfoColumn()Just forward call toInfoRelatedVO.getParentRelatedColumn()MInfoColumnMInfoColumn. getAD_InfoColumn()MInfoColumn[]MInfoWindow. getInfoColumns()MInfoColumn[]MInfoWindow. getInfoColumns(boolean requery, boolean checkDisplay)MInfoColumn[]MInfoWindow. getInfoColumns(AccessSqlParser.TableInfo[] tableInfos)MInfoColumnInfoRelatedVO. getLinkInfoColumn()Methods in org.compiere.model with parameters of type MInfoColumn Modifier and Type Method Description static InfoColumnVO[]InfoColumnVO. create(Properties ctx, MInfoColumn[] p_infoColumns)Create InfoColumnVO Array from MInfoColumn ArrayConstructors in org.compiere.model with parameters of type MInfoColumn Constructor Description InfoColumnVO(Properties ctx, MInfoColumn infoColumn)Default ConstructorMInfoColumn(MInfoColumn copy)copy constructor
-