PopupField class final
Represents how a geoelement's attribute (field) should be displayed in a pop-up.
- Implemented types
Constructors
- PopupField.new()
-
Create a new popup field object.
factory
Properties
- fieldName ↔ String
-
The field name.
getter/setter pair
- format ↔ PopupFieldFormat?
-
The format used to display the field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEditable ↔ bool
-
A flag indicating whether users can edit the field.
getter/setter pair
- isVisible ↔ bool
-
A flag indicating whether the field is visible in the pop-up.
getter/setter pair
- label ↔ String
-
The field label.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringFieldOption ↔ PopupStringFieldOption
-
The type of input box editors see when editing the field. Applies only to
string fields.
getter/setter pair
- tooltip ↔ String
-
A string providing an editing hints for editors of the field.
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