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
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
Constructors Constructor Description BooleanComboParameterization(String trueText, String falseText, String nullText)
Creates a new parameterization.
-
Method Summary
All Methods Instance Methods Concrete 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.boolean
hasClearAction()
Returnstrue
if the component must have the "Clear" action.boolean
isQuickSearchAllowed()
-
-
-
Method Detail
-
getTrueText
public String getTrueText()
Description copied from interface:IBooleanComboParameterization
Returns the text oftrue
value.- Specified by:
getTrueText
in interfaceIBooleanComboParameterization
- Returns:
- the text of
true
value.
-
getFalseText
public String getFalseText()
Description copied from interface:IBooleanComboParameterization
Returns the text offalse
value.- Specified by:
getFalseText
in interfaceIBooleanComboParameterization
- Returns:
- the text of
false
value.
-
getNullText
public String 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
-
-