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_READONLYFields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarWithSelectionParameterization
DISPLAY_BAR_PARAMETERIZATION, DISPLAY_BAR_PARAMETERIZATION_WITH_CLEARFields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID -
Constructor Summary
ConstructorsConstructorDescriptionDtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean hasClearAction) Constructs a parameterization.DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction) Constructs a parameterization. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif 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, isReadOnlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
-
Constructor Details
-
DtActionBarWithSelectionParameterization
public DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction) Constructs a parameterization.- Parameters:
applyValueChange- the apply value change to set, cannot benullreadOnly- 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 benullhasClearAction- has clear action flag
-
-
Method Details
-
hasClearAction
public boolean hasClearAction()Description copied from interface:IDtActionBarWithSelectionParameterizationReturnstrueif the component must have the "Clear" action.- Specified by:
hasClearActionin interfaceIDtActionBarWithSelectionParameterization- Returns:
trueif the component must have the "Clear" action
-