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.IParameterizationVOID
 
- 
 - 
Constructor SummaryConstructors Constructor Description DtDateParameterization(boolean isDateResetAllowed)Creates new parameterization.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDateResetAllowed()Tells whether a component should allow date value resetting or not.
 
- 
- 
- 
Method Detail- 
isDateResetAllowedpublic boolean isDateResetAllowed() Description copied from interface:IDtDateParameterizationTells whether a component should allow date value resetting or not.- Specified by:
- isDateResetAllowedin interface- IDtDateParameterization
- Returns:
- trueif reset is allowed,- falseotherwise
 
 
- 
 
-