Uses of Class
org.adempiere.webui.adwindow.QuickGridView
-
Packages that use QuickGridView Package Description org.adempiere.webui.adwindow org.adempiere.webui.panel org.adempiere.webui.window -
-
Uses of QuickGridView in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow that return QuickGridView Modifier and Type Method Description QuickGridView
AbstractADWindowContent. getCurrQGV()
Methods in org.adempiere.webui.adwindow with parameters of type QuickGridView Modifier and Type Method Description void
AbstractADWindowContent. setCurrQGV(QuickGridView currQGV)
void
QuickGridTabRowRenderer. setGridPanel(QuickGridView gridPanel)
-
Uses of QuickGridView in org.adempiere.webui.panel
Methods in org.adempiere.webui.panel with parameters of type QuickGridView Modifier and Type Method Description void
QuickCustomizeGridViewPanel. setGridPanel(QuickGridView quickGridView)
-
Uses of QuickGridView in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type QuickGridView Modifier and Type Method Description static boolean
CustomizeGridViewDialog. showCustomize(int WindowNo, int AD_Tab_ID, Map<Integer,String> columnsWidth, ArrayList<Integer> gridFieldIds, GridView gridPanel, QuickGridView quickGridView, boolean isQuickForm)
Show User customize (modal)
-