Constructor
new SettingsExportForm()
Creates a new form to display settings for export. This is the form that lists checkboxes. Users check which items they want to export.
- Source:
Methods
getChecked(name, objType) → {Array.<PersistentObject>}
Returns a list of checked items.
Parameters:
Name | Type | Description |
---|---|---|
name |
string |
The name of the checkbox group to examine for checked items. |
objType |
object |
The class of object to add to the list. This should be one of AppSetting, BagItProfile, RemoteRepository or StorageService. |
- Source:
parseItemsForExport()
Parses the form, recirding the list of items the user wants to export. Check this.obj after calling this. For example, this.obj.appSettings will include all checked AppSettings.
- Source: