Uses of Class
org.adempiere.webui.panel.InfoPanel
Packages that use InfoPanel
Package
Description
Provide interface and classes for implementation of iDempiere desktop
Implement field editors
Provide factory implementation for various UI objects
Implement info panel and info window
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
-
Uses of InfoPanel in org.adempiere.webui.desktop
Methods in org.adempiere.webui.desktop with parameters of type InfoPanelModifier and TypeMethodDescriptionvoidDefaultDesktop.updateHelpContext(String ctxType, int recordId, InfoPanel infoPanel) voidIDesktop.updateHelpContext(String ctxType, int infoWindowId, InfoPanel infoPanel) Update help content in help/info panelvoidDefaultDesktop.updateHelpQuickInfo(InfoPanel infoPanel) voidIDesktop.updateHelpQuickInfo(InfoPanel infoPanel) Update quick info (status line) in help/info panel -
Uses of InfoPanel in org.adempiere.webui.editor
Fields in org.adempiere.webui.editor declared as InfoPanelMethods in org.adempiere.webui.editor with parameters of type InfoPanelModifier and TypeMethodDescriptionprotected voidWChosenboxSearchEditor.showInfoPanel(InfoPanel ip) OpenInfoPanelvoidWSearchEditor.showInfoPanel(InfoPanel ip) Open InfoPanel/InfoWindow dialog -
Uses of InfoPanel in org.adempiere.webui.factory
Methods in org.adempiere.webui.factory that return InfoPanelModifier and TypeMethodDescriptionDefaultInfoFactory.create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup) DefaultInfoFactory.create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, String predefinedContextVariables, GridField field) DefaultInfoFactory.create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, GridField field) DefaultInfoFactory.create(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID) IInfoFactory.create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup) Create info panel or info windowIInfoFactory.create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, GridField field) Create info panel or info windowIInfoFactory.create(Lookup lookup, GridField field, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID) Create info panel or info windowstatic InfoPanelInfoManager.create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, boolean lookup) Create info panel or info windowstatic InfoPanelInfoManager.create(Function<IInfoFactory, InfoPanel> funcGetInfoFromService) static InfoPanelInfoManager.create(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause) Create info panel or info windowMethod parameters in org.adempiere.webui.factory with type arguments of type InfoPanelModifier and TypeMethodDescriptionstatic InfoPanelInfoManager.create(Function<IInfoFactory, InfoPanel> funcGetInfoFromService) -
Uses of InfoPanel in org.adempiere.webui.info
Subclasses of InfoPanel in org.adempiere.webui.infoModifier and TypeClassDescriptionclassInfo window for A_AssetclassInfo window for S_ResourceAssignmentclassInfo window for C_BPartnerclassInfo window for M_InOutclassInfo window for C_InvoiceclassInfo window for C_OrderclassDeprecated.not useclassDeprecated.not useclassInfo window for C_PaymentclassInfo window for M_ProductclassAD_InfoWindow implementation -
Uses of InfoPanel in org.adempiere.webui.panel
Subclasses of InfoPanel in org.adempiere.webui.panelModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classZk PortclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Methods in org.adempiere.webui.panel that return InfoPanel