|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Callout
Callout Interface for Callout. Used in MTab and ImpFormatRow
| Method Summary | |
|---|---|
String |
convert(String method,
String value)
Conversion Rules. |
String |
start(Properties ctx,
String method,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
Start Callout. |
| Method Detail |
|---|
String start(Properties ctx,
String method,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
Callout's are used for cross field validation and setting values in other fields when returning a non empty (error message) string, an exception is raised
When invoked, the Tab model has the new value!
ctx - Contextmethod - Method nameWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new valueoldValue - The old value
String convert(String method,
String value)
method - in notation User_Functionvalue - the value
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||