Class DtDateParameterization
java.lang.Object
com._1c.g5.v8.dt.ui.aef.parameterization.DtDateParameterization
- All Implemented Interfaces:
IParameterization
,IDtDateParameterization
IDtDateParameterization
implementation.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Constructor Summary
ConstructorsConstructorDescriptionDtDateParameterization
(boolean isDateResetAllowed) Creates new parameterization. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Tells whether a component should allow date value resetting or not.
-
Constructor Details
-
DtDateParameterization
public DtDateParameterization(boolean isDateResetAllowed) Creates new parameterization.- Parameters:
isDateResetAllowed
- flag indicating whether date reset should be allowed or not
-
-
Method Details
-
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
-