Subgroup: other

Class: QgsListFieldFormatter

class qgis.core.QgsListFieldFormatter

Bases: qgis._core.QgsFieldFormatter

Default constructor of field formatter for a list field.

QgsListFieldFormatter(QgsListFieldFormatter)

Field formatter for a list field. This represents a list type value. Values will be represented as a comma-separated list.

New in version 3.0: Methods

id
representValue

Signals

Attributes

id(self) → str
representValue(self, layer: QgsVectorLayer, fieldIndex: int, config: Dict[str, Any], cache: Any, value: Any) → str