Package org.brerp.sped.nfe.callout
Class CalloutSetNFMovement
java.lang.Object
org.brerp.sped.nfe.callout.CalloutSetNFMovement
- All Implemented Interfaces:
IColumnCallout
Marca se a Movimentação irá Gerar NF de Transferência
- Version:
- $Id: CalloutSetNFMovement.java, 18/09/2015 18:06:58 gabriels
- Author:
- gabriel.schneider (gabriel.schneider@devcoffee.com.br>, http://www.devcoffee.com.br)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CalloutSetNFMovement
public CalloutSetNFMovement()
-
-
Method Details
-
start
public String start(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value, Object oldValue) Description copied from interface:IColumnCallout
Start Callout.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!
- Specified by:
start
in interfaceIColumnCallout
- Parameters:
ctx
- ContextWindowNo
- current Window NomTab
- Tab modelmField
- Field modelvalue
- The new valueoldValue
- The old value- Returns:
- Error message or ""
-