Uses of Class
org.adempiere.webui.info.InfoWindow
-
Packages that use InfoWindow Package Description org.adempiere.webui.component org.adempiere.webui.factory org.adempiere.webui.info -
-
Uses of InfoWindow in org.adempiere.webui.component
Constructors in org.adempiere.webui.component with parameters of type InfoWindow Constructor Description WInfoWindowListItemRenderer(InfoWindow infoWindow)
WInfoWindowListItemRenderer(InfoWindow infoWindow, List<? extends String> columnNames)
-
Uses of InfoWindow in org.adempiere.webui.factory
Methods in org.adempiere.webui.factory that return InfoWindow Modifier and Type Method Description InfoWindow
DefaultInfoFactory. create(int AD_InfoWindow_ID)
InfoWindow
DefaultInfoFactory. create(int AD_InfoWindow_ID, String predefinedContextVariables)
InfoWindow
IInfoFactory. create(int AD_InfoWindow_ID)
default InfoWindow
IInfoFactory. create(int AD_InfoWindow_ID, String predefinedContextVariables)
static InfoWindow
InfoManager. create(int AD_InfoWindow_ID)
static InfoWindow
InfoManager. create(int AD_InfoWindow_ID, String predefinedContextVariables)
-
Uses of InfoWindow in org.adempiere.webui.info
Subclasses of InfoWindow in org.adempiere.webui.info Modifier and Type Class Description class
InfoAssetWindow
class
InfoAssignmentWindow
class
InfoBPartnerWindow
class
InfoInOutWindow
class
InfoInvoiceWindow
class
InfoOrderWindow
class
InfoPAttributeInstanceWindow
class
InfoPAttributeWindow
class
InfoPaymentWindow
class
InfoProductWindow
Constructors in org.adempiere.webui.info with parameters of type InfoWindow Constructor Description RelatedInfoWindow(EmbedWinInfo info, InfoWindow infoWindow, org.zkoss.zul.Paging embeddedPaging, String infoSqlCount, ColumnInfo[] layoutEmbedded, Map<String,WEditor> editorMap)
-