SQTimestampField class
- Inheritance
-
- Object
- SQField<
SQTimestamp> - SQTimestampField
- Implementers
Constructors
- SQTimestampField(String name, {DateTime? firstDate, DateTime? lastDate})
Properties
- defaultValue ↔ SQTimestamp?
-
getter/setter pairinherited
- editable ↔ bool
-
getter/setter pairinherited
- firstDate → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInline ↔ bool
-
getter/setter pairinherited
- isLive ↔ bool
-
getter/setter pairinherited
- lastDate → DateTime
-
final
- name ↔ String
-
getter/setter pairinherited
- require ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- show ↔ DocCond
-
getter/setter pairinherited
Methods
-
formField(
DocScreen docScreen) → SQFormField< SQTimestamp, SQField< SQTimestamp> > -
override
-
init(
SQDoc doc) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
dynamic source) → SQTimestamp? -
override
-
serialize(
SQTimestamp? value) → dynamic -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
valueDisplay(
SQTimestamp? value) → Widget -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited