This module contains a base implementation of a tool that handles the editing of a model using a form.
Base class: BaseManagedModelTool
The FormTool class is a tool that uses an automatically generated view (a Form by default) to manipulate a managed model.
Create the views for a managed model.
Parameter: | model – is the model. |
---|---|
Returns: | the list of views. |
Check if the tool can handle a particular model.
Parameter: | model – is the model. |
---|---|
Returns: | True if a tool can handle the model. |