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
IBooleanComboParameterizationimplementation.
-
-
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 StringgetFalseText()Returns the text offalsevalue.StringgetNullText()Returns the text ofnullvalue.StringgetTrueText()Returns the text oftruevalue.booleanhasClearAction()Returnstrueif the component must have the "Clear" action.booleanisQuickSearchAllowed()
-
-
-
Method Detail
-
getTrueText
public String getTrueText()
Description copied from interface:IBooleanComboParameterizationReturns the text oftruevalue.- Specified by:
getTrueTextin interfaceIBooleanComboParameterization- Returns:
- the text of
truevalue.
-
getFalseText
public String getFalseText()
Description copied from interface:IBooleanComboParameterizationReturns the text offalsevalue.- Specified by:
getFalseTextin interfaceIBooleanComboParameterization- Returns:
- the text of
falsevalue.
-
getNullText
public String 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
-
-