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.IComboSelectParameterization
IComboSelectParameterization.ComboSelectParameterization
-
-
Field Summary
Fields 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.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
-
-
Method Summary
All 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.IComboSelectParameterization
hasClearAction, isQuickSearchAllowed
-
-
-
-
Field Detail
-
YES_NO_AUTO
static final IBooleanComboParameterization YES_NO_AUTO
The parameterization with default "Yes", "No", "Auto" values.
-
-
Method Detail
-
getTrueText
String getTrueText()
Returns the text oftruevalue.- Returns:
- the text of
truevalue.
-
getFalseText
String getFalseText()
Returns the text offalsevalue.- Returns:
- the text of
falsevalue.
-
getNullText
String getNullText()
Returns the text ofnullvalue.- Returns:
- the text of
nullvalue.
-
-