Uses of Class
org.compiere.grid.GridController
-
Packages that use GridController Package Description org.compiere.apps Package org.compiere.appsorg.compiere.grid Package org.compiere.grid -
-
Uses of GridController in org.compiere.apps
Constructors in org.compiere.apps with parameters of type GridController Constructor Description APanel(GridController gc, int windowNo)Constructs a new instance.TabSwitcher(GridController g, APanel p) -
Uses of GridController in org.compiere.grid
Methods in org.compiere.grid that return GridController Modifier and Type Method Description GridControllerGridController. findChild(GridTab gTab)GridControllerGridSynchronizer. getChild()GridControllerGridController. getGCParent()Methods in org.compiere.grid with parameters of type GridController Modifier and Type Method Description booleanGridController. includeTab(GridController gc, APanel aPanel, GridSynchronizer sync)Include TabvoidVPanel. includeTab(GridController detail)voidGridController. refreshMTab(GridController includedTab)voidGridController. setGCParent(GridController gc)Constructors in org.compiere.grid with parameters of type GridController Constructor Description GridSynchronizer(GridWindow window, GridController parent, GridController child)
-