Class BooleanComboParameterization
- java.lang.Object
- 
- com._1c.g5.v8.dt.ui.aef.parameterization.BooleanComboParameterization
 
- 
- All Implemented Interfaces:
- IParameterization,- IBooleanComboParameterization,- IComboSelectParameterization
 
 public class BooleanComboParameterization extends Object implements IBooleanComboParameterization IBooleanComboParameterizationimplementation.
- 
- 
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.IBooleanComboParameterizationYES_NO_AUTO
 - 
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 BooleanComboParameterization(String trueText, String falseText, String nullText)Creates a new parameterization.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFalseText()Returns the text offalsevalue.StringgetNullText()Returns the text ofnullvalue.StringgetTrueText()Returns the text oftruevalue.booleanhasClearAction()Returnstrueif the component must have the "Clear" action.booleanisQuickSearchAllowed()
 
- 
- 
- 
Method Detail- 
getTrueTextpublic String getTrueText() Description copied from interface:IBooleanComboParameterizationReturns the text oftruevalue.- Specified by:
- getTrueTextin interface- IBooleanComboParameterization
- Returns:
- the text of truevalue.
 
 - 
getFalseTextpublic String getFalseText() Description copied from interface:IBooleanComboParameterizationReturns the text offalsevalue.- Specified by:
- getFalseTextin interface- IBooleanComboParameterization
- Returns:
- the text of falsevalue.
 
 - 
getNullTextpublic String getNullText() Description copied from interface:IBooleanComboParameterizationReturns the text ofnullvalue.- Specified by:
- getNullTextin interface- IBooleanComboParameterization
- Returns:
- the text of nullvalue.
 
 - 
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
 
 
- 
 
-