Uses of Class
org.adempiere.webui.adwindow.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
Modifier and TypeFieldDescriptionprotected QuickGridView
AbstractADWindowContent.currQGV
Implementation to work key listener for the current open Quick Form.Modifier and TypeMethodDescriptionAbstractADWindowContent.getCurrQGV()
Get grid view for quick formModifier 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
-
Uses of QuickGridView in org.adempiere.webui.panel
Modifier and TypeMethodDescriptionvoid
QuickCustomizeGridViewPanel.setGridPanel
(QuickGridView quickGridView) -
Uses of QuickGridView in org.adempiere.webui.window
Modifier 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