FwStandardModulesSettingsWidgetSettingsWidgetWidgetLogic constructor
const
FwStandardModulesSettingsWidgetSettingsWidgetWidgetLogic({
- String? widgetId,
- String? widget,
- String? moduleName,
- String? widgetCategoryId,
- String? widgetCategory,
- String? apiName,
- String? procedureName,
- String? counterFieldName,
- String? label1FieldName,
- String? label2FieldName,
- String? clickPath,
- String? defaultType,
- int? defaultDataPoints,
- String? defaultAxisNumberFormatId,
- String? defaultAxisNumberFormat,
- String? defaultAxisNumberFormatMask,
- String? defaultDataNumberFormatId,
- String? defaultDataNumberFormat,
- String? defaultDataNumberFormatMask,
- String? defaultDateBehaviorId,
- String? defaultDateBehavior,
- String? dateFieldDisplayNames,
- String? dateFields,
- String? defaultDateField,
- String? defaultFromDate,
- String? defaultToDate,
- bool? defaultStacked,
- bool? stackable,
- bool? inactive,
- String? assignTo,
- String? dateStamp,
- String? value,
- String? text,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const FwStandardModulesSettingsWidgetSettingsWidgetWidgetLogic({
this.widgetId,
this.widget,
this.moduleName,
this.widgetCategoryId,
this.widgetCategory,
this.apiName,
this.procedureName,
this.counterFieldName,
this.label1FieldName,
this.label2FieldName,
this.clickPath,
this.defaultType,
this.defaultDataPoints,
this.defaultAxisNumberFormatId,
this.defaultAxisNumberFormat,
this.defaultAxisNumberFormatMask,
this.defaultDataNumberFormatId,
this.defaultDataNumberFormat,
this.defaultDataNumberFormatMask,
this.defaultDateBehaviorId,
this.defaultDateBehavior,
this.dateFieldDisplayNames,
this.dateFields,
this.defaultDateField,
this.defaultFromDate,
this.defaultToDate,
this.defaultStacked,
this.stackable,
this.inactive,
this.assignTo,
this.dateStamp,
this.value,
this.text,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.hasDocuments,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});