Class BooleanComboParameterization
java.lang.Object
com._1c.g5.v8.dt.ui.aef.parameterization.BooleanComboParameterization
- All Implemented Interfaces:
IParameterization
,IBooleanComboParameterization
,IComboSelectParameterization
IBooleanComboParameterization
implementation.-
Nested Class Summary
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterization
IComboSelectParameterization.ComboSelectParameterization
-
Field Summary
Fields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IBooleanComboParameterization
YES_NO_AUTO
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
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanComboParameterization
(String trueText, String falseText, String nullText) Creates a new parameterization. -
Method Summary
Modifier and TypeMethodDescriptionReturns the text offalse
value.Returns the text ofnull
value.Returns the text oftrue
value.boolean
Returnstrue
if the component must have the "Clear" action.boolean
-
Constructor Details
-
BooleanComboParameterization
Creates a new parameterization.- Parameters:
trueText
- the text oftrue
value.falseText
- the text offalse
value.nullText
- the text ofnull
value.
-
-
Method Details
-
getTrueText
Description copied from interface:IBooleanComboParameterization
Returns the text oftrue
value.- Specified by:
getTrueText
in interfaceIBooleanComboParameterization
- Returns:
- the text of
true
value.
-
getFalseText
Description copied from interface:IBooleanComboParameterization
Returns the text offalse
value.- Specified by:
getFalseText
in interfaceIBooleanComboParameterization
- Returns:
- the text of
false
value.
-
getNullText
Description copied from interface:IBooleanComboParameterization
Returns the text ofnull
value.- Specified by:
getNullText
in interfaceIBooleanComboParameterization
- Returns:
- the text of
null
value.
-
isQuickSearchAllowed
public boolean isQuickSearchAllowed()- Specified by:
isQuickSearchAllowed
in interfaceIComboSelectParameterization
- Returns:
true
if quick search should be allowed in the component.
-
hasClearAction
public boolean hasClearAction()Description copied from interface:IComboSelectParameterization
Returnstrue
if the component must have the "Clear" action.- Specified by:
hasClearAction
in interfaceIComboSelectParameterization
- Returns:
true
if the component must have the "Clear" action
-