Interface IBooleanComboParameterization
- 
- All Superinterfaces:
- IComboSelectParameterization,- IParameterization
 - All Known Implementing Classes:
- BooleanComboParameterization
 
 public interface IBooleanComboParameterization extends IParameterization, IComboSelectParameterization The parameterization for boolean combo component.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterizationIComboSelectParameterization.ComboSelectParameterization
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static IBooleanComboParameterizationYES_NO_AUTOThe parameterization with default "Yes", "No", "Auto" values.- 
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
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFalseText()Returns the text offalsevalue.StringgetNullText()Returns the text ofnullvalue.StringgetTrueText()Returns the text oftruevalue.- 
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterizationhasClearAction, isQuickSearchAllowed
 
- 
 
- 
- 
- 
Field Detail- 
YES_NO_AUTOstatic final IBooleanComboParameterization YES_NO_AUTO The parameterization with default "Yes", "No", "Auto" values.
 
- 
 - 
Method Detail- 
getTrueTextString getTrueText() Returns the text oftruevalue.- Returns:
- the text of truevalue.
 
 - 
getFalseTextString getFalseText() Returns the text offalsevalue.- Returns:
- the text of falsevalue.
 
 - 
getNullTextString getNullText() Returns the text ofnullvalue.- Returns:
- the text of nullvalue.
 
 
- 
 
-