| Package | Description |
|---|---|
| com.stimulsoft.report.dictionary | |
| com.stimulsoft.report.dictionary.enums |
| Modifier and Type | Method and Description |
|---|---|
StiDateTimeType |
StiDialogInfo.getDateTimeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiDialogInfo.setDateTimeType(StiDateTimeType value) |
java.lang.String |
StiDialogInfoItem.toString(StiDateTimeType dateTimeType) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2019 Stimulsoft. All Rights Reserved.