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_AUTOFields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IComboSelectParameterization
CLEAR_ACTION_ALLOWED, DEFAULT, QUICK_SEARCH_ALLOWED, QUICK_SEARCH_ALLOWED_AND_CLEAR_ACTIONFields 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 offalsevalue.Returns the text ofnullvalue.Returns the text oftruevalue.booleanReturnstrueif the component must have the "Clear" action.boolean
-
Constructor Details
-
BooleanComboParameterization
Creates a new parameterization.- Parameters:
trueText- the text oftruevalue.falseText- the text offalsevalue.nullText- the text ofnullvalue.
-
-
Method Details
-
getTrueText
Description copied from interface:IBooleanComboParameterizationReturns the text oftruevalue.- Specified by:
getTrueTextin interfaceIBooleanComboParameterization- Returns:
- the text of
truevalue.
-
getFalseText
Description copied from interface:IBooleanComboParameterizationReturns the text offalsevalue.- Specified by:
getFalseTextin interfaceIBooleanComboParameterization- Returns:
- the text of
falsevalue.
-
getNullText
Description copied from interface:IBooleanComboParameterizationReturns the text ofnullvalue.- Specified by:
getNullTextin interfaceIBooleanComboParameterization- Returns:
- the text of
nullvalue.
-
isQuickSearchAllowed
public boolean isQuickSearchAllowed()- Specified by:
isQuickSearchAllowedin interfaceIComboSelectParameterization- Returns:
trueif quick search should be allowed in the component.
-
hasClearAction
public boolean hasClearAction()Description copied from interface:IComboSelectParameterizationReturnstrueif the component must have the "Clear" action.- Specified by:
hasClearActionin interfaceIComboSelectParameterization- Returns:
trueif the component must have the "Clear" action
-