Package org.compiere.grid
Interface ICreateFrom
-
- All Known Implementing Classes:
CreateFrom,CreateFromBatch,CreateFromDepositBatch,CreateFromInvoice,CreateFromPackageShipment,CreateFromRMA,CreateFromShipment,CreateFromStatement,WCreateFromDepositBatchUI,WCreateFromInvoiceUI,WCreateFromPackageShipmentUI,WCreateFromRMAUI,WCreateFromShipmentUI,WCreateFromStatementUI
public interface ICreateFrom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseWindow()ObjectgetWindow()booleanisInitOK()voidshowWindow()
-
-
-
Method Detail
-
isInitOK
boolean isInitOK()
-
showWindow
void showWindow()
-
closeWindow
void closeWindow()
-
getWindow
Object getWindow()
-
-