Interface IEditableComboParameterization
-
- All Superinterfaces:
IParameterization
- All Known Implementing Classes:
IEditableComboParameterization.EditableComboParameterization
public interface IEditableComboParameterization extends IParameterization
TheIParameterizationfor text of editable combo component.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIEditableComboParameterization.EditableComboParameterizationIEditableComboParameterizationimplementation.
-
Field Summary
Fields Modifier and Type Field Description static IEditableComboParameterizationEDITABLE_PARAMETERIZATIONParameterization for text of editable combo componentstatic IEditableComboParameterizationREAD_ONLY_PARAMETERIZATIONParameterization 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 booleanisReadOnly()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
-
-