Class DtDateParameterization
- java.lang.Object
-
- com._1c.g5.v8.dt.ui.aef.parameterization.DtDateParameterization
-
- All Implemented Interfaces:
IParameterization,IDtDateParameterization
public class DtDateParameterization extends Object implements IDtDateParameterization
IDtDateParameterizationimplementation.
-
-
Field Summary
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Constructor Summary
Constructors Constructor Description DtDateParameterization(boolean isDateResetAllowed)Creates new parameterization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDateResetAllowed()Tells whether a component should allow date value resetting or not.
-
-
-
Method Detail
-
isDateResetAllowed
public boolean isDateResetAllowed()
Description copied from interface:IDtDateParameterizationTells whether a component should allow date value resetting or not.- Specified by:
isDateResetAllowedin interfaceIDtDateParameterization- Returns:
trueif reset is allowed,falseotherwise
-
-