Package org.adempiere.webui
Class WZoomAcross
java.lang.Object
org.adempiere.webui.WZoomAcross
Handle Zoom Across button action.
- 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
ConstructorDescriptionWZoomAcross
(org.zkoss.zk.ui.Component invoker, String tableName, int windowID, MQuery query) ConstructorWZoomAcross
(org.zkoss.zk.ui.Component invoker, PO po, int windowID) show zoom across popup menu -
Method Summary
-
Constructor Details
-
WZoomAcross
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
show zoom across popup menu- Parameters:
invoker
-po
-windowID
-
-