gws.plugin.model_widget.feature_list¶
Feature select widget.
Source code: gws.plugin.model_widget.feature_list
Package Contents¶
- class gws.plugin.model_widget.feature_list.Config¶
Feature list widget configuration.
- withDeleteButton: bool = False¶
Display the delete button.
- withEditButton: bool = True¶
Display the edit button.
- withLinkButton: bool = True¶
Display the link button.
- withNewButton: bool = True¶
Display the new button.
- withUnlinkButton: bool = False¶
Display the unlink button.