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 for example by dynamic URL fields or calculated fields.
    • Field Detail

    • Method Detail

      • getCalcTemplate

        Calculable getCalcTemplate()
        Returns:
        the current template.
      • setCalcTemplate

        void setCalcTemplate​(Calculable template,
                             com.im.commons.progress.DFEnvironmentRW env)
        Set the new template.

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