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.DecorateInfoTab.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 MInfoWindowInfoPanel. infoWindow -
Uses of MInfoWindow in org.compiere.minigrid
Methods in org.compiere.minigrid that return MInfoWindow Modifier and Type Method Description MInfoWindowEmbedWinInfo. 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 MInfoWindowMInfoWindow. get(int infoWindowID, String trxName)static MInfoWindowMInfoWindow. get(String tableName, String trxName)static MInfoWindowMInfoWindow. getInfoWindow(int AD_InfoWindow_ID)author xolaliMInfoWindowMInfoColumn. getParent()Get ParentMInfoWindowMInfoWindow. 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
-