Class DtActionBarWithSelectionParameterization
- java.lang.Object
- 
- com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterization
- 
- com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarWithSelectionParameterization
 
 
- 
- All Implemented Interfaces:
- IParameterization,- IDtActionBarParameterization,- IDtActionBarWithSelectionParameterization
 
 public class DtActionBarWithSelectionParameterization extends DtActionBarParameterization implements IDtActionBarWithSelectionParameterization Implementation of parameterization used for action bar components with selection.
- 
- 
Field Summary- 
Fields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterizationMULTI_LINE_LAZY, MULTI_LINE_LIVE, MULTI_LINE_READONLY, SINGLE_LINE_LAZY, SINGLE_LINE_LIVE, SINGLE_LINE_READONLY
 - 
Fields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarWithSelectionParameterizationDISPLAY_BAR_PARAMETERIZATION, DISPLAY_BAR_PARAMETERIZATION_WITH_CLEAR
 - 
Fields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
 
- 
 - 
Constructor SummaryConstructors Constructor Description DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean hasClearAction)Constructs a parameterization.DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction)Constructs a parameterization.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasClearAction()Returnstrueif the component must have the "Clear" action.- 
Methods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterizationgetHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterizationgetHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
 
- 
 
- 
- 
- 
Constructor Detail- 
DtActionBarWithSelectionParameterizationpublic DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction) Constructs a parameterization.- Parameters:
- applyValueChange- the apply value change to set, cannot be- null
- readOnly- the readonly flag
- linesCount- the lines count
- hasClearAction- has clear action flag
 
 - 
DtActionBarWithSelectionParameterizationpublic DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean hasClearAction) Constructs a parameterization.- Parameters:
- applyValueChange- the apply value change to set, cannot be- null
- hasClearAction- has clear action flag
 
 
- 
 - 
Method Detail- 
hasClearActionpublic boolean hasClearAction() Description copied from interface:IDtActionBarWithSelectionParameterizationReturnstrueif the component must have the "Clear" action.- Specified by:
- hasClearActionin interface- IDtActionBarWithSelectionParameterization
- Returns:
- trueif the component must have the "Clear" action
 
 
- 
 
-