Class FieldReference


public class FieldReference extends Reference
This template is used for references to field elements.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • FieldReference

      protected FieldReference(com.aquima.interactions.foundation.report.IInitializationReport report, FieldTemplate field)
    • FieldReference

      protected FieldReference(com.aquima.interactions.foundation.report.IInitializationReport report, String name, FieldTemplate field)
  • Method Details

    • setIsRefreshField

      public void setIsRefreshField(boolean isRefresh)
      This method may be used to override the refresh setting of the reference.
      Parameters:
      isRefresh - Boolean indicating if the field should trigger a refresh event.
    • isRefresh

      protected boolean isRefresh()
    • getField

      public FieldTemplate getField()
      This method returns the field template that is referred to.
      Returns:
      the field template that is referred to.
    • setMask

      public void setMask(String maskCallName)
      This method may be used to override the mask call of the reference.
      Parameters:
      maskCallName - The mask call name.
    • toDataSource

      public com.aquima.interactions.composer.ds.IReferenceDS toDataSource()
      Description copied from class: Reference
      This method converts the reference template to a data source that can be used to initialize a reference.
      Overrides:
      toDataSource in class Reference
      Returns:
      a data source that can be used to initialize a reference.
    • getMaskCallName

      protected String getMaskCallName()