Forms
Forms let you combine different types of information for one or more objects in a single interface. Logically, aform can be divided into two parts:
- Form structure - defines what information (what) will be shown to the user.
- Form views - defines how it should be done.
In the user interface, a form is opened when a corresponding element is chosen in the navigator or when an action created using a corresponding operator is executed.