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.IComboSelectParameterizationIComboSelectParameterization.ComboSelectParameterization
 
- 
 - 
Field Summary- 
Fields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterizationCLEAR_ACTION_ALLOWED, DEFAULT, QUICK_SEARCH_ALLOWED, QUICK_SEARCH_ALLOWED_AND_CLEAR_ACTION
 - 
Fields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
 
- 
 - 
Constructor SummaryConstructors Constructor Description ComboSelectParameterization(boolean quickSearchAllowed, boolean hasClearAction)Creates a new parameterization.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasClearAction()Returnstrueif the component must have the "Clear" action.booleanisQuickSearchAllowed()
 
- 
- 
- 
Constructor Detail- 
ComboSelectParameterizationpublic 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- 
isQuickSearchAllowedpublic boolean isQuickSearchAllowed() - Specified by:
- isQuickSearchAllowedin interface- IComboSelectParameterization
- Returns:
- trueif quick search should be allowed in the component.
 
 - 
hasClearActionpublic boolean hasClearAction() Description copied from interface:IComboSelectParameterizationReturnstrueif the component must have the "Clear" action.- Specified by:
- hasClearActionin interface- IComboSelectParameterization
- Returns:
- trueif the component must have the "Clear" action
 
 
- 
 
-