org.compiere.FA
Class CalloutFA
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.FA.CalloutFA
- All Implemented Interfaces:
- Callout
public class CalloutFA
- extends CalloutEngine
FA Callout.
- Version:
- $Id: CalloutFA.java,v 1.0 $
- Author:
- Rob Klein
|
Method Summary |
String |
Field_Clear(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
Field_Clear. |
String |
Table_Period(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
Table_Period. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalloutFA
public CalloutFA()
Table_Period
public String Table_Period(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
- Table_Period. Used to set the Manual Period Field. This allows
the Spread Field to be displayed when there is a code that
has been setup as Yearly.
The string in the Callout field is:
com.compiere.custom.CalloutEngine.Table_Period
- Parameters:
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new valueoldValue - The old value
- Returns:
- error message or "" if OK
Field_Clear
public String Field_Clear(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
- Field_Clear. Used to set the Manual Period Field. This allows
the Spread Field to be displayed when there is a code that
has been setup as Yearly.
The string in the Callout field is:
com.compiere.custom.CalloutEngine.Table_Period
- Parameters:
ctx - ContextWindowNo - current Window NomTab - Model TabmField - Model Fieldvalue - The new valueoldValue - The old value
- Returns:
- error message or "" if OK
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.