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 IDtActionBarWithSelectionParameterization
Action bar display parametrization.static final IDtActionBarWithSelectionParameterization
Action 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_READONLY
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if 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()Returnstrue
if the component must have the "Clear" action.- Returns:
true
if the component must have the "Clear" action
-