Class FormEditRecordTask

All Implemented Interfaces:
HasHandlers

public class FormEditRecordTask extends FormEditNewRecordTask
Edit a record currently showing in some other component. The source record is obtained as follows:
  • for a ListGrid: the first selected record or, if none is selected, the first record
  • for a DynamicForm: the form values
  • for a DetailViewer: the first record
See Also: