Uses of Class
com.stimulsoft.report.dictionary.enums.StiDateTimeType

Packages that use StiDateTimeType
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.enums   
 

Uses of StiDateTimeType in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiDateTimeType
 StiDateTimeType StiDialogInfo.getDateTimeType()
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiDateTimeType
 void StiDialogInfo.setDateTimeType(StiDateTimeType value)
           
 java.lang.String StiDialogInfoItem.toString(StiDateTimeType dateTimeType)
           
 

Constructors in com.stimulsoft.report.dictionary with parameters of type StiDateTimeType
StiDialogInfo(StiDateTimeType type, java.lang.String mask, boolean allowUserValues, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> values)
           
StiDialogInfo(StiDateTimeType type, java.lang.String mask, boolean allowUserValues, java.lang.String keysColumn, java.lang.String valuesColumn)
           
StiDialogInfo(StiDateTimeType type, java.lang.String mask, boolean allowUserValues, java.lang.String keysColumn, java.lang.String valuesColumn, boolean bindingValue, StiVariable bindingVariable, java.lang.String bindingValuesColumn)
           
 

Uses of StiDateTimeType in com.stimulsoft.report.dictionary.enums
 

Methods in com.stimulsoft.report.dictionary.enums that return StiDateTimeType
static StiDateTimeType StiDateTimeType.forValue(int value)
           
static StiDateTimeType StiDateTimeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiDateTimeType[] StiDateTimeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.