Interface IEditableComboParameterization
- All Superinterfaces:
IParameterization
- All Known Implementing Classes:
EditableIntegerComboParameterization
,IEditableComboParameterization.EditableComboParameterization
The
IParameterization
for text of editable combo component.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IEditableComboParameterization
Parameterization for text of editable combo componentstatic final IEditableComboParameterization
Parameterization for read only text of editable combo componentFields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value indicating the text editor is readonly or not.
-
Field Details
-
READ_ONLY_PARAMETERIZATION
Parameterization for read only text of editable combo component -
EDITABLE_PARAMETERIZATION
Parameterization for text of editable combo component
-
-
Method Details
-
isReadOnly
boolean isReadOnly()Returns the value indicating the text editor is readonly or not.- Returns:
true
if the text editor is readonly,false
- otherwise.
-