Interface IDtActionBarWithSelectionParameterization
- All Superinterfaces:
IDtActionBarParameterization,IParameterization
- All Known Implementing Classes:
DtActionBarWithSelectionParameterization
Parameterization for DT action bar components with selection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IDtActionBarWithSelectionParameterizationAction bar display parametrization.static final IDtActionBarWithSelectionParameterizationAction bar display parametrization with clear button.Fields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterization
MULTI_LINE_LAZY, MULTI_LINE_LIVE, MULTI_LINE_READONLY, SINGLE_LINE_LAZY, SINGLE_LINE_LIVE, SINGLE_LINE_READONLYFields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the component must have the "Clear" action.Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
-
Field Details
-
DISPLAY_BAR_PARAMETERIZATION
Action bar display parametrization. -
DISPLAY_BAR_PARAMETERIZATION_WITH_CLEAR
Action bar display parametrization with clear button.
-
-
Method Details
-
hasClearAction
boolean hasClearAction()Returnstrueif the component must have the "Clear" action.- Returns:
trueif the component must have the "Clear" action
-