Uses of Class
magoffin.matt.ma2.web.AbstractForm

Packages that use AbstractForm
magoffin.matt.ma2.web   
magoffin.matt.ma2.web.admin   
 

Uses of AbstractForm in magoffin.matt.ma2.web
 

Subclasses of AbstractForm in magoffin.matt.ma2.web
 class AddCommentForm
          Form controller for adding user comments to media items.
 class AlbumForm
          Form controller for administering album details.
 class CollectionForm
          Form controller for administering collection details.
 class DownloadItemsForm
          Form controller for downloading a set of media items.
 class ForgotPasswordConfirmForm
          Controller for confirming a forgotten password, and resetting the password.
 class ForgotPasswordForm
          Form controller for resetting a user's password.
 class LogonForm
          Form controller for logging into the application.
 class MoveItemsForm
          Form controller for moving items into a new Collection.
 class PreferencesForm
          Form controller for editing overall user preferences.
 class SortAlbumsForm
          Controller to save the ordering of child albums within an album.
 class SortMediaItemsForm
          Controller to save the ordering of child albums within an album.
 class UploadMediaForm
          Form controller uploading new media items.
 class ViewSettingsForm
          Form controller for updating the current (session only) view settings.
 

Uses of AbstractForm in magoffin.matt.ma2.web.admin
 

Subclasses of AbstractForm in magoffin.matt.ma2.web.admin
 class ThemeForm
          Form for editing/creating a Theme.
 class UserForm
          Form controller for administering user details.