Package org.compiere.grid

Examples of org.compiere.grid.GridSynchronizer


              GridController parent = (GridController)includedMap.get(new Integer(gTab.getAD_Tab_ID()));
              if (parent != null)
              {
                // FR [ 1757088 ]
                gc.removeDataStatusListener(this);
                GridSynchronizer synchronizer = new GridSynchronizer(mWindow, parent, gc);
                if (parent == m_curGC)
                  synchronizer.activateChild();
                included = parent.includeTab(gc,this,synchronizer);               
              }
            }
            initSwitchLineAction();
          //  normal tab
View Full Code Here

TOP

Related Classes of org.compiere.grid.GridSynchronizer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.