Interface IFormTableNameValueModel

All Superinterfaces:
IModel, IModelApiAwareModel, IValidable, IValue<StringValue>
All Known Implementing Classes:
BmFormTableNameValueModel, FormTableNameValueGroupModel

public interface IFormTableNameValueModel extends IValue<StringValue>, IModelApiAwareModel
The value model for form tables.
  • Method Details

    • getTableValues

      Collection<StringValue> getTableValues()
      Gets the list of table variants that belong to the form.
      Returns:
      list of table variants, never null