Uses of Class
org.adempiere.webui.adwindow.QuickGridView
Packages that use QuickGridView
Package
Description
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Provide implementation of iDempiere form.
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Provide implementation of various system dialog and windows
-
Uses of QuickGridView in org.adempiere.webui.adwindow
Fields in org.adempiere.webui.adwindow declared as QuickGridViewModifier and TypeFieldDescriptionprotected QuickGridView
AbstractADWindowContent.currQGV
Implementation to work key listener for the current open Quick Form.Methods in org.adempiere.webui.adwindow that return QuickGridViewModifier and TypeMethodDescriptionAbstractADWindowContent.getCurrQGV()
Get grid view for quick formMethods in org.adempiere.webui.adwindow with parameters of type QuickGridViewModifier and TypeMethodDescriptionvoid
AbstractADWindowContent.setCurrQGV
(QuickGridView currQGV) Set grid view for quick formvoid
QuickGridTabRowRenderer.setGridPanel
(QuickGridView gridPanel) SetQuickGridView
that own this renderer. -
Uses of QuickGridView in org.adempiere.webui.apps.form
Fields in org.adempiere.webui.apps.form declared as QuickGridView -
Uses of QuickGridView in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as QuickGridViewMethods in org.adempiere.webui.panel with parameters of type QuickGridViewModifier and TypeMethodDescriptionvoid
QuickCustomizeGridViewPanel.setGridPanel
(QuickGridView quickGridView) -
Uses of QuickGridView in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type QuickGridViewModifier and TypeMethodDescriptionstatic boolean
CustomizeGridViewDialog.showCustomize
(int WindowNo, int AD_Tab_ID, Map<Integer, String> columnsWidth, ArrayList<Integer> gridFieldIds, GridView gridPanel, QuickGridView quickGridView, boolean isQuickForm) Deprecated, for removal: This API element is subject to removal in a future version.static void
CustomizeGridViewDialog.showCustomize
(int WindowNo, int AD_Tab_ID, Map<Integer, String> columnsWidth, ArrayList<Integer> gridFieldIds, GridView gridPanel, QuickGridView quickGridView, boolean isQuickForm, Callback<Boolean> callback) Show customize grid view dialog