Interface IEditableComboParameterization
-
- All Superinterfaces:
IParameterization
- All Known Implementing Classes:
IEditableComboParameterization.EditableComboParameterization
public interface IEditableComboParameterization extends IParameterization
TheIParameterization
for text of editable combo component.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IEditableComboParameterization.EditableComboParameterization
IEditableComboParameterization
implementation.
-
Field Summary
Fields Modifier and Type Field Description static IEditableComboParameterization
EDITABLE_PARAMETERIZATION
Parameterization for text of editable combo componentstatic IEditableComboParameterization
READ_ONLY_PARAMETERIZATION
Parameterization for read only text of editable combo component-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isReadOnly()
Returns the value indicating the text editor is readonly or not.
-
-
-
Field Detail
-
READ_ONLY_PARAMETERIZATION
static final IEditableComboParameterization READ_ONLY_PARAMETERIZATION
Parameterization for read only text of editable combo component
-
EDITABLE_PARAMETERIZATION
static final IEditableComboParameterization EDITABLE_PARAMETERIZATION
Parameterization for text of editable combo component
-
-