Class IComboSelectParameterization.ComboSelectParameterization
java.lang.Object
com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterization.ComboSelectParameterization
- All Implemented Interfaces:
IParameterization
,IComboSelectParameterization
- Enclosing interface:
- IComboSelectParameterization
public static class IComboSelectParameterization.ComboSelectParameterization
extends Object
implements IComboSelectParameterization
The implementation of
IComboSelectParameterization
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterization
IComboSelectParameterization.ComboSelectParameterization
-
Field Summary
Fields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterization
CLEAR_ACTION_ALLOWED, DEFAULT, QUICK_SEARCH_ALLOWED, QUICK_SEARCH_ALLOWED_AND_CLEAR_ACTION
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Constructor Summary
ConstructorsConstructorDescriptionComboSelectParameterization
(boolean quickSearchAllowed, boolean hasClearAction) Creates a new parameterization. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the component must have the "Clear" action.boolean
-
Constructor Details
-
ComboSelectParameterization
public ComboSelectParameterization(boolean quickSearchAllowed, boolean hasClearAction) Creates a new parameterization.- Parameters:
quickSearchAllowed
- the flag indicating that quick search should be allowed in the component.hasClearAction
- has clear action flag
-
-
Method Details
-
isQuickSearchAllowed
public boolean isQuickSearchAllowed()- Specified by:
isQuickSearchAllowed
in interfaceIComboSelectParameterization
- Returns:
true
if quick search should be allowed in the component.
-
hasClearAction
public boolean hasClearAction()Description copied from interface:IComboSelectParameterization
Returnstrue
if the component must have the "Clear" action.- Specified by:
hasClearAction
in interfaceIComboSelectParameterization
- Returns:
true
if the component must have the "Clear" action
-