Interface ITableAutoFillColumnsService

  • All Known Implementing Classes:
    TableAutoFillColumnsService

    public interface ITableAutoFillColumnsService
    The service provides information about form table autofill.
    • Method Detail

      • isAutoFill

        boolean isAutoFill​(Form form,
                           AbstractDataPath path)
        Checks the needs to set autofill flag to table.
        Parameters:
        form - the form
        path - the data path
        Returns:
        autofill flag
      • isAutoFill

        boolean isAutoFill​(PropertyInfo source)
        Checks the needs to set autofill flag to table.
        Parameters:
        source - the source property info
        Returns:
        autofill flag