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 IBooleanComboParameterization
YES_NO_AUTO
The 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 String
getFalseText()
Returns the text offalse
value.String
getNullText()
Returns the text ofnull
value.String
getTrueText()
Returns the text oftrue
value.-
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 oftrue
value.- Returns:
- the text of
true
value.
-
getFalseText
String getFalseText()
Returns the text offalse
value.- Returns:
- the text of
false
value.
-
getNullText
String getNullText()
Returns the text ofnull
value.- Returns:
- the text of
null
value.
-
-