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 boolean
hasClearAction()
Returnstrue
if the component must have the "Clear" action.boolean
isQuickSearchAllowed()
-
-
-
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:
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
-
-