Package org.compiere.grid
Class GridSynchronizer
- java.lang.Object
-
- org.compiere.grid.GridSynchronizer
-
- All Implemented Interfaces:
PropertyChangeListener,EventListener,StateChangeListener
public class GridSynchronizer extends Object implements PropertyChangeListener, StateChangeListener
- Author:
- Low Heng Sin
-
-
Constructor Summary
Constructors Constructor Description GridSynchronizer(GridWindow window, GridController parent, GridController child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateChild()trigger when parent gc activateGridControllergetChild()voidpropertyChange(PropertyChangeEvent evt)voidstateChange(StateChangeEvent event)
-
-
-
Constructor Detail
-
GridSynchronizer
public GridSynchronizer(GridWindow window, GridController parent, GridController child)
- Parameters:
window-parent-child-
-
-
Method Detail
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacePropertyChangeListener- Parameters:
evt-
-
stateChange
public void stateChange(StateChangeEvent event)
- Specified by:
stateChangein interfaceStateChangeListener- Parameters:
event-
-
activateChild
public void activateChild()
trigger when parent gc activate
-
getChild
public GridController getChild()
-
-