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 ofIComboSelectParameterization.
-
-
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
Constructors Constructor Description ComboSelectParameterization(boolean quickSearchAllowed, boolean hasClearAction)Creates a new parameterization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasClearAction()Returnstrueif the component must have the "Clear" action.booleanisQuickSearchAllowed()
-
-
-
Constructor Detail
-
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 Detail
-
isQuickSearchAllowed
public boolean isQuickSearchAllowed()
- Specified by:
isQuickSearchAllowedin interfaceIComboSelectParameterization- Returns:
trueif quick search should be allowed in the component.
-
hasClearAction
public boolean hasClearAction()
Description copied from interface:IComboSelectParameterizationReturnstrueif the component must have the "Clear" action.- Specified by:
hasClearActionin interfaceIComboSelectParameterization- Returns:
trueif the component must have the "Clear" action
-
-