Interface IFormTableNameValueModel
- All Superinterfaces:
IModel
,IModelApiAwareModel
,IValidable
,IValue<StringValue>
- All Known Implementing Classes:
BmFormTableNameValueModel
,FormTableNameValueGroupModel
The value model for form tables.
-
Method Summary
Modifier and TypeMethodDescriptionGets the list of table variants that belong to the form.Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.v8.dt.aef2.IModelApiAwareModel
getModelApi, setModelApi
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Method Details
-
getTableValues
Collection<StringValue> getTableValues()Gets the list of table variants that belong to the form.- Returns:
- list of table variants, never
null
-