Interface IComboSelectParameterization
- All Superinterfaces:
IParameterization
- All Known Subinterfaces:
IBooleanComboParameterization
,IEnumParameterization
,IEnumRadioGroupParameterization
- All Known Implementing Classes:
BooleanComboParameterization
,EnumParameterization
,EnumRadioGroupParameterization
,IComboSelectParameterization.ComboSelectParameterization
The parameterization for
AbstractDtComboSelectComponent
s.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
The implementation ofIComboSelectParameterization
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IComboSelectParameterization
The parameterization that specifies that clear action in the component should be turn on.static final IComboSelectParameterization
The default parameterization forAbstractDtComboSelectComponent
successors.static final IComboSelectParameterization
The parameterization that specifies that quick search in the component should be turn on without clear action.static final IComboSelectParameterization
The parameterization that specifies that quick search in the component should be turn on and clear action too.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.boolean
-
Field Details
-
CLEAR_ACTION_ALLOWED
The parameterization that specifies that clear action in the component should be turn on. -
QUICK_SEARCH_ALLOWED
The parameterization that specifies that quick search in the component should be turn on without clear action. -
QUICK_SEARCH_ALLOWED_AND_CLEAR_ACTION
The parameterization that specifies that quick search in the component should be turn on and clear action too. -
DEFAULT
The default parameterization forAbstractDtComboSelectComponent
successors.
-
-
Method Details
-
isQuickSearchAllowed
boolean isQuickSearchAllowed()- Returns:
true
if quick search should be allowed in the component.
-
hasClearAction
boolean hasClearAction()Returnstrue
if the component must have the "Clear" action.- Returns:
true
if the component must have the "Clear" action
-