Uses of Class
org.compiere.model.MInfoWindow
-
Packages that use MInfoWindow Package Description org.adempiere.webui.component org.adempiere.webui.info org.adempiere.webui.panel org.compiere.minigrid org.compiere.model Provides for.... -
-
Uses of MInfoWindow in org.adempiere.webui.component
Methods in org.adempiere.webui.component with parameters of type MInfoWindow Modifier and Type Method Description static Tab.DecorateInfo
Tab.DecorateInfo. get(MInfoWindow mInfo)
-
Uses of MInfoWindow in org.adempiere.webui.info
Methods in org.adempiere.webui.info with parameters of type MInfoWindow Modifier and Type Method Description ArrayList<ColumnInfo>
InfoWindow. getInfoColumnslayout(MInfoWindow info)
author xolali IDEMPIERE-1045 getInfoColumnslayout(MInfoWindow info) -
Uses of MInfoWindow in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as MInfoWindow Modifier and Type Field Description protected MInfoWindow
InfoPanel. infoWindow
-
Uses of MInfoWindow in org.compiere.minigrid
Methods in org.compiere.minigrid that return MInfoWindow Modifier and Type Method Description MInfoWindow
EmbedWinInfo. getInfowin()
Constructors in org.compiere.minigrid with parameters of type MInfoWindow Constructor Description EmbedWinInfo(MInfoWindow iw, IMiniTable mt, String isql, String linkName, MInfoColumn linkColumn, int parentLinkColumnID)
-
Uses of MInfoWindow in org.compiere.model
Methods in org.compiere.model that return MInfoWindow Modifier and Type Method Description static MInfoWindow
MInfoWindow. get(int infoWindowID, String trxName)
static MInfoWindow
MInfoWindow. get(String tableName, String trxName)
static MInfoWindow
MInfoWindow. getInfoWindow(int AD_InfoWindow_ID)
author xolaliMInfoWindow
MInfoColumn. getParent()
Get ParentMInfoWindow
MInfoWindow. markImmutable()
Constructors in org.compiere.model with parameters of type MInfoWindow Constructor Description MInfoColumn(MInfoWindow targetInfoWindow)
MInfoWindow(MInfoWindow copy)
Copy constructorMInfoWindow(MInfoWindow copy, String trxName)
Copy constructorMInfoWindowAccess(MInfoWindow parent, int AD_Role_ID)
Parent Constructor
-