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.IDtActionBarParameterization
MULTI_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.IDtActionBarWithSelectionParameterization
DISPLAY_BAR_PARAMETERIZATION, DISPLAY_BAR_PARAMETERIZATION_WITH_CLEAR
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Constructor Summary
Constructors Constructor Description DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean hasClearAction)
Constructs a parameterization.DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction)
Constructs a parameterization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasClearAction()
Returnstrue
if the component must have the "Clear" action.-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
-
-
-
-
Constructor Detail
-
DtActionBarWithSelectionParameterization
public DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction)
Constructs a parameterization.- Parameters:
applyValueChange
- the apply value change to set, cannot benull
readOnly
- the readonly flaglinesCount
- the lines counthasClearAction
- has clear action flag
-
DtActionBarWithSelectionParameterization
public DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean hasClearAction)
Constructs a parameterization.- Parameters:
applyValueChange
- the apply value change to set, cannot benull
hasClearAction
- has clear action flag
-
-
Method Detail
-
hasClearAction
public boolean hasClearAction()
Description copied from interface:IDtActionBarWithSelectionParameterization
Returnstrue
if the component must have the "Clear" action.- Specified by:
hasClearAction
in interfaceIDtActionBarWithSelectionParameterization
- Returns:
true
if the component must have the "Clear" action
-
-