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 MInfoColumn
IInfoColumn. getAD_InfoColumn()
Object MInfoColumnMInfoColumn
MInfoProcess. getAD_InfoColumn()
Just forward call to()
MInfoColumn
MInfoRelated. getAD_InfoColumn()
Just forward call toX_AD_InfoRelated.getParentRelatedColumn()
MInfoColumn
MInfoRelated. getLinkInfoColumn()
-
Uses of MInfoColumn in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as MInfoColumn Modifier and Type Field Description protected MInfoColumn
InfoPanel. keyColumnOfView
MInfoColumn 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 MInfoColumn
EmbedWinInfo. 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 MInfoColumn
InfoColumnVO. getAD_InfoColumn()
MInfoColumn
InfoRelatedVO. getAD_InfoColumn()
Just forward call toInfoRelatedVO.getParentRelatedColumn()
MInfoColumn
MInfoColumn. getAD_InfoColumn()
MInfoColumn[]
MInfoWindow. getInfoColumns()
MInfoColumn[]
MInfoWindow. getInfoColumns(boolean requery, boolean checkDisplay)
MInfoColumn[]
MInfoWindow. getInfoColumns(AccessSqlParser.TableInfo[] tableInfos)
MInfoColumn
InfoRelatedVO. 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
-