PopupFieldFormat class final
Represents the formatting of a field when used in the application. Applies only to fields of type date or number (float, double, integer).
- Implemented types
Constructors
- PopupFieldFormat.new()
-
Create a new popup field format.
factory
Properties
- dateFormat ↔ PopupDateFormat
-
The format used to display a date field in a pop-up.
getter/setter pair
- decimalPlaces ↔ int
-
The number of supported decimal places that should appear for displaying a
numerical field in a pop-up. Any places beyond this value are rounded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useThousandsSeparator ↔ bool
-
A flag indicating whether a numerical field may use the thousands (or
digit) separator when the field is displayed in a pop-up.
getter/setter pair
Methods
-
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