class documentation
class Config(gws.ConfigWithAccess): (source)
Known subclasses: gws.base.database.model.Config
, gws.base.model.dynamic_model.Config
, gws.plugin.geojson.model.Config
, gws.plugin.nominatim.model.Config
, gws.plugin.ows_client.wfs.model.Config
, gws.plugin.ows_client.wms.model.Config
, gws.plugin.qgis.model.Config
Constructor: Config(*args, **kwargs)
Model configuration
Class Variable | exclude |
exclude columns names from autoload |
Class Variable | fields |
model fields |
Class Variable | is |
this model is editable |
Class Variable | loading |
loading strategy for features |
Class Variable | sort |
default sorting |
Class Variable | table |
fields to include in the table view |
Class Variable | templates |
feature templates |
Class Variable | title |
model title |
Class Variable | with |
autoload non-configured model fields from the source |
Class Variable | with |
enable table view for this model |
Inherited from ConfigWithAccess
:
Class Variable | access |
permission to use the object |
Class Variable | permissions |
additional permissions |
Inherited from Config
(via ConfigWithAccess
):
Class Variable | uid |
unique ID |
Inherited from Data
(via ConfigWithAccess
, Config
):
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | get |
Undocumented |
Method | set |
Undocumented |
Method | update |
Undocumented |