Interface IComboSelectParameterization
- All Superinterfaces:
IParameterization
- All Known Subinterfaces:
IBooleanComboParameterization,IEnumParameterization,IEnumRadioGroupParameterization
- All Known Implementing Classes:
BooleanComboParameterization,EnumParameterization,EnumRadioGroupParameterization,IComboSelectParameterization.ComboSelectParameterization
The parameterization for
AbstractDtComboSelectComponents.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThe implementation ofIComboSelectParameterization. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IComboSelectParameterizationThe parameterization that specifies that clear action in the component should be turn on.static final IComboSelectParameterizationThe default parameterization forAbstractDtComboSelectComponentsuccessors.static final IComboSelectParameterizationThe parameterization that specifies that quick search in the component should be turn on without clear action.static final IComboSelectParameterizationThe 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 TypeMethodDescriptionbooleanReturnstrueif 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 forAbstractDtComboSelectComponentsuccessors.
-
-
Method Details
-
isQuickSearchAllowed
boolean isQuickSearchAllowed()- Returns:
trueif quick search should be allowed in the component.
-
hasClearAction
boolean hasClearAction()Returnstrueif the component must have the "Clear" action.- Returns:
trueif the component must have the "Clear" action
-