DfCfgParam class
Constructors
-
DfCfgParam.new({required String id, required Type type, String title = "", bool includeTimeInDateTime = false, bool isPassword = false, Icon? icon, dynamic defaultValue, bool readOnly = false, String? comment, DfSource? dataSource, int? usedColumn, bool isDisplayable(Map<
String, dynamic> )?, int maxTextFieldLine = 1, List<Validator> ? validators})
Properties
- comment ↔ String?
-
getter/setter pair
- dataSource ↔ DfSource?
-
deliver values for dropdownlist
getter/setter pair
- defaultValue ↔ dynamic
-
default value for the field
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ Icon?
-
icon for the field
getter/setter pair
- id ↔ String
-
getter/setter pair
- includeTimeInDateTime ↔ bool
-
set to true if field is a date with time
getter/setter pair
-
isDisplayable
↔ bool Function(Map<
String, dynamic> )? -
getter/setter pair
- isPassword ↔ bool
-
field use wildcard
getter/setter pair
- maxTextFieldLine ↔ int
-
define for textfield max number of line
getter/setter pair
- readOnly ↔ bool
-
field is read only
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
getter/setter pair
- type ↔ Type
-
getter/setter pair
- usedColumn ↔ int?
-
allow display enlaged field (for example for comment)
getter/setter pair
-
validators
↔ List<
Validator> ? -
getter/setter pair
Methods
-
castValue(
dynamic val) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited