Package org.adempiere.webui
Class WZoomAcross
- java.lang.Object
-
- org.adempiere.webui.WZoomAcross
-
public class WZoomAcross extends Object
Application Zoom Across Launcher. Called from APanel; Queries available Zoom Targets for Table.- Version:
- $Id: AZoomAcross.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $
- Author:
- Jorg Janke, Teo Sarca, SC ARHIPAC SERVICE SRL - FR [ 1762465 ] ZK Port, Low Heng Sin, Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes
-
-
Constructor Summary
Constructors Constructor Description WZoomAcross(org.zkoss.zk.ui.Component invoker, String tableName, int windowID, MQuery query)
ConstructorWZoomAcross(org.zkoss.zk.ui.Component invoker, PO po, int windowID)
-
-
-
Constructor Detail
-
WZoomAcross
public WZoomAcross(org.zkoss.zk.ui.Component invoker, String tableName, int windowID, MQuery query)
Constructor- Parameters:
invoker
- component to display popup (optional)tableName
- zoom source table (i.e. the table we start from)query
- query that specifies the zoom source PO (i.e. the PO we start from)
-
WZoomAcross
public WZoomAcross(org.zkoss.zk.ui.Component invoker, PO po, int windowID)
-
-