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
IDtDateParameterization
implementation.
-
-
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 boolean
isDateResetAllowed()
Tells whether a component should allow date value resetting or not.
-
-
-
Method Detail
-
isDateResetAllowed
public boolean isDateResetAllowed()
Description copied from interface:IDtDateParameterization
Tells whether a component should allow date value resetting or not.- Specified by:
isDateResetAllowed
in interfaceIDtDateParameterization
- Returns:
true
if reset is allowed,false
otherwise
-
-