Package org.adempiere.webui.apps.form
Class WCreateFromPackageShipmentUI
java.lang.Object
org.compiere.grid.CreateFrom
org.compiere.grid.CreateFromPackageShipment
org.adempiere.webui.apps.form.WCreateFromPackageShipmentUI
- All Implemented Interfaces:
ICreateFrom
Form to create shipment package lines (M_PackageLine) from shipment lines (through M_PackageMPS).
- Author:
- Elaine
-
Field Summary
Fields inherited from class org.compiere.grid.CreateFrom
isSOTrx, log, m_rma, p_order -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose dialogprotected booleandynInit()Load shipments linesprotected voidloadTableOIS(Vector<?> data) load data into list boxvoidshow dialogMethods inherited from class org.compiere.grid.CreateFromPackageShipment
configureMiniTable, getOISColumnNames, getShipmentData, info, saveMethods inherited from class org.compiere.grid.CreateFrom
getGridTab, getM_Warehouse_ID, getOrderData, getOrderData, getTitle, getTrxName, isInitOK, loadOrderData, loadOrderData, setInitOK, setTitle, setTrxName
-
Constructor Details
-
WCreateFromPackageShipmentUI
- Parameters:
mTab-
-
-
Method Details
-
dynInit
Load shipments lines- Overrides:
dynInitin classCreateFromPackageShipment- Returns:
- true if initialization success
- Throws:
Exception
-
loadTableOIS
load data into list box- Parameters:
data-
-
showWindow
public void showWindow()Description copied from interface:ICreateFromshow dialog- Specified by:
showWindowin interfaceICreateFrom- Overrides:
showWindowin classCreateFrom
-
closeWindow
public void closeWindow()Description copied from interface:ICreateFromclose dialog- Specified by:
closeWindowin interfaceICreateFrom- Overrides:
closeWindowin classCreateFrom
-
getWindow
- Returns:
- dialog object
-