Pop up a list of fields from an object a user can change. When the user selects a field, an appropriate widget is shown to change the value of that field.
| Parameters: |
|
|---|
This action step returns a tuple with the name of the selected field, and its new value.
A dialog to change a field of an object.
Pop up a form for the user to change an object
| Parameters: |
|
|---|
A dialog to change an object. This differs from a FormView in that it does not contains Actions, and has an OK button that is enabled when the object is valid.
| Parameters: |
|
|---|
Pop up a list for the user to change objects
| Parameters: |
|
|---|
This action step can be customised using these attributes :
the window title of the dialog shown
the title of the dialog shown
the subtitle of the dialog shown
the camelot.view.art.Icon in the top right corner of the dialog
A dialog to change a list of objects. This differs from a ListView in that it does not contains Actions, and has an OK button that is enabled when all objects are valid.
| Parameters: |
|
|---|