com.im.df.api 5.9

com.im.df.api.capabilities
Interface DFFieldCalcCapability

All Superinterfaces:
DFCapability
All Known Subinterfaces:
DFFieldCalculatedCapability

public interface DFFieldCalcCapability
extends DFCapability

DFField containing this capability is declaring its data are of calculated type. This field type is used by dynamic URL fields.


Field Summary
static String PROP_CALC_TEMPLATE
           
 
Method Summary
 Calculable getCalcTemplate()
          Get the current formula.
 void setCalcTemplate(Calculable Template, DFEnvironmentRW env)
          Set the new formula.
 

Field Detail

PROP_CALC_TEMPLATE

static final String PROP_CALC_TEMPLATE
See Also:
Constant Field Values
Method Detail

getCalcTemplate

Calculable getCalcTemplate()
Get the current formula.


setCalcTemplate

void setCalcTemplate(Calculable Template,
                     DFEnvironmentRW env)
Set the new formula.

This operation runs under DDL lock as other DFCapabilities methods and can be cancelled through the environment.


com.im.df.api 5.9